Searched refs:maPresentationShapeList (Results 1 – 3 of 3) sorted by relevance
173 while( (pObj = maPresentationShapeList.getNextShape(pObj)) != 0 ) in GetPresObj()1569 if((meAutoLayout == AUTOLAYOUT_NONE && maPresentationShapeList.isEmpty()) || mbMaster) in SetAutoLayout()1599 SdrObject* pObj = maPresentationShapeList.getNextShape(0); in SetAutoLayout()1603 SdrObject* pNext = maPresentationShapeList.getNextShape(pObj); in SetAutoLayout()2378 if( (pObj != 0) && (maPresentationShapeList.hasShape(*pObj)) ) in GetPresObjKind()2390 return pObj && maPresentationShapeList.hasShape( const_cast<SdrObject&>(*pObj) ); in IsPresObj()2395 if( pObj && maPresentationShapeList.hasShape(const_cast<SdrObject&>(*pObj)) ) in RemovePresObj()2400 maPresentationShapeList.removeShape(const_cast<SdrObject&>(*pObj)); in RemovePresObj()2413 maPresentationShapeList.addShape(*pObj); in InsertPresObj()
389 while((pObj = rSrcPage.maPresentationShapeList.getNextShape(pObj)) != 0) in SdPage()
126 sd::ShapeList maPresentationShapeList; // Praesentationsobjekte member in SdPage189 sd::ShapeList& GetPresentationShapeList() { return maPresentationShapeList; } in GetPresentationShapeList()
Completed in 59 milliseconds