Home
last modified time | relevance | path

Searched refs:maPresentationShapeList (Results 1 – 6 of 6) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/inc/
H A Dsdpage.hxx107 sd::ShapeList maPresentationShapeList;///< presentation objects member in SdPage
166 sd::ShapeList& GetPresentationShapeList() { return maPresentationShapeList; } in GetPresentationShapeList()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/inc/
H A Dsdpage.hxx105 sd::ShapeList maPresentationShapeList;///< presentation objects member in SdPage
165 sd::ShapeList& GetPresentationShapeList() { return maPresentationShapeList; } in GetPresentationShapeList()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/
H A Dsdpage.cxx196 maPresentationShapeList.seekShape(0); in GetPresObj()
198 while( (pObj = maPresentationShapeList.getNextShape()) ) in GetPresObj()
1607 if((meAutoLayout == AUTOLAYOUT_NONE && maPresentationShapeList.isEmpty()) || mbMaster) in SetAutoLayout()
1639 maPresentationShapeList.seekShape(0); in SetAutoLayout()
1641 while( (pObj = maPresentationShapeList.getNextShape()) ) in SetAutoLayout()
2317 if( (pObj != nullptr) && (maPresentationShapeList.hasShape(*pObj)) ) in GetPresObjKind()
2329 return pObj && maPresentationShapeList.hasShape( const_cast<SdrObject&>(*pObj) ); in IsPresObj()
2334 if( pObj && maPresentationShapeList.hasShape(const_cast<SdrObject&>(*pObj)) ) in RemovePresObj()
2339 maPresentationShapeList.removeShape(const_cast<SdrObject&>(*pObj)); in RemovePresObj()
2352 maPresentationShapeList.addShape(*pObj); in InsertPresObj()
H A Dsdpage2.cxx369 const std::list< SdrObject* >& rShapeList = rSrcPage.maPresentationShapeList.getList(); in lateInit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/
H A Dsdpage.cxx201 maPresentationShapeList.seekShape(0); in GetPresObj()
203 while( (pObj = maPresentationShapeList.getNextShape()) ) in GetPresObj()
1622 if((meAutoLayout == AUTOLAYOUT_NONE && maPresentationShapeList.isEmpty()) || mbMaster) in SetAutoLayout()
1653 maPresentationShapeList.seekShape(0); in SetAutoLayout()
1655 while( (pObj = maPresentationShapeList.getNextShape()) ) in SetAutoLayout()
2318 if( (pObj != nullptr) && (maPresentationShapeList.hasShape(*pObj)) ) in GetPresObjKind()
2330 return pObj && maPresentationShapeList.hasShape( const_cast<SdrObject&>(*pObj) ); in IsPresObj()
2335 if( pObj && maPresentationShapeList.hasShape(const_cast<SdrObject&>(*pObj)) ) in RemovePresObj()
2340 maPresentationShapeList.removeShape(const_cast<SdrObject&>(*pObj)); in RemovePresObj()
2353 maPresentationShapeList.addShape(*pObj); in InsertPresObj()
H A Dsdpage2.cxx370 const std::list< SdrObject* >& rShapeList = rSrcPage.maPresentationShapeList.getList(); in lateInit()