Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxetable.cxx1636 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()
H A Dnamebuff.cxx123 const ScAddress& rMaxPos = pExcRoot->pIR->GetMaxPos(); in Store()
H A Dxiview.cxx61 sal_uInt16 nMaxXclTab = static_cast< sal_uInt16 >( GetMaxPos().Tab() ); in GetDisplScTab()
/aoo4110/main/sc/source/filter/inc/
H A Dxlroot.hxx267 inline const ScAddress& GetMaxPos() const { return mrData.maMaxPos; } in GetMaxPos() function in XclRoot

Completed in 32 milliseconds