Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dpivotcachefragment.cxx399 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()
/trunk/main/oox/inc/oox/xls/
H A Dpivotcachefragment.hxx143 bool mbInRow; /// True = a data row has been started. member in oox::xls::BiffPivotCacheRecordsContext