diff options
author | Oliver Specht <oliver.specht@cib.de> | 2015-11-07 14:43:19 +0100 |
---|---|---|
committer | Oliver Specht <oliver.specht@cib.de> | 2015-11-11 10:49:30 +0000 |
commit | fa91dd31f39a24329d288d4e1cda28db3a16af0d (patch) | |
tree | 603d7c206ac0ec1f1a08cc9f3bf8835bd8d2fb2f /reportdesign | |
parent | c21ddcdb30b8dd7be56176e00bc2d4780cb342e1 (diff) |
5th step to remove tools/rtti.hxx
tools/rtti.hxx removed
completed the interface of some Sdr.* Items
and removed pseudo items
Change-Id: I0cdcd01494be35b97a27d5985aa908affa96048a
Reviewed-on: https://gerrit.libreoffice.org/19837
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
Diffstat (limited to 'reportdesign')
-rw-r--r-- | reportdesign/inc/RptModel.hxx | 1 | ||||
-rw-r--r-- | reportdesign/inc/RptObject.hxx | 3 | ||||
-rw-r--r-- | reportdesign/inc/RptPage.hxx | 1 | ||||
-rw-r--r-- | reportdesign/inc/UndoActions.hxx | 1 | ||||
-rw-r--r-- | reportdesign/source/core/sdr/RptModel.cxx | 1 | ||||
-rw-r--r-- | reportdesign/source/core/sdr/RptObject.cxx | 3 | ||||
-rw-r--r-- | reportdesign/source/core/sdr/RptPage.cxx | 1 | ||||
-rw-r--r-- | reportdesign/source/core/sdr/UndoActions.cxx | 1 | ||||
-rw-r--r-- | reportdesign/source/filter/xml/xmlStyleImport.cxx | 2 | ||||
-rw-r--r-- | reportdesign/source/filter/xml/xmlStyleImport.hxx | 2 | ||||
-rw-r--r-- | reportdesign/source/filter/xml/xmlfilter.cxx | 2 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/RptUndo.hxx | 4 | ||||
-rw-r--r-- | reportdesign/source/ui/inc/SectionView.hxx | 1 | ||||
-rw-r--r-- | reportdesign/source/ui/misc/RptUndo.cxx | 4 | ||||
-rw-r--r-- | reportdesign/source/ui/report/SectionView.cxx | 1 |
15 files changed, 0 insertions, 28 deletions
diff --git a/reportdesign/inc/RptModel.hxx b/reportdesign/inc/RptModel.hxx index 2d65adc5ec15..b37ed16fdec3 100644 --- a/reportdesign/inc/RptModel.hxx +++ b/reportdesign/inc/RptModel.hxx @@ -53,7 +53,6 @@ private: void operator=(const OReportModel& rSrcModel) = delete; public: - TYPEINFO_OVERRIDE(); OReportModel(::reportdesign::OReportDefinition* _pReportDefinition); virtual ~OReportModel(); diff --git a/reportdesign/inc/RptObject.hxx b/reportdesign/inc/RptObject.hxx index 6c2fcb332fea..4333721dd15a 100644 --- a/reportdesign/inc/RptObject.hxx +++ b/reportdesign/inc/RptObject.hxx @@ -148,7 +148,6 @@ protected: virtual SdrPage* GetImplPage() const override; public: - TYPEINFO_OVERRIDE(); virtual ~OCustomShape(); @@ -193,7 +192,6 @@ protected: virtual SdrPage* GetImplPage() const override; public: - TYPEINFO_OVERRIDE(); virtual ~OOle2Obj(); @@ -239,7 +237,6 @@ protected: virtual SdrPage* GetImplPage() const override; public: - TYPEINFO_OVERRIDE(); virtual void _propertyChange( const css::beans::PropertyChangeEvent& evt ) throw(css::uno::RuntimeException) override; diff --git a/reportdesign/inc/RptPage.hxx b/reportdesign/inc/RptPage.hxx index 7dc4dee86e30..4b34eb3321d2 100644 --- a/reportdesign/inc/RptPage.hxx +++ b/reportdesign/inc/RptPage.hxx @@ -52,7 +52,6 @@ class REPORTDESIGN_DLLPUBLIC OReportPage : public SdrPage protected: virtual css::uno::Reference< css::uno::XInterface > createUnoPage() override; public: - TYPEINFO_OVERRIDE(); OReportPage( OReportModel& rModel ,const css::uno::Reference< css::report::XSection >& _xSection diff --git a/reportdesign/inc/UndoActions.hxx b/reportdesign/inc/UndoActions.hxx index f19eed0124b9..4317b50a0255 100644 --- a/reportdesign/inc/UndoActions.hxx +++ b/reportdesign/inc/UndoActions.hxx @@ -155,7 +155,6 @@ namespace rptui ::dbaui::IController* m_pController; public: - TYPEINFO_OVERRIDE(); OCommentUndoAction( SdrModel& rMod ,sal_uInt16 nCommentID); virtual ~OCommentUndoAction(); diff --git a/reportdesign/source/core/sdr/RptModel.cxx b/reportdesign/source/core/sdr/RptModel.cxx index 2a653e195e30..797441b6945c 100644 --- a/reportdesign/source/core/sdr/RptModel.cxx +++ b/reportdesign/source/core/sdr/RptModel.cxx @@ -43,7 +43,6 @@ namespace rptui { using namespace reportdesign; using namespace com::sun::star; -TYPEINIT1(OReportModel,SdrModel); diff --git a/reportdesign/source/core/sdr/RptObject.cxx b/reportdesign/source/core/sdr/RptObject.cxx index 02ad7f276122..629c73151ff9 100644 --- a/reportdesign/source/core/sdr/RptObject.cxx +++ b/reportdesign/source/core/sdr/RptObject.cxx @@ -459,7 +459,6 @@ uno::Reference< uno::XInterface > OObjectBase::getUnoShapeOf( SdrObject& _rSdrOb } -TYPEINIT1(OCustomShape, SdrObjCustomShape); OCustomShape::OCustomShape(const uno::Reference< report::XReportComponent>& _xComponent ) :SdrObjCustomShape() @@ -578,7 +577,6 @@ void OCustomShape::impl_setUnoShape( const uno::Reference< uno::XInterface >& rx -TYPEINIT1(OUnoObject, SdrUnoObj); OUnoObject::OUnoObject(const OUString& _sComponentName ,const OUString& rModelName @@ -901,7 +899,6 @@ OUnoObject* OUnoObject::Clone() const // OOle2Obj -TYPEINIT1(OOle2Obj, SdrOle2Obj); OOle2Obj::OOle2Obj(const uno::Reference< report::XReportComponent>& _xComponent,sal_uInt16 _nType) :SdrOle2Obj() ,OObjectBase(_xComponent) diff --git a/reportdesign/source/core/sdr/RptPage.cxx b/reportdesign/source/core/sdr/RptPage.cxx index 3dff18e62d73..c374cb30aef3 100644 --- a/reportdesign/source/core/sdr/RptPage.cxx +++ b/reportdesign/source/core/sdr/RptPage.cxx @@ -27,7 +27,6 @@ namespace rptui { using namespace ::com::sun::star; -TYPEINIT1( OReportPage, SdrPage ); OReportPage::OReportPage( OReportModel& _rModel diff --git a/reportdesign/source/core/sdr/UndoActions.cxx b/reportdesign/source/core/sdr/UndoActions.cxx index 84727f79021d..90bfc195c1c2 100644 --- a/reportdesign/source/core/sdr/UndoActions.cxx +++ b/reportdesign/source/core/sdr/UndoActions.cxx @@ -82,7 +82,6 @@ namespace rptui } -TYPEINIT1( OCommentUndoAction, SdrUndoAction ); OCommentUndoAction::OCommentUndoAction(SdrModel& _rMod,sal_uInt16 nCommentID) :SdrUndoAction(_rMod) diff --git a/reportdesign/source/filter/xml/xmlStyleImport.cxx b/reportdesign/source/filter/xml/xmlStyleImport.cxx index 9567b023f764..2edc59fb7cc8 100644 --- a/reportdesign/source/filter/xml/xmlStyleImport.cxx +++ b/reportdesign/source/filter/xml/xmlStyleImport.cxx @@ -68,8 +68,6 @@ public: } }; -TYPEINIT1( OControlStyleContext, XMLPropStyleContext ); -TYPEINIT1( OReportStylesContext, SvXMLStylesContext ); OControlStyleContext::OControlStyleContext( ORptFilter& rImport, sal_uInt16 nPrfx, const OUString& rLName, diff --git a/reportdesign/source/filter/xml/xmlStyleImport.hxx b/reportdesign/source/filter/xml/xmlStyleImport.hxx index 6d419ac70344..74de6bf96a92 100644 --- a/reportdesign/source/filter/xml/xmlStyleImport.hxx +++ b/reportdesign/source/filter/xml/xmlStyleImport.hxx @@ -57,7 +57,6 @@ namespace rptxml public: - TYPEINFO_OVERRIDE(); OControlStyleContext( ORptFilter& rImport, sal_uInt16 nPrfx, const OUString& rLName, @@ -116,7 +115,6 @@ namespace rptxml public: - TYPEINFO_OVERRIDE(); OReportStylesContext( ORptFilter& rImport, sal_uInt16 nPrfx , const OUString& rLName , diff --git a/reportdesign/source/filter/xml/xmlfilter.cxx b/reportdesign/source/filter/xml/xmlfilter.cxx index a0d680b4c6db..50eb48c1b077 100644 --- a/reportdesign/source/filter/xml/xmlfilter.cxx +++ b/reportdesign/source/filter/xml/xmlfilter.cxx @@ -89,7 +89,6 @@ class RptMLMasterStylesContext_Impl: public: - TYPEINFO_OVERRIDE(); RptMLMasterStylesContext_Impl( ORptFilter& rImport, sal_uInt16 nPrfx, @@ -99,7 +98,6 @@ public: virtual void EndElement() override; }; -TYPEINIT1( RptMLMasterStylesContext_Impl, XMLTextMasterStylesContext ); RptMLMasterStylesContext_Impl::RptMLMasterStylesContext_Impl( ORptFilter& rImport, sal_uInt16 nPrfx, const OUString& rLName , diff --git a/reportdesign/source/ui/inc/RptUndo.hxx b/reportdesign/source/ui/inc/RptUndo.hxx index 0f1c4cf980bb..6b49fb62dfb1 100644 --- a/reportdesign/source/ui/inc/RptUndo.hxx +++ b/reportdesign/source/ui/inc/RptUndo.hxx @@ -51,7 +51,6 @@ namespace rptui void collectControls(const css::uno::Reference< css::report::XSection >& _xSection); public: - TYPEINFO_OVERRIDE(); OSectionUndo( OReportModel& rMod ,sal_uInt16 _nSlot ,Action _eAction @@ -75,7 +74,6 @@ namespace rptui OReportSectionUndo(const OReportSectionUndo&) = delete; void operator =(const OReportSectionUndo&) = delete; public: - TYPEINFO_OVERRIDE(); //OReportSectionUndo( const css::uno::Reference< css::report::XSection >& _xSection OReportSectionUndo( OReportModel& rMod ,sal_uInt16 _nSlot @@ -102,7 +100,6 @@ namespace rptui OGroupSectionUndo(const OGroupSectionUndo&) = delete; void operator =(const OGroupSectionUndo&) = delete; public: - TYPEINFO_OVERRIDE(); //OGroupSectionUndo( const css::uno::Reference< css::report::XSection >& _xSection OGroupSectionUndo( OReportModel& rMod ,sal_uInt16 _nSlot @@ -128,7 +125,6 @@ namespace rptui void implReInsert( ); void implReRemove( ); public: - TYPEINFO_OVERRIDE(); OGroupUndo(OReportModel& rMod ,sal_uInt16 nCommentID ,Action _eAction diff --git a/reportdesign/source/ui/inc/SectionView.hxx b/reportdesign/source/ui/inc/SectionView.hxx index ebb7835ef129..2a4e4fde518f 100644 --- a/reportdesign/source/ui/inc/SectionView.hxx +++ b/reportdesign/source/ui/inc/SectionView.hxx @@ -41,7 +41,6 @@ private: OSectionView(const OSectionView&) = delete; void operator =(const OSectionView&) = delete; public: - TYPEINFO_OVERRIDE(); OSectionView( SdrModel* pModel, OReportSection* _pSectionWindow, OReportWindow* pEditor ); virtual ~OSectionView(); diff --git a/reportdesign/source/ui/misc/RptUndo.cxx b/reportdesign/source/ui/misc/RptUndo.cxx index c7f134d220da..70a7b4328e73 100644 --- a/reportdesign/source/ui/misc/RptUndo.cxx +++ b/reportdesign/source/ui/misc/RptUndo.cxx @@ -110,7 +110,6 @@ namespace } } -TYPEINIT1( OSectionUndo, OCommentUndoAction ); OSectionUndo::OSectionUndo(OReportModel& _rMod ,sal_uInt16 _nSlot @@ -216,7 +215,6 @@ void OSectionUndo::Redo() } } -TYPEINIT1( OReportSectionUndo, OSectionUndo ); OReportSectionUndo::OReportSectionUndo(OReportModel& _rMod,sal_uInt16 _nSlot ,::std::mem_fun_t< uno::Reference< report::XSection > @@ -255,7 +253,6 @@ void OReportSectionUndo::implReRemove( ) m_bInserted = false; } -TYPEINIT1( OGroupSectionUndo, OSectionUndo ); OGroupSectionUndo::OGroupSectionUndo(OReportModel& _rMod,sal_uInt16 _nSlot ,::std::mem_fun_t< uno::Reference< report::XSection > @@ -326,7 +323,6 @@ void OGroupSectionUndo::implReRemove( ) m_bInserted = false; } -TYPEINIT1( OGroupUndo, OCommentUndoAction ); OGroupUndo::OGroupUndo(OReportModel& _rMod ,sal_uInt16 nCommentID diff --git a/reportdesign/source/ui/report/SectionView.cxx b/reportdesign/source/ui/report/SectionView.cxx index 1694085eb704..810db1386e8b 100644 --- a/reportdesign/source/ui/report/SectionView.cxx +++ b/reportdesign/source/ui/report/SectionView.cxx @@ -33,7 +33,6 @@ namespace rptui { using namespace ::com::sun::star; -TYPEINIT1( OSectionView, SdrView ); OSectionView::OSectionView( SdrModel* pModel, OReportSection* _pSectionWindow, OReportWindow* pEditor ) |