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
777 SdrObject* pObj = rPresentationShapes.getNextShape(0); in NewOrLoadCompleted()831 pObj = rPresentationShapes.getNextShape(pObj); in NewOrLoadCompleted()
169 while( (pObj = maPresentationShapeList.getNextShape(pObj)) != 0 ) in GetPresObj()1583 SdrObject* pObj = maPresentationShapeList.getNextShape(0); in SetAutoLayout()1587 SdrObject* pNext = maPresentationShapeList.getNextShape(pObj); in SetAutoLayout()
377 while((pObj = rSrcPage.maPresentationShapeList.getNextShape(pObj)) != 0) in SdPage()
922 SdrObject* pObj = mpOnlineSpellingList->getNextShape(); in IMPL_LINK()
1238 while( (pObj = rShapeList.getNextShape(pObj)) != 0 ) in SwitchPage()
Completed in 41 milliseconds