Home
last modified time | relevance | path

Searched refs:pShapesContainer (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/filter/xml/
H A DXMLExportSharedData.cxx41 pShapesContainer(NULL), in ScMySharedData()
50 if (pShapesContainer) in ~ScMySharedData()
51 delete pShapesContainer; in ~ScMySharedData()
121 if (!pShapesContainer) in AddNewShape()
122 pShapesContainer = new ScMyShapesContainer(); in AddNewShape()
123 pShapesContainer->AddNewShape(aMyShape); in AddNewShape()
128 if (pShapesContainer) in SortShapesContainer()
129 pShapesContainer->Sort(); in SortShapesContainer()
134 return ((pShapesContainer && pShapesContainer->HasShapes()) || in HasShapes()
H A DXMLExportSharedData.hxx56 ScMyShapesContainer* pShapesContainer; member in ScMySharedData
75 ScMyShapesContainer* GetShapesContainer() { return pShapesContainer; } in GetShapesContainer()

Completed in 14 milliseconds