Searched refs:mbInRow (Results 1 – 2 of 2) sorted by relevance
399 mbInRow( false ) in BiffPivotCacheRecordsContext()427 mbInRow = !maUnsharedCols.empty(); // mbInRow remains true, if unshared items are expected in importRecord()445 if( mbInRow && (mnColIdx == maUnsharedCols.size()) ) in importRecord()448 mbInRow = mbHasShared; // do not leave current row if PCITEM_INDEXLIST is expected in importRecord()451 if( !mbInRow ) in importRecord()465 mbInRow = true; in startNextRow()
143 bool mbInRow; /// True = a data row has been started. member in oox::xls::BiffPivotCacheRecordsContext