Searched refs:pShapesContainer (Results 1 – 2 of 2) sorted by relevance
41 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()
56 ScMyShapesContainer* pShapesContainer; member in ScMySharedData75 ScMyShapesContainer* GetShapesContainer() { return pShapesContainer; } in GetShapesContainer()
Completed in 6 milliseconds