Home
last modified time | relevance | path

Searched refs:ScMyTables (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.cxx147 ScMyTables::ScMyTables(ScXMLImport& rTempImport) in ScMyTables() function in ScMyTables
159 ScMyTables::~ScMyTables() in ~ScMyTables()
171 void ScMyTables::NewSheet(const rtl::OUString& sTableName, const rtl::OUString& sStyleName, in NewSheet()
285 sal_Bool ScMyTables::IsMerged (const uno::Reference <table::XCellRange>& xCellRange, const sal_Int3… in IsMerged()
312 void ScMyTables::UnMerge() in UnMerge()
328 void ScMyTables::DoMerge(sal_Int32 nCount) in DoMerge()
361 void ScMyTables::InsertRow() in InsertRow()
389 void ScMyTables::NewRow() in NewRow()
409 void ScMyTables::AddRow() in AddRow()
421 void ScMyTables::SetRowStyle(const rtl::OUString& rCellStyleName) in SetRowStyle()
[all …]
H A Dxmlsubti.hxx105 class ScMyTables class
140 ScMyTables(ScXMLImport& rImport);
141 ~ScMyTables();
H A Dxmlimprt.hxx752 ScMyTables aTables;
824 ScMyTables& GetTables() { return aTables; } in GetTables()
H A DXMLTableShapeImportHelper.cxx81 ScMyTables& rTables = static_cast<ScXMLImport&>(mrImporter).GetTables(); in finishShape()
H A Dxmlcelli.cxx829 ScMyTables& rTables = rXMLImport.GetTables(); in EndElement()