Home
last modified time | relevance | path

Searched refs:ScMyShape (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sc/source/filter/xml/
H A DXMLExportIterator.hxx65 struct ScMyShape struct
71 sal_Bool operator<(const ScMyShape& aShape) const; argument
74 typedef std::list<ScMyShape> ScMyShapeList;
87 void AddNewShape(const ScMyShape& aShape);
H A DXMLExportSharedData.hxx47 struct ScMyShape;
73 void AddNewShape(const ScMyShape& aMyShape);
H A DXMLExportIterator.cxx75 sal_Bool ScMyShape::operator<(const ScMyShape& aShape) const in operator <()
94 void ScMyShapesContainer::AddNewShape( const ScMyShape& aShape ) in AddNewShape()
H A DXMLExportSharedData.cxx119 void ScMySharedData::AddNewShape(const ScMyShape& aMyShape) in AddNewShape()
H A Dxmlexprt.cxx703 ScMyShape aMyShape; in CollectSharedData()