Home
last modified time | relevance | path

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

/trunk/main/sd/source/core/
H A Dsdpage.cxx169 while( (pObj = maPresentationShapeList.getNextShape(pObj)) != 0 ) in GetPresObj()
1553 if((meAutoLayout == AUTOLAYOUT_NONE && maPresentationShapeList.isEmpty()) || mbMaster) in SetAutoLayout()
1583 SdrObject* pObj = maPresentationShapeList.getNextShape(0); in SetAutoLayout()
1587 SdrObject* pNext = maPresentationShapeList.getNextShape(pObj); in SetAutoLayout()
2338 if( (pObj != 0) && (maPresentationShapeList.hasShape(*pObj)) ) in GetPresObjKind()
2350 return pObj && maPresentationShapeList.hasShape( const_cast<SdrObject&>(*pObj) ); in IsPresObj()
2355 if( pObj && maPresentationShapeList.hasShape(const_cast<SdrObject&>(*pObj)) ) in RemovePresObj()
2360 maPresentationShapeList.removeShape(const_cast<SdrObject&>(*pObj)); in RemovePresObj()
2373 maPresentationShapeList.addShape(*pObj); in InsertPresObj()
H A Dsdpage2.cxx377 while((pObj = rSrcPage.maPresentationShapeList.getNextShape(pObj)) != 0) in SdPage()
/trunk/main/sd/inc/
H A Dsdpage.hxx126 sd::ShapeList maPresentationShapeList; // Praesentationsobjekte member in SdPage
189 sd::ShapeList& GetPresentationShapeList() { return maPresentationShapeList; } in GetPresentationShapeList()

Completed in 36 milliseconds