Home
last modified time | relevance | path

Searched refs:aShapeList (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx86 : 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 …]
H A DXMLExportIterator.hxx79 ScMyShapeList aShapeList; member in ScMyShapesContainer
88 sal_Bool HasShapes() { return !aShapeList.empty(); } in HasShapes()
89 const ScMyShapeList* GetShapes() { return &aShapeList; } in GetShapes()
306 ScMyShapeList aShapeList; member
H A Dxmlexprt.cxx3210 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()
/trunk/main/sd/source/core/
H A Dshapelist.cxx87 ListImpl aShapeList; in clear() local
88 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 46 milliseconds