Home
last modified time | relevance | path

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

/aoo42x/main/sc/source/filter/xml/
H A Dxmlexprt.cxx995 for (nColumn = 0; nColumn <= pSharedData->GetLastColumn(nTable); ++nColumn) in ExportColumns()
1393 …pCellStyles->GetFormatRanges(nStartCol, pSharedData->GetLastColumn(nSheet), nStartRow, nSheet, pRo… in ExportFormatRanges()
1401 …pCellStyles->GetFormatRanges(0, pSharedData->GetLastColumn(nSheet), nStartRow + nRows, nSheet, pRo… in ExportFormatRanges()
1415 …pCellStyles->GetFormatRanges(0, pSharedData->GetLastColumn(nSheet), nStartRow + nRows, nSheet, pRo… in ExportFormatRanges()
1432 …pCellStyles->GetFormatRanges(0, pSharedData->GetLastColumn(nSheet), nStartRow + nRows, nSheet, pRo… in ExportFormatRanges()
1445 …pCellStyles->GetFormatRanges(0, pSharedData->GetLastColumn(nSheet), nStartRow + nRows, nSheet, pRo… in ExportFormatRanges()
1786 pSharedData->GetLastColumn(nTable), pCellStyles, pDoc); in _ExportContent()
1832 … pSharedData->GetLastColumn(nTable), pSharedData->GetLastRow(nTable), nTable); in _ExportContent()
1835 …ExportFormatRanges(0, 0, pSharedData->GetLastColumn(nTable), pSharedData->GetLastRow(nTable), nTab… in _ExportContent()
H A DXMLExportSharedData.hxx66 sal_Int32 GetLastColumn(const sal_Int32 nTable);
H A DXMLExportSharedData.cxx67 sal_Int32 ScMySharedData::GetLastColumn(const sal_Int32 nTable) in GetLastColumn() function in ScMySharedData
H A DXMLExportIterator.cxx781 …static_cast<SCCOL>(rExport.GetSharedData()->GetLastColumn(nCurrentTable)), static_cast<SCROW>(rExp… in SetCurrentTable()

Completed in 35 milliseconds