Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dpivotcachebuffer.cxx1046 mbValidSource( false ), in PivotCache()
1379 mbValidSource = pDefName->getAbsoluteRange( maSheetSrcModel.maRange ); in finalizeInternalSheetSource()
1386 mbValidSource = (pTable->getHeight() - pTable->getTotalsRows()) > 1; in finalizeInternalSheetSource()
1387 if( mbValidSource ) in finalizeInternalSheetSource()
1396 mbValidSource = true; in finalizeInternalSheetSource()
1407 mbValidSource = mbValidSource && in finalizeInternalSheetSource()
1436 mbValidSource = mbDummySheet = rRange.Sheet >= 0; in prepareSourceDataSheet()
/trunk/main/oox/inc/oox/xls/
H A Dpivotcachebuffer.hxx410 inline bool isValidDataSource() const { return mbValidSource; } in isValidDataSource()
472 … bool mbValidSource; /// True = pivot cache is based on supported data source. member in oox::xls::PivotCache

Completed in 81 milliseconds