Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxipivot.cxx597 maSrcRange( ScAddress::INITIALIZE_INVALID ), in XclImpPivotCache()
652 GetAddressConverter().ConvertRange( maSrcRange, aXclRange, 0, 0, true ); in ReadDconref()
673 maSrcRange.aStart.SetTab( nScTab ); in ReadPivotCacheStream()
674 maSrcRange.aEnd.SetTab( nScTab ); in ReadPivotCacheStream()
703 maSrcRange.aStart.SetTab( nScTab ); in ReadPivotCacheStream()
704 maSrcRange.aEnd.SetTab( nScTab ); in ReadPivotCacheStream()
838 maSrcRange.aStart.SetCol( 0 ); in ReadPivotCacheStream()
839 maSrcRange.aStart.SetRow( 0 ); in ReadPivotCacheStream()
841 maSrcRange.aEnd.SetCol( nFieldScCol - 1 ); in ReadPivotCacheStream()
843 maSrcRange.aEnd.SetRow( nItemScRow ); in ReadPivotCacheStream()
/trunk/main/sc/source/filter/inc/
H A Dxipivot.hxx162 inline const ScRange& GetSourceRange() const { return maSrcRange; } in GetSourceRange()
187 ScRange maSrcRange; /// Source range in the spreadsheet. member in XclImpPivotCache

Completed in 35 milliseconds