Home
last modified time | relevance | path

Searched refs:ScMyShapeList (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/sc/source/filter/xml/
H A DXMLExportIterator.hxx74 typedef std::list<ScMyShape> ScMyShapeList; typedef
79 ScMyShapeList aShapeList;
89 const ScMyShapeList* GetShapes() { return &aShapeList; } in GetShapes()
306 ScMyShapeList aShapeList;
H A DXMLExportIterator.cxx116 ScMyShapeList::iterator aItr(aShapeList.begin()); in SetCellData()
117 ScMyShapeList::iterator aEndItr(aShapeList.end()); in SetCellData()
128 ScMyShapeList::iterator aItr = aShapeList.begin(); in SkipTable()
H A Dxmlexprt.cxx739 ScMyShapeList aDummyInitList; in CollectShapesAutoStyles()
743 const ScMyShapeList* pShapeList(NULL); in CollectShapesAutoStyles()
744 ScMyShapeList::const_iterator aShapeItr = aDummyInitList.end(); in CollectShapesAutoStyles()
780 ScMyShapeList::const_iterator aEndItr(pShapeList->end()); in CollectShapesAutoStyles()
3221 ScMyShapeList::const_iterator aItr = rMyCell.aShapeList.begin(); in WriteShapes()
3222 ScMyShapeList::const_iterator aEndItr(rMyCell.aShapeList.end()); in WriteShapes()