Searched refs:pTableShapes (Results 1 – 3 of 3) sorted by relevance
39 pTableShapes(NULL), in ScMySharedData()52 if (pTableShapes) in ~ScMySharedData()53 delete pTableShapes; in ~ScMySharedData()135 (pTableShapes && !pTableShapes->empty())); in HasShapes()140 if (!pTableShapes) in AddTableShape()141 pTableShapes = new ScMyTableShapes(nTableCount); in AddTableShape()142 (*pTableShapes)[nTable].push_back(xShape); in AddTableShape()
54 ScMyTableShapes* pTableShapes; member in ScMySharedData78 ScMyTableShapes* GetTableShapes() { return pTableShapes; } in GetTableShapes()
766 ScMyTableShapes* pTableShapes(pSharedData->GetTableShapes()); in CollectShapesAutoStyles() local767 if (pTableShapes) in CollectShapesAutoStyles()769 ScMyTableXShapes::iterator aItr((*pTableShapes)[nTable].begin()); in CollectShapesAutoStyles()770 ScMyTableXShapes::iterator aEndItr((*pTableShapes)[nTable].end()); in CollectShapesAutoStyles()3268 ScMyTableShapes* pTableShapes(pSharedData->GetTableShapes()); in WriteTableShapes() local3269 if (pTableShapes && !(*pTableShapes)[nCurrentTable].empty()) in WriteTableShapes()3271 DBG_ASSERT(pTableShapes->size() > static_cast<size_t>(nCurrentTable), "wrong Table"); in WriteTableShapes()3273 ScMyTableXShapes::iterator aItr((*pTableShapes)[nCurrentTable].begin()); in WriteTableShapes()3274 ScMyTableXShapes::iterator aEndItr((*pTableShapes)[nCurrentTable].end()); in WriteTableShapes()3290 aItr = (*pTableShapes)[nCurrentTable].erase(aItr); in WriteTableShapes()
Completed in 30 milliseconds