Searched refs:nCurrentTable (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sc/source/filter/xml/ |
H A D | XMLExportIterator.cxx | 658 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 D | xmlexprt.cxx | 480 nCurrentTable(0), in ScXMLExport() 1506 pSharedData->SetLastColumn(nCurrentTable, pGroupColumns->GetLast()); in FillColumnRowGroups() 1507 pSharedData->SetLastRow(nCurrentTable, pGroupRows->GetLast()); in FillColumnRowGroups() 1639 nCurrentTable = 0; in _ExportContent() 2689 ScDetectiveFunc aDetFunc( pDoc, static_cast<SCTAB>(nCurrentTable) ); in CollectInternalShape() 2694 pObject, nCurrentTable, aPosition, aSourceRange, bRedLine ); in CollectInternalShape() 3269 if (pTableShapes && !(*pTableShapes)[nCurrentTable].empty()) 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() [all …]
|
H A D | XMLExportIterator.hxx | 373 SCTAB nCurrentTable; member in ScMyNotEmptyCellsIterator
|
H A D | xmlexprt.hxx | 121 sal_uInt16 nCurrentTable; member in ScXMLExport
|
Completed in 90 milliseconds