Searched refs:maExpSrcRange (Results 1 – 2 of 2) sorted by relevance
641 maOrigSrcRange = maExpSrcRange = maDocSrcRange = pSrcDesc->aSourceRange; in XclExpPivotCache()644 SCTAB nScTab = maExpSrcRange.aStart.Tab(); in XclExpPivotCache()645 if( (nScTab == maExpSrcRange.aEnd.Tab()) && GetTabInfo().IsExportTab( nScTab ) ) 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()791 const ScRange& rRange = HasItemIndexList() ? maExpSrcRange : maDocSrcRange; in AddStdFields()[all …]
242 ScRange maExpSrcRange; /// The exported sheet source range. member in XclExpPivotCache