Searched refs:mrMaxApiPos (Results 1 – 1 of 1) sorted by relevance
383 …const CellAddress& mrMaxApiPos; /// Reference to maximum Calc cell address from address co… member in oox::xls::WorksheetGlobals420 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()[all …]
Completed in 31 milliseconds