Lines Matching refs:aSrcRange

87     ScRange aSrcRange(nCol1, nRow1, 0, nCol2, nRow2, 0);  in insertDPSourceData()  local
88 printRange(pDoc, aSrcRange, "Data sheet content"); in insertDPSourceData()
89 return aSrcRange; in insertDPSourceData()
383 ScRange aSrcRange = insertDPSourceData(m_pDoc, aFields, nFieldCount, aData, nDataCount); in testPivotTable() local
384 SCROW nRow1 = aSrcRange.aStart.Row(), nRow2 = aSrcRange.aEnd.Row(); in testPivotTable()
385 SCCOL nCol1 = aSrcRange.aStart.Col(), nCol2 = aSrcRange.aEnd.Col(); in testPivotTable()
495 CPPUNIT_ASSERT_MESSAGE("Cache should be here.", pDPs->GetSheetCaches().hasCache(aSrcRange)); in testPivotTable()
501 CPPUNIT_ASSERT_MESSAGE("Cache should have moved.", !pDPs->GetSheetCaches().hasCache(aSrcRange)); in testPivotTable()
502 aSrcRange.aStart.SetTab(1); in testPivotTable()
503 aSrcRange.aEnd.SetTab(1); in testPivotTable()
504 CPPUNIT_ASSERT_MESSAGE("Cache should be here.", pDPs->GetSheetCaches().hasCache(aSrcRange)); in testPivotTable()
564 ScRange aSrcRange = insertDPSourceData(m_pDoc, aFields, nFieldCount, aData, nDataCount); in testPivotTableLabels() local
565 SCROW nRow1 = aSrcRange.aStart.Row(), nRow2 = aSrcRange.aEnd.Row(); in testPivotTableLabels()
566 SCCOL nCol1 = aSrcRange.aStart.Col(), nCol2 = aSrcRange.aEnd.Col(); in testPivotTableLabels()
619 ScRange aSrcRange = insertDPSourceData(m_pDoc, aFields, nFieldCount, aData, nDataCount); in testPivotTableDateLabels() local
620 SCROW nRow1 = aSrcRange.aStart.Row(), nRow2 = aSrcRange.aEnd.Row(); in testPivotTableDateLabels()
621 SCCOL nCol1 = aSrcRange.aStart.Col(), nCol2 = aSrcRange.aEnd.Col(); in testPivotTableDateLabels()
701 ScRange aSrcRange = insertDPSourceData(m_pDoc, aFields, nFieldCount, aData, nDataCount); in testPivotTableFilters() local
702 SCROW nRow1 = aSrcRange.aStart.Row(), nRow2 = aSrcRange.aEnd.Row(); in testPivotTableFilters()
703 SCCOL nCol1 = aSrcRange.aStart.Col(), nCol2 = aSrcRange.aEnd.Col(); in testPivotTableFilters()
850 ScRange aSrcRange = insertDPSourceData(m_pDoc, aFields, nFieldCount, aData, nDataCount); in testPivotTableNamedSource() local
851 OUString aRangeStr(aSrcRange.Format(*m_pDoc, ScRefFlags::RANGE_ABS_3D)); in testPivotTableNamedSource()
2519 ScRange aSrcRange = insertDPSourceData(m_pDoc, aFields, nFieldCount, aData, nDataCount); in testPivotTableRepeatItemLabels() local
2520 SCROW nRow1 = aSrcRange.aStart.Row(), nRow2 = aSrcRange.aEnd.Row(); in testPivotTableRepeatItemLabels()
2521 SCCOL nCol1 = aSrcRange.aStart.Col(), nCol2 = aSrcRange.aEnd.Col(); in testPivotTableRepeatItemLabels()
2590 ScRange aSrcRange = insertDPSourceData(m_pDoc, aFields, nFieldCount, aData, nDataCount); in testPivotTableDPCollection() local
2591 SCROW nRow1 = aSrcRange.aStart.Row(), nRow2 = aSrcRange.aEnd.Row(); in testPivotTableDPCollection()
2592 SCCOL nCol1 = aSrcRange.aStart.Col(), nCol2 = aSrcRange.aEnd.Col(); in testPivotTableDPCollection()