Searched refs:mnRowLength (Results 1 – 2 of 2) sorted by relevance
119 mnRowLength( rColSpan.mnLast - rColSpan.mnFirst + 1 ), in CellBlock()123 maCellArray[ 0 ].realloc( mnRowLength ); in CellBlock()151 fillUnusedCells( mnRowLength ); in startNextRow()166 maCellArray[ nRowCount ].realloc( mnRowLength ); in startNextRow()185 fillUnusedCells( mnRowLength ); in finalizeImport()
144 const sal_Int32 mnRowLength; /// Number of cells covered by row of this cell block. member in oox::xls::CellBlock