Kaydet (Commit) b74dc947 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS rptchart01_DEV300 (1.2.70); FILE MERGED

2008/01/24 13:03:32 oj 1.2.70.1: #i85225# changes for chart
üst 161dae62
......@@ -6,9 +6,9 @@
*
* $RCSfile: RptModel.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: rt $ $Date: 2007-07-09 11:56:02 $
* last change: $Author: kz $ $Date: 2008-03-05 17:18:02 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -47,6 +47,10 @@ namespace dbaui
{
class OSingleDocumentController;
}
namespace reportdesign
{
class OReportDefinition;
}
namespace rptui
{
//============================================================================
......@@ -63,13 +67,16 @@ class REPORTDESIGN_DLLPUBLIC OReportModel : public SdrModel
private:
OXUndoEnvironment* m_pUndoEnv;
::dbaui::OSingleDocumentController* m_pController;
::reportdesign::OReportDefinition* m_pReportDefinition;
virtual ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface > createUnoModel();
OReportModel( const OReportModel& );
void operator=(const OReportModel& rSrcModel);
public:
TYPEINFO();
OReportModel();
OReportModel(::reportdesign::OReportDefinition* _pReportDefinition);
virtual ~OReportModel();
virtual void SetChanged(sal_Bool bFlg = sal_True);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment