Searched refs:nLastUsedScCol (Results 1 – 2 of 2) sorted by relevance
2323 SCCOL nLastUsedScCol; in XclExpCellTable() local2325 rDoc.GetTableArea( nScTab, nLastUsedScCol, nLastUsedScRow ); in XclExpCellTable()2327 ScRange aUsedRange( 0, 0, nScTab, nLastUsedScCol, nLastUsedScRow, nScTab ); in XclExpCellTable()2329 nLastUsedScCol = aUsedRange.aEnd.Col(); in XclExpCellTable()
95 SCCOL nLastUsedScCol; in Initialize() local97 rDoc.GetTableArea( nScTab, nLastUsedScCol, nLastUsedScRow ); in Initialize()
Completed in 29 milliseconds