Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dpivotcachefragment.cxx413 maUnsharedCols.push_back( nCol ); in BiffPivotCacheRecordsContext()
427 mbInRow = !maUnsharedCols.empty(); // mbInRow remains true, if unshared items are expected in importRecord()
445 if( mbInRow && (mnColIdx == maUnsharedCols.size()) ) in importRecord()
455 …OSL_ENSURE( mnColIdx < maUnsharedCols.size(), "BiffPivotCacheRecordsContext::importRecord - invali… in importRecord()
456 if( mnColIdx < maUnsharedCols.size() ) in importRecord()
457 mrPivotCache.writeSourceDataCell( *this, maUnsharedCols[ mnColIdx ], mnRowIdx, aItem ); in importRecord()
/trunk/main/oox/inc/oox/xls/
H A Dpivotcachefragment.hxx139 ColumnIndexVector maUnsharedCols; /// Column indexes of all unshared cache fields. member in oox::xls::BiffPivotCacheRecordsContext