Home
last modified time | relevance | path

Searched refs:nCurrentTable (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sc/source/filter/xml/
H A DXMLExportIterator.cxx658 nCurrentTable(SCTAB_MAX) in ScMyNotEmptyCellsIterator()
684 nCurrentTable = SCTAB_MAX; in Clear()
775 if (nCurrentTable != nTable) in SetCurrentTable()
777 nCurrentTable = nTable; in SetCurrentTable()
780 pCellItr = new ScHorizontalCellIterator(rExport.GetDocument(), nCurrentTable, 0, 0, in SetCurrentTable()
781 …rt.GetSharedData()->GetLastColumn(nCurrentTable)), static_cast<SCROW>(rExport.GetSharedData()->Get… in SetCurrentTable()
834 table::CellAddress aAddress( nCurrentTable, MAXCOL + 1, MAXROW + 1 ); in GetNext()
H A Dxmlexprt.cxx480 nCurrentTable(0), in ScXMLExport()
649 nCurrentTable = sal::static_int_cast<sal_uInt16>( nTable ); in CollectSharedData()
1497 …ScOutlineTable* pOutlineTable = pDoc->GetOutlineTable( static_cast<SCTAB>(nCurrentTable), sal_Fals… in FillColumnRowGroups()
1506 pSharedData->SetLastColumn(nCurrentTable, pGroupColumns->GetLast()); in FillColumnRowGroups()
1507 pSharedData->SetLastRow(nCurrentTable, pGroupRows->GetLast()); in FillColumnRowGroups()
1639 nCurrentTable = 0; in _ExportContent()
1718 nCurrentTable = sal::static_int_cast<sal_uInt16>( nTable ); in _ExportContent()
2676 …ta* pCaptData = ScDrawLayer::GetNoteCaptionData( pObject, static_cast< SCTAB >( nCurrentTable ) ) ) in CollectInternalShape()
2682 … DBG_ASSERT( pCaptData->maStart.Tab() == nCurrentTable, "invalid table in object data" ); in CollectInternalShape()
2683 pSharedData->SetLastColumn( nCurrentTable, pCaptData->maStart.Col() ); in CollectInternalShape()
[all …]
H A DXMLExportIterator.hxx373 SCTAB nCurrentTable; member in ScMyNotEmptyCellsIterator
H A Dxmlexprt.hxx121 sal_uInt16 nCurrentTable; member in ScXMLExport