Searched refs:getNextShape (Results 1 – 7 of 7) sorted by relevance
57 SdrObject* getNextShape(SdrObject* pObj) const;61 SdrObject* getNextShape();
109 SdrObject* ShapeList::getNextShape(SdrObject* pObj) const in getNextShape() function in ShapeList149 SdrObject* ShapeList::getNextShape() in getNextShape() function in ShapeList
780 SdrObject* pObj = rPresentationShapes.getNextShape(0); in NewOrLoadCompleted()834 pObj = rPresentationShapes.getNextShape(pObj); in NewOrLoadCompleted()
389 while((pObj = rSrcPage.maPresentationShapeList.getNextShape(pObj)) != 0) in SdPage()
173 while( (pObj = maPresentationShapeList.getNextShape(pObj)) != 0 ) in GetPresObj()1599 SdrObject* pObj = maPresentationShapeList.getNextShape(0); in SetAutoLayout()1603 SdrObject* pNext = maPresentationShapeList.getNextShape(pObj); in SetAutoLayout()
922 SdrObject* pObj = mpOnlineSpellingList->getNextShape(); in IMPL_LINK()
1228 while( (pObj = rShapeList.getNextShape(pObj)) != 0 ) in SwitchPage()
Completed in 55 milliseconds