Searched refs:aShapeList (Results 1 – 4 of 4) sorted by relevance
86 : aShapeList() in ScMyShapesContainer()96 aShapeList.push_back(aShape); in AddNewShape()102 if( !aShapeList.empty() ) in GetFirstAddress()112 rMyCell.aShapeList.clear(); in SetCellData()116 ScMyShapeList::iterator aItr(aShapeList.begin()); in SetCellData()120 rMyCell.aShapeList.push_back(*aItr); in SetCellData()121 aItr = aShapeList.erase(aItr); in SetCellData()123 rMyCell.bHasShape = !rMyCell.aShapeList.empty(); in SetCellData()130 aItr = aShapeList.erase(aItr); in SkipTable()135 aShapeList.sort(); in Sort()[all …]
79 ScMyShapeList aShapeList; member in ScMyShapesContainer88 sal_Bool HasShapes() { return !aShapeList.empty(); } in HasShapes()89 const ScMyShapeList* GetShapes() { return &aShapeList; } in GetShapes()306 ScMyShapeList aShapeList; member
3210 if( rMyCell.bHasShape && !rMyCell.aShapeList.empty() && pDoc ) in WriteShapes()3221 ScMyShapeList::const_iterator aItr = rMyCell.aShapeList.begin(); in WriteShapes()3222 ScMyShapeList::const_iterator aEndItr(rMyCell.aShapeList.end()); in WriteShapes()
87 ListImpl aShapeList; in clear() local88 aShapeList.swap( maShapeList ); in clear()90 ListImpl::iterator aIter( aShapeList.begin() ); in clear()91 while( aIter != aShapeList.end() ) in clear()94 maIter = aShapeList.end(); in clear()
Completed in 126 milliseconds