Searched refs:GetMaxPos (Results 1 – 4 of 4) sorted by relevance
1636 if( nLastXclCol == static_cast< sal_uInt16 >( rStrm.GetRoot().GetMaxPos().Col() ) ) in WriteBody()1651 if( nLastXclCol == static_cast< sal_uInt16 >( rStrm.GetRoot().GetMaxPos().Col() ) ) in SaveXml()1680 for( sal_uInt16 nScCol = 0, nLastScCol = GetMaxPos().Col(); nScCol <= nLastScCol; ++nScCol ) in Initialize()1867 size_t nColCount = GetMaxPos().Col() + 1; in Finalize()1895 …nPos < maCellList.GetSize()) ? maCellList.GetRecord( nPos )->GetXclCol() : (GetMaxPos().Col() + 1); in Finalize()2145 sal_uInt16 nLastXclRow = static_cast< sal_uInt16 >( GetMaxPos().Row() ); in Finalize()2319 SCCOL nMaxScCol = GetMaxPos().Col(); in XclExpCellTable()2320 SCROW nMaxScRow = GetMaxPos().Row(); in XclExpCellTable()
123 const ScAddress& rMaxPos = pExcRoot->pIR->GetMaxPos(); in Store()
61 sal_uInt16 nMaxXclTab = static_cast< sal_uInt16 >( GetMaxPos().Tab() ); in GetDisplScTab()
267 inline const ScAddress& GetMaxPos() const { return mrData.maMaxPos; } in GetMaxPos() function in XclRoot
Completed in 29 milliseconds