Lines Matching refs:mrMaxApiPos
383 …const CellAddress& mrMaxApiPos; /// Reference to maximum Calc cell address from address co… member in oox::xls::WorksheetGlobals
420 mrMaxApiPos( rHelper.getAddressConverter().getMaxApiAddress() ), in WorksheetGlobals()
550 sal_Int32 nLastCol = ::std::min( rColRange.mnLast, mrMaxApiPos.Column ); in getColumns()
563 sal_Int32 nLastRow = ::std::min( rRowRange.mnLast, mrMaxApiPos.Row ); in getRows()
685 sal_Int32 nEndCol = mrMaxApiPos.Column + 1; in getCellAddressFromPosition()
686 sal_Int32 nEndRow = mrMaxApiPos.Row + 1; in getCellAddressFromPosition()
825 nLastCol = mrMaxApiPos.Column; in setColumnModel()
866 CellRangeAddress aRange( getSheetIndex(), nFirstCol, 0, nLastCol, mrMaxApiPos.Row ); in convertColumnFormat()
1162 sal_Int32 nMaxCol = mrMaxApiPos.Column; in convertColumns()
1209 sal_Int32 nMaxRow = mrMaxApiPos.Row; in convertRows()
1327 …Prop( getCellRange( CellRangeAddress( getSheetIndex(), 0, 0, mrMaxApiPos.Column, mrMaxApiPos.Row )… in finalizeDrawings()