Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/xml/
H A DXMLExportSharedData.cxx39 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()
H A DXMLExportSharedData.hxx54 ScMyTableShapes* pTableShapes; member in ScMySharedData
78 ScMyTableShapes* GetTableShapes() { return pTableShapes; } in GetTableShapes()
H A Dxmlexprt.cxx766 ScMyTableShapes* pTableShapes(pSharedData->GetTableShapes()); in CollectShapesAutoStyles() local
767 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() local
3269 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 31 milliseconds