diff options
author | Noel Grandin <noel@peralex.com> | 2015-07-16 09:49:37 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2015-07-16 12:18:39 +0000 |
commit | 1d852b32d7ad89b2317c04958060f366f8922ca4 (patch) | |
tree | 69720512c5675dfad89d00e1134b46faff5eb7b6 /svx | |
parent | 383b75f4f516d6a5d256ffc08bc0e7836520447b (diff) |
loplugin:unusedmethods svx
Change-Id: I92158457b3ffaaf7c84c6f4c87708d766c8c9f61
Reviewed-on: https://gerrit.libreoffice.org/17117
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'svx')
24 files changed, 11 insertions, 194 deletions
diff --git a/svx/inc/dragmt3d.hxx b/svx/inc/dragmt3d.hxx index 61b95fb7de5f..26e6d3cf4b7c 100644 --- a/svx/inc/dragmt3d.hxx +++ b/svx/inc/dragmt3d.hxx @@ -76,8 +76,6 @@ public: virtual void CancelSdrDrag() SAL_OVERRIDE; virtual bool EndSdrDrag(bool bCopy) SAL_OVERRIDE; - E3dView& Get3DView() { return static_cast<E3dView&>(getSdrDragView()); } - // for migration from XOR to overlay virtual void CreateOverlayGeometry(sdr::overlay::OverlayManager& rOverlayManager) SAL_OVERRIDE; }; diff --git a/svx/inc/galbrws2.hxx b/svx/inc/galbrws2.hxx index 95bbb7f18336..6e5381bad7fc 100644 --- a/svx/inc/galbrws2.hxx +++ b/svx/inc/galbrws2.hxx @@ -160,13 +160,12 @@ public: GalleryBrowserMode GetMode() const { return meMode; } void SetMode( GalleryBrowserMode eMode ); - vcl::Window* GetViewWindow() const; + vcl::Window* GetViewWindow() const; void Travel( GalleryBrowserTravel eTravel ); INetURLObject GetURL() const; OUString GetFilterName() const; - Graphic GetGraphic() const; sal_Int8 AcceptDrop( DropTargetHelper& rTarget, const AcceptDropEvent& rEvt ); sal_Int8 ExecuteDrop( DropTargetHelper& rTarget, const ExecuteDropEvent& rEvt ); @@ -176,7 +175,6 @@ public: bool KeyInput( const KeyEvent& rEvt, vcl::Window* pWindow ); static com::sun::star::uno::Reference< com::sun::star::frame::XFrame > GetFrame(); - com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext > GetUNOContext() const { return m_xContext; } com::sun::star::uno::Reference< com::sun::star::util::XURLTransformer > GetURLTransformer() const { return m_xTransformer; } void Execute( sal_uInt16 nId ); diff --git a/svx/inc/galobj.hxx b/svx/inc/galobj.hxx index bf7abafc786f..24c923c01a75 100644 --- a/svx/inc/galobj.hxx +++ b/svx/inc/galobj.hxx @@ -104,7 +104,6 @@ public: virtual SgaObjKind GetObjKind() const SAL_OVERRIDE { return SGA_OBJ_SOUND; } virtual BitmapEx GetThumbBmp() const SAL_OVERRIDE; - GalSoundType GetSoundType() const { return eSoundType; } }; class FmFormModel; diff --git a/svx/inc/sdr/contact/objectcontactofpageview.hxx b/svx/inc/sdr/contact/objectcontactofpageview.hxx index 21b75878dda3..111f38615299 100644 --- a/svx/inc/sdr/contact/objectcontactofpageview.hxx +++ b/svx/inc/sdr/contact/objectcontactofpageview.hxx @@ -92,9 +92,6 @@ namespace sdr // check if asynchronious graphis loading is allowed. Default is sal_False. virtual bool IsAsynchronGraphicsLoadingAllowed() const SAL_OVERRIDE; - // check if buffering of MasterPages is allowed. Default is sal_False. - virtual bool IsMasterPageBufferingAllowed() const SAL_OVERRIDE; - // print? Default is false virtual bool isOutputToPrinter() const SAL_OVERRIDE; diff --git a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx index 47746ebc6d2b..90d9401b0cd8 100644 --- a/svx/inc/sdr/contact/viewcontactofsdrpage.hxx +++ b/svx/inc/sdr/contact/viewcontactofsdrpage.hxx @@ -204,9 +204,6 @@ public: // React on changes of the object of this ViewContact virtual void ActionChanged() SAL_OVERRIDE; - // override for acessing the SdrPage - virtual SdrPage* TryToGetSdrPage() const SAL_OVERRIDE; - protected: // This method is responsible for creating the graphical visualisation data // ONLY based on model data diff --git a/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx b/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx index 48feb1dd7e0b..5fd9096e87f1 100644 --- a/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx +++ b/svx/inc/sdr/overlay/overlaymanagerbuffered.hxx @@ -79,9 +79,6 @@ namespace sdr // flush. Do buffered updates. virtual void flush() SAL_OVERRIDE; - // #i68597# part of content gets copied, react on it - virtual void copyArea(const Point& rDestPt, const Point& rSrcPt, const Size& rSrcSize) SAL_OVERRIDE; - // restore part of background. Implemented form buffered versions only. virtual void restoreBackground(const vcl::Region& rRegion) const SAL_OVERRIDE; diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx b/svx/source/customshapes/EnhancedCustomShape2d.cxx index a6a0f3cb527d..71916865b8ba 100644 --- a/svx/source/customshapes/EnhancedCustomShape2d.cxx +++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx @@ -905,22 +905,7 @@ double EnhancedCustomShape2d::GetEquationValueAsDouble( const sal_Int32 nIndex ) return fNumber; } -sal_Int32 EnhancedCustomShape2d::GetAdjustValueAsInteger( const sal_Int32 nIndex, const sal_Int32 nDefault ) const -{ - sal_Int32 nNumber = nDefault; - if ( nIndex < seqAdjustmentValues.getLength() ) - { - if ( seqAdjustmentValues[ nIndex ].Value.getValueTypeClass() == TypeClass_DOUBLE ) - { - double fNumber = 0; - seqAdjustmentValues[ nIndex ].Value >>= fNumber; - nNumber = (sal_Int32)fNumber; - } - else - seqAdjustmentValues[ nIndex ].Value >>= nNumber; - } - return nNumber; -} + bool EnhancedCustomShape2d::SetAdjustValueAsDouble( const double& rValue, const sal_Int32 nIndex ) { bool bRetValue = false; diff --git a/svx/source/dialog/langbox.cxx b/svx/source/dialog/langbox.cxx index 4a4dc6b82604..ff47bc16f991 100644 --- a/svx/source/dialog/langbox.cxx +++ b/svx/source/dialog/langbox.cxx @@ -623,17 +623,6 @@ sal_Int32 SvxLanguageComboBox::ImplGetEntryPos( const void* pData ) const } -sal_Int32 SvxLanguageBox::ImplGetEntryCount() const -{ - return GetEntryCount(); -} - -sal_Int32 SvxLanguageComboBox::ImplGetEntryCount() const -{ - return GetEntryCount(); -} - - void SvxLanguageBox::ImplSetNoSelection() { SetNoSelection(); diff --git a/svx/source/form/fmmodel.cxx b/svx/source/form/fmmodel.cxx index 11fe2380bafb..89784a65ba4d 100644 --- a/svx/source/form/fmmodel.cxx +++ b/svx/source/form/fmmodel.cxx @@ -169,12 +169,6 @@ SdrPage* FmFormModel::RemoveMasterPage(sal_uInt16 nPgNum) } -SdrLayerID FmFormModel::GetControlExportLayerId( const SdrObject& rObj ) const -{ - return rObj.GetLayer(); -} - - void FmFormModel::implSetOpenInDesignMode( bool _bOpenDesignMode, bool _bForce ) { if( ( _bOpenDesignMode != m_bOpenInDesignMode ) || _bForce ) diff --git a/svx/source/gallery2/galbrws1.hxx b/svx/source/gallery2/galbrws1.hxx index 562b2fab7110..4c5bc4413b61 100644 --- a/svx/source/gallery2/galbrws1.hxx +++ b/svx/source/gallery2/galbrws1.hxx @@ -127,7 +127,6 @@ public: virtual ~GalleryBrowser1(); virtual void dispose() SAL_OVERRIDE; - void SelectTheme( const OUString& rThemeName ) { mpThemes->SelectEntry( rThemeName ); SelectThemeHdl( NULL ); } void SelectTheme( sal_uIntPtr nThemePos ) { mpThemes->SelectEntryPos( (sal_uInt16) nThemePos ); SelectThemeHdl( NULL ); } OUString GetSelectedTheme() { return mpThemes->GetEntryCount() ? mpThemes->GetSelectEntry() : OUString(); } diff --git a/svx/source/gallery2/galbrws2.cxx b/svx/source/gallery2/galbrws2.cxx index 90715b7bcfee..e3fc97d1acf7 100644 --- a/svx/source/gallery2/galbrws2.cxx +++ b/svx/source/gallery2/galbrws2.cxx @@ -1313,15 +1313,7 @@ OUString GalleryBrowser2::GetFilterName() const return aFilterName; } -Graphic GalleryBrowser2::GetGraphic() const -{ - Graphic aGraphic; - - if( mpCurTheme && mnCurActionPos != 0xffffffff ) - mpCurTheme->GetGraphic( mnCurActionPos, aGraphic ); - return aGraphic; -} IMPL_LINK_NOARG(GalleryBrowser2, SelectObjectHdl) { diff --git a/svx/source/sdr/contact/objectcontact.cxx b/svx/source/sdr/contact/objectcontact.cxx index 1fd832f7f2e6..9ae337ba3cb0 100644 --- a/svx/source/sdr/contact/objectcontact.cxx +++ b/svx/source/sdr/contact/objectcontact.cxx @@ -203,12 +203,6 @@ void ObjectContact::SetViewObjectContactRedirector(ViewObjectContactRedirector* } } -// check if buffering of MasterPages is allowed. Default is false. -bool ObjectContact::IsMasterPageBufferingAllowed() const -{ - return false; -} - // print? Default is false bool ObjectContact::isOutputToPrinter() const { diff --git a/svx/source/sdr/contact/objectcontactofpageview.cxx b/svx/source/sdr/contact/objectcontactofpageview.cxx index e4199a21e3fa..555b06b5d391 100644 --- a/svx/source/sdr/contact/objectcontactofpageview.cxx +++ b/svx/source/sdr/contact/objectcontactofpageview.cxx @@ -413,13 +413,6 @@ namespace sdr return rView.IsSwapAsynchron(); } - // check if buffering of MasterPages is allowed. Default is sal_False. - bool ObjectContactOfPageView::IsMasterPageBufferingAllowed() const - { - SdrView& rView = GetPageWindow().GetPageView().GetView(); - return rView.IsMasterPagePaintCaching(); - } - // print? bool ObjectContactOfPageView::isOutputToPrinter() const { diff --git a/svx/source/sdr/contact/viewcontact.cxx b/svx/source/sdr/contact/viewcontact.cxx index 21062b218d23..e2aed54ec2ae 100644 --- a/svx/source/sdr/contact/viewcontact.cxx +++ b/svx/source/sdr/contact/viewcontact.cxx @@ -223,12 +223,6 @@ SdrObject* ViewContact::TryToGetSdrObject() const return 0L; } -SdrPage* ViewContact::TryToGetSdrPage() const -{ - return 0L; -} - - // primitive stuff drawinglayer::primitive2d::Primitive2DSequence ViewContact::createViewIndependentPrimitive2DSequence() const diff --git a/svx/source/sdr/contact/viewcontactofsdrpage.cxx b/svx/source/sdr/contact/viewcontactofsdrpage.cxx index f91fa5e05579..331d597c666e 100644 --- a/svx/source/sdr/contact/viewcontactofsdrpage.cxx +++ b/svx/source/sdr/contact/viewcontactofsdrpage.cxx @@ -580,12 +580,6 @@ void ViewContactOfSdrPage::ActionChanged() maViewContactOfHelplinesFront.ActionChanged(); } -// override for acessing the SdrPage -SdrPage* ViewContactOfSdrPage::TryToGetSdrPage() const -{ - return &GetSdrPage(); -} - drawinglayer::primitive2d::Primitive2DSequence ViewContactOfSdrPage::createViewIndependentPrimitive2DSequence() const { drawinglayer::primitive2d::Primitive2DSequence xRetval; diff --git a/svx/source/sdr/overlay/overlaymanager.cxx b/svx/source/sdr/overlay/overlaymanager.cxx index eb1141191386..6fa4e026ed6d 100644 --- a/svx/source/sdr/overlay/overlaymanager.cxx +++ b/svx/source/sdr/overlay/overlaymanager.cxx @@ -261,12 +261,6 @@ namespace sdr // default has nothing to do } - // #i68597# part of content gets copied, react on it - void OverlayManager::copyArea(const Point& /*rDestPt*/, const Point& /*rSrcPt*/, const Size& /*rSrcSize*/) - { - // unbuffered versions do nothing here - } - void OverlayManager::restoreBackground(const vcl::Region& /*rRegion*/) const { // unbuffered versions do nothing here diff --git a/svx/source/sdr/overlay/overlaymanagerbuffered.cxx b/svx/source/sdr/overlay/overlaymanagerbuffered.cxx index f5373057d0b1..a1dc695d8395 100644 --- a/svx/source/sdr/overlay/overlaymanagerbuffered.cxx +++ b/svx/source/sdr/overlay/overlaymanagerbuffered.cxx @@ -428,13 +428,6 @@ namespace sdr ImpBufferTimerHandler(0); } - // #i68597# part of content gets copied, react on it - void OverlayManagerBuffered::copyArea(const Point& rDestPt, const Point& rSrcPt, const Size& rSrcSize) - { - // scroll local buffered area - mpBufferDevice->CopyArea(rDestPt, rSrcPt, rSrcSize); - } - void OverlayManagerBuffered::restoreBackground(const vcl::Region& rRegion) const { // restore diff --git a/svx/source/svdraw/svdedtv2.cxx b/svx/source/svdraw/svdedtv2.cxx index ad7dd3fa5e96..75c884c20a42 100644 --- a/svx/source/svdraw/svdedtv2.cxx +++ b/svx/source/svdraw/svdedtv2.cxx @@ -1128,7 +1128,7 @@ void SdrEditView::MergeMarkedObjects(SdrMergeMode eMode) { SdrPathObj* pPath = new SdrPathObj(OBJ_PATHFILL, aMergePolyPolygonA); ImpCopyAttributes(pAttrObj, pPath); - SdrInsertReason aReason(SDRREASON_VIEWCALL, pAttrObj); + SdrInsertReason aReason(SDRREASON_VIEWCALL); pInsOL->InsertObject(pPath, nInsPos, &aReason); if( bUndo ) AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoNewObject(*pPath)); @@ -1358,7 +1358,7 @@ void SdrEditView::CombineMarkedObjects(bool bNoPolyPoly) pPath->SetMergedItem(XLineStyleItem(drawing::LineStyle_SOLID)); } - SdrInsertReason aReason(SDRREASON_VIEWCALL,pAttrObj); + SdrInsertReason aReason(SDRREASON_VIEWCALL); pInsOL->InsertObject(pPath,nInsPos,&aReason); if( bUndo ) AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoNewObject(*pPath)); @@ -1512,7 +1512,7 @@ void SdrEditView::ImpDismantleOneObject(const SdrObject* pObj, SdrObjList& rOL, SdrPathObj* pPath = new SdrPathObj((SdrObjKind)pSrcPath->GetObjIdentifier(), basegfx::B2DPolyPolygon(rCandidate)); ImpCopyAttributes(pSrcPath, pPath); pLast = pPath; - SdrInsertReason aReason(SDRREASON_VIEWCALL, pSrcPath); + SdrInsertReason aReason(SDRREASON_VIEWCALL); rOL.InsertObject(pPath, rPos, &aReason); if( bUndo ) AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoNewObject(*pPath, true)); @@ -1547,7 +1547,7 @@ void SdrEditView::ImpDismantleOneObject(const SdrObject* pObj, SdrObjList& rOL, SdrPathObj* pPath = new SdrPathObj(eKind, basegfx::B2DPolyPolygon(aNewPolygon)); ImpCopyAttributes(pSrcPath, pPath); pLast = pPath; - SdrInsertReason aReason(SDRREASON_VIEWCALL, pSrcPath); + SdrInsertReason aReason(SDRREASON_VIEWCALL); rOL.InsertObject(pPath, rPos, &aReason); if( bUndo ) AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoNewObject(*pPath, true)); @@ -1583,7 +1583,7 @@ void SdrEditView::ImpDismantleOneObject(const SdrObject* pObj, SdrObjList& rOL, } } - SdrInsertReason aReason(SDRREASON_VIEWCALL, pCustomShape); + SdrInsertReason aReason(SDRREASON_VIEWCALL); rOL.InsertObject(pCandidate, rPos, &aReason); if( bUndo ) AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoNewObject(*pCandidate, true)); @@ -1793,7 +1793,7 @@ void SdrEditView::GroupMarked(const SdrObject* pUserGrp) { aNewMark.InsertEntry(SdrMark(pGrp,pPV)); const size_t nAnz=pDstLst->GetObjCount(); - SdrInsertReason aReason(SDRREASON_VIEWCALL,pRefObj); + SdrInsertReason aReason(SDRREASON_VIEWCALL); pAktLst->InsertObject(pGrp,nInsPos,&aReason); if( bUndo ) { @@ -1869,7 +1869,7 @@ void SdrEditView::UnGroupMarked() for (size_t no=0; no<nAnz; ++no) { SdrObject* pObj=pSrcLst->RemoveObject(0); - SdrInsertReason aReason(SDRREASON_VIEWCALL,pGrp); + SdrInsertReason aReason(SDRREASON_VIEWCALL); pDstLst->InsertObject(pObj,nDstCnt,&aReason); if( bUndo ) AddUndo( GetModel()->GetSdrUndoFactory().CreateUndoInsertObject(*pObj,true)); diff --git a/svx/source/svdraw/svdobj.cxx b/svx/source/svdraw/svdobj.cxx index d00a5036a457..c20f4c6c0661 100644 --- a/svx/source/svdraw/svdobj.cxx +++ b/svx/source/svdraw/svdobj.cxx @@ -639,20 +639,6 @@ void SdrObject::DelReference(SdrVirtObj& rVrtObj) RemoveListener(rVrtObj); } -bool SdrObject::HasRefPoint() const -{ - return false; -} - -Point SdrObject::GetRefPoint() const -{ - return GetCurrentBoundRect().Center(); -} - -void SdrObject::SetRefPoint(const Point& /*rPnt*/) -{ -} - bool SdrObject::IsGroupObject() const { return GetSubList()!=NULL; @@ -2376,11 +2362,6 @@ void SdrObject::NbcShearGluePoints(const Point& rRef, long nAngle, double tn, bo } } -bool SdrObject::IsEdge() const -{ - return false; -} - void SdrObject::ConnectToNode(bool /*bTail1*/, SdrObject* /*pObj*/) { } diff --git a/svx/source/svdraw/svdoedge.cxx b/svx/source/svdraw/svdoedge.cxx index 430518f183f5..d3f670abf20c 100644 --- a/svx/source/svdraw/svdoedge.cxx +++ b/svx/source/svdraw/svdoedge.cxx @@ -453,11 +453,6 @@ SdrGluePointList* SdrEdgeObj::ForceGluePointList() return NULL; // no user defined glue points for connectors } -bool SdrEdgeObj::IsEdge() const -{ - return true; -} - void SdrEdgeObj::ConnectToNode(bool bTail1, SdrObject* pObj) { SdrObjConnection& rCon=GetConnection(bTail1); diff --git a/svx/source/svdraw/svdogrp.cxx b/svx/source/svdraw/svdogrp.cxx index 7fb0065160c8..7adae6656e4c 100644 --- a/svx/source/svdraw/svdogrp.cxx +++ b/svx/source/svdraw/svdogrp.cxx @@ -218,25 +218,6 @@ void SdrObjGroup::SetModel(SdrModel* pNewModel) } -bool SdrObjGroup::HasRefPoint() const -{ - return bRefPoint; -} - - -Point SdrObjGroup::GetRefPoint() const -{ - return aRefPoint; -} - - -void SdrObjGroup::SetRefPoint(const Point& rPnt) -{ - bRefPoint=true; - aRefPoint=rPnt; -} - - SdrObjList* SdrObjGroup::GetSubList() const { return pSub; diff --git a/svx/source/svdraw/svdpage.cxx b/svx/source/svdraw/svdpage.cxx index 648a675d078f..168894803dc2 100644 --- a/svx/source/svdraw/svdpage.cxx +++ b/svx/source/svdraw/svdpage.cxx @@ -746,7 +746,7 @@ void SdrObjList::UnGroupObj( size_t nObjNum ) for( size_t i=0; i<nCount; ++i ) { SdrObject* pObj = pSrcLst->RemoveObject(0); - SdrInsertReason aReason(SDRREASON_VIEWCALL, pUngroupGroup); + SdrInsertReason aReason(SDRREASON_VIEWCALL); InsertObject(pObj, nInsertPos, &aReason); ++nInsertPos; } diff --git a/svx/source/svdraw/svdpoev.cxx b/svx/source/svdraw/svdpoev.cxx index a4fa289e73ea..36bc0c163abe 100644 --- a/svx/source/svdraw/svdpoev.cxx +++ b/svx/source/svdraw/svdpoev.cxx @@ -381,7 +381,7 @@ void SdrPolyEditView::RipUpAtMarkedPoints() if(pNeuObj) { - SdrInsertReason aReason(SDRREASON_VIEWCALL, pObj); + SdrInsertReason aReason(SDRREASON_VIEWCALL); pM->GetPageView()->GetObjList()->InsertObject(pNeuObj, pObj->GetOrdNum() + 1, &aReason); if( bUndo ) AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoNewObject(*pNeuObj)); @@ -538,46 +538,6 @@ SdrObjClosedKind SdrPolyEditView::GetMarkedObjectsClosedState() const } } -void SdrPolyEditView::CloseMarkedObjects(bool bToggle, bool bOpen) -{ - if (AreObjectsMarked()) - { - const bool bUndo = IsUndoEnabled(); - if( bUndo ) - BegUndo(ImpGetResStr(STR_EditShut),GetDescriptionOfMarkedPoints()); - - bool bChg=false; - const size_t nMarkCount=GetMarkedObjectCount(); - for (size_t nm=0; nm<nMarkCount; ++nm) - { - SdrMark* pM=GetSdrMarkByIndex(nm); - SdrObject* pO=pM->GetMarkedSdrObj(); - bool bClosed=pO->IsClosedObj(); - if ((pO->IsPolyObj() && (bClosed==bOpen)) || bToggle) - { - if( bUndo ) - AddUndo(GetModel()->GetSdrUndoFactory().CreateUndoGeoObject(*pO)); - - SdrPathObj* pPathObj = dynamic_cast< SdrPathObj* >( pO ); - if(pPathObj) - pPathObj->ToggleClosed(); - bChg=true; - } - } - - if( bUndo ) - EndUndo(); - - if (bChg) - { - UnmarkAllPoints(); - MarkListHasChanged(); - } - } -} - - - void SdrPolyEditView::ImpTransformMarkedPoints(PPolyTrFunc pTrFunc, const void* p1, const void* p2, const void* p3, const void* p4, const void* p5) { const bool bUndo = IsUndoEnabled(); diff --git a/svx/source/svdraw/svdundo.cxx b/svx/source/svdraw/svdundo.cxx index e6ed8ef90413..df216c8d8f95 100644 --- a/svx/source/svdraw/svdundo.cxx +++ b/svx/source/svdraw/svdundo.cxx @@ -716,13 +716,6 @@ void SdrUndoObjList::SetOwner(bool bNew) } -void SdrUndoObjList::SetOrdNum(sal_uInt32 nOrdNum_) -{ - nOrdNum = nOrdNum_; -} - - - void SdrUndoRemoveObj::Undo() { // Trigger PageChangeCall |