Searched refs:maDocSrcRange (Results 1 – 2 of 2) sorted by relevance
641 maOrigSrcRange = maExpSrcRange = maDocSrcRange = pSrcDesc->aSourceRange; in XclExpPivotCache()673 maDocSrcRange.aStart.SetCol( ::std::max( nDocCol1, nSrcCol1 ) ); in XclExpPivotCache()674 maDocSrcRange.aStart.SetRow( nSrcRow1 ); in XclExpPivotCache()675 maDocSrcRange.aEnd.SetCol( ::std::min( nDocCol2, nSrcCol2 ) ); in XclExpPivotCache()676 maDocSrcRange.aEnd.SetRow( nSrcRow2 ); in XclExpPivotCache()791 const ScRange& rRange = HasItemIndexList() ? maExpSrcRange : maDocSrcRange; in AddStdFields()
243 ScRange maDocSrcRange; /// The range used to build the cache fields and items. member in XclExpPivotCache
Completed in 31 milliseconds