Home
last modified time | relevance | path

Searched refs:ScMySharedData (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/sc/source/filter/xml/
H A DXMLExportSharedData.cxx36 ScMySharedData::ScMySharedData(const sal_Int32 nTempTableCount) : in ScMySharedData() function in ScMySharedData
48 ScMySharedData::~ScMySharedData() in ~ScMySharedData()
62 void ScMySharedData::SetLastColumn(const sal_Int32 nTable, const sal_Int32 nCol) in SetLastColumn()
67 sal_Int32 ScMySharedData::GetLastColumn(const sal_Int32 nTable) in GetLastColumn()
72 void ScMySharedData::SetLastRow(const sal_Int32 nTable, const sal_Int32 nRow) in SetLastRow()
77 sal_Int32 ScMySharedData::GetLastRow(const sal_Int32 nTable) in GetLastRow()
89 void ScMySharedData::SetDrawPageHasForms(const sal_Int32 nTable, sal_Bool bHasForms) in SetDrawPageHasForms()
119 void ScMySharedData::AddNewShape(const ScMyShape& aMyShape) in AddNewShape()
126 void ScMySharedData::SortShapesContainer() in SortShapesContainer()
132 sal_Bool ScMySharedData::HasShapes() in HasShapes()
[all …]
H A DXMLExportSharedData.hxx50 class ScMySharedData class
61 ScMySharedData(const sal_Int32 nTableCount);
62 ~ScMySharedData();
H A Dxmlexprt.hxx56 class ScMySharedData;
87 ScMySharedData* pSharedData;
260 void SetSharedData(ScMySharedData* pTemp) { pSharedData = pTemp; } in SetSharedData()
261 ScMySharedData* GetSharedData() { return pSharedData; } in GetSharedData()
H A Dxmlwrap.cxx738 const sal_Bool bPlainText, uno::Sequence<uno::Any>& aArgs, ScMySharedData*& pSharedData) in ExportToComponent()
953 ScMySharedData* pSharedData = NULL; in Export()
H A Dxmlexprt.cxx4417 pSharedData = new ScMySharedData(nTableCount); in CreateSharedData()
/aoo41x/main/sc/inc/
H A Dxmlwrap.hxx33 class ScMySharedData;
72 ScMySharedData*& pSharedData);

Completed in 73 milliseconds