Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/xml/
H A Dxmlsubti.cxx154 nCurrentSheet( -1 ) in ScMyTables()
186 ++nCurrentSheet; in NewSheet()
196 if (nCurrentSheet > 0) in NewSheet()
200 … xSheets->insertNewByName(sTableName, sal::static_int_cast<sal_Int16>(nCurrentSheet)); in NewSheet()
211 … xSheets->insertNewByName(sOUTabName, sal::static_int_cast<sal_Int16>(nCurrentSheet)); in NewSheet()
219 xCurrentSheet.set(xIndex->getByIndex(nCurrentSheet), uno::UNO_QUERY); in NewSheet()
223 if (!(nCurrentSheet > 0)) in NewSheet()
270 … pSheetData->AddTableStyle( sStyleName, ScAddress( 0, 0, (SCTAB)nCurrentSheet ) ); in NewSheet()
385 rImport.GetStylesImportHelper()->InsertRow(nRow, nCurrentSheet, rImport.GetDocument()); in InsertRow()
465 rImport.GetStylesImportHelper()->InsertCol(nCol, nCurrentSheet, rImport.GetDocument()); in InsertColumn()
[all …]
H A Dxmlsubti.hxx127 sal_Int32 nCurrentSheet; member in ScMyTables
155 sal_Int32 GetCurrentSheet() const { return nCurrentSheet; } in GetCurrentSheet()
H A Dxmltabi.cxx330 SCTAB nCurrentSheet = static_cast<SCTAB>(GetScImport().GetTables().GetCurrentSheet()); in CreateChildContext() local
332 static_cast<ScXMLNamedExpressionsContext*>(pContext)->SetScope( nCurrentSheet ); in CreateChildContext()