Home
last modified time | relevance | path

Searched refs:mnRowLength (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/oox/source/xls/
H A Dsheetdatabuffer.cxx119 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()
/AOO42X/main/oox/inc/oox/xls/
H A Dsheetdatabuffer.hxx144 const sal_Int32 mnRowLength; /// Number of cells covered by row of this cell block. member in oox::xls::CellBlock