Searched refs:maUnsharedCols (Results 1 – 2 of 2) sorted by relevance
413 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()
139 ColumnIndexVector maUnsharedCols; /// Column indexes of all unshared cache fields. member in oox::xls::BiffPivotCacheRecordsContext