Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/filter/excel/
H A Dxepivot.cxx641 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()
/aoo4110/main/sc/source/filter/inc/
H A Dxepivot.hxx243 ScRange maDocSrcRange; /// The range used to build the cache fields and items. member in XclExpPivotCache

Completed in 22 milliseconds