Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx644 SCTAB nScTab = maExpSrcRange.aStart.Tab(); in XclExpPivotCache()
648 if( GetAddressConverter().ValidateRange( maExpSrcRange, true ) ) in XclExpPivotCache()
655 SCCOL nSrcCol1 = maExpSrcRange.aStart.Col(); in XclExpPivotCache()
656 SCROW nSrcRow1 = maExpSrcRange.aStart.Row(); in XclExpPivotCache()
657 SCCOL nSrcCol2 = maExpSrcRange.aEnd.Col(); in XclExpPivotCache()
658 SCROW nSrcRow2 = maExpSrcRange.aEnd.Row(); in XclExpPivotCache()
679 …maPCInfo.mnSrcRecs = static_cast< sal_uInt32 >( maExpSrcRange.aEnd.Row() - maExpSrcRange.aStart.Ro… in XclExpPivotCache()
845 rStrm << static_cast< sal_uInt16 >( maExpSrcRange.aStart.Row() ) in WriteDconref()
846 << static_cast< sal_uInt16 >( maExpSrcRange.aEnd.Row() ) in WriteDconref()
847 << static_cast< sal_uInt8 >( maExpSrcRange.aStart.Col() ) in WriteDconref()
[all …]
/trunk/main/sc/source/filter/inc/
H A Dxepivot.hxx242 ScRange maExpSrcRange; /// The exported sheet source range. member in XclExpPivotCache

Completed in 30 milliseconds