Home
last modified time | relevance | path

Searched refs:aSrcRange (Results 1 – 25 of 36) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/extras/
H A Danchor.cxx267 ScRange aSrcRange; in testCopyColumnWithImages() local
268 aSrcRange.Parse("A1:A11", *pDoc, pDoc->GetAddressConvention()); in testCopyColumnWithImages()
269 pViewShell->GetViewData().GetMarkData().SetMarkArea(aSrcRange); in testCopyColumnWithImages()
290 ScRange aSrcRange; in testCopyColumnWithImages() local
291 aSrcRange.Parse("A3:B3", *pDoc, pDoc->GetAddressConvention()); in testCopyColumnWithImages()
292 pViewShell->GetViewData().GetMarkData().SetMarkArea(aSrcRange); in testCopyColumnWithImages()
336 ScRange aSrcRange; in testCutWithImages() local
337 aSrcRange.Parse("A1:A11", *pDoc, pDoc->GetAddressConvention()); in testCutWithImages()
338 pViewShell->GetViewData().GetMarkData().SetMarkArea(aSrcRange); in testCutWithImages()
354 ScRange aSrcRange; in testCutWithImages() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/extras/
H A Danchor.cxx269 ScRange aSrcRange; in testCopyColumnWithImages() local
270 aSrcRange.Parse("A1:A11", pDoc, pDoc->GetAddressConvention()); in testCopyColumnWithImages()
271 pViewShell->GetViewData().GetMarkData().SetMarkArea(aSrcRange); in testCopyColumnWithImages()
292 ScRange aSrcRange; in testCopyColumnWithImages() local
293 aSrcRange.Parse("A3:B3", pDoc, pDoc->GetAddressConvention()); in testCopyColumnWithImages()
294 pViewShell->GetViewData().GetMarkData().SetMarkArea(aSrcRange); in testCopyColumnWithImages()
339 ScRange aSrcRange; in testCutWithImages() local
340 aSrcRange.Parse("A1:A11", pDoc, pDoc->GetAddressConvention()); in testCutWithImages()
341 pViewShell->GetViewData().GetMarkData().SetMarkArea(aSrcRange); in testCutWithImages()
357 ScRange aSrcRange; in testCutWithImages() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Ducalc_pivottable.cxx89 return aSrcRange; in insertDPSourceData()
384 SCROW nRow1 = aSrcRange.aStart.Row(), nRow2 = aSrcRange.aEnd.Row(); in testPivotTable()
385 SCCOL nCol1 = aSrcRange.aStart.Col(), nCol2 = aSrcRange.aEnd.Col(); in testPivotTable()
565 SCROW nRow1 = aSrcRange.aStart.Row(), nRow2 = aSrcRange.aEnd.Row(); in testPivotTableLabels()
566 SCCOL nCol1 = aSrcRange.aStart.Col(), nCol2 = aSrcRange.aEnd.Col(); in testPivotTableLabels()
620 SCROW nRow1 = aSrcRange.aStart.Row(), nRow2 = aSrcRange.aEnd.Row(); in testPivotTableDateLabels()
621 SCCOL nCol1 = aSrcRange.aStart.Col(), nCol2 = aSrcRange.aEnd.Col(); in testPivotTableDateLabels()
702 SCROW nRow1 = aSrcRange.aStart.Row(), nRow2 = aSrcRange.aEnd.Row(); in testPivotTableFilters()
703 SCCOL nCol1 = aSrcRange.aStart.Col(), nCol2 = aSrcRange.aEnd.Col(); in testPivotTableFilters()
2520 SCROW nRow1 = aSrcRange.aStart.Row(), nRow2 = aSrcRange.aEnd.Row(); in testPivotTableRepeatItemLabels()
[all …]
H A Dcopy_paste_test.cxx117 ScRange aSrcRange; in testCopyPasteXLS() local
118 ScRefFlags nRes = aSrcRange.Parse("B2:C5", rDoc, rDoc.GetAddressConvention()); in testCopyPasteXLS()
122 aMark.SetMarkArea(aSrcRange); in testCopyPasteXLS()
124 pViewShell->GetViewData().GetMarkData().SetMarkArea(aSrcRange); in testCopyPasteXLS()
177 ScRange aSrcRange; in lcl_copy() local
178 ScRefFlags nRes = aSrcRange.Parse(rSrcRange, rDoc, rDoc.GetAddressConvention()); in lcl_copy()
180 pViewShell->GetViewData().GetMarkData().SetMarkArea(aSrcRange); in lcl_copy()
181 pViewShell->GetViewData().GetMarkData().SetSelectedTabs(TabsInRange(aSrcRange)); in lcl_copy()
H A Ducalc_copypaste.cxx718 ScRange aSrcRange(0, 0, 0, 2, 0, 0); in testCopyPasteTranspose() local
795 copyToClip(m_pDoc, aSrcRange, &aClipDoc); in testCopyPasteSpecialMergedCellsTranspose()
888 copyToClip(m_pDoc, aSrcRange, &aClipDoc); in testCopyPasteSpecialMergedCellsFilteredTranspose()
933 copyToClip(m_pDoc, aSrcRange, &aClipDoc); in testCopyPasteSpecialAsLinkTranspose()
1023 copyToClip(m_pDoc, aSrcRange, &aClipDoc); in testCopyPasteSpecialAsLinkFilteredTranspose()
1476 copyToClip(m_pDoc, aSrcRange, &aClipDoc); in testCopyPasteSpecialAllAsLinkTranspose()
1568 copyToClip(m_pDoc, aSrcRange, &aClipDoc); in testCopyPasteSpecialAllAsLinkFilteredTranspose()
7606 aSrcMark.SetMarkArea(aSrcRange); in executeReferencedCutRangesRow()
8564 aSrcMark.SetMarkArea(aSrcRange); in executeReferencedCutRangesCol()
9467 ScRange aSrcRange(0, 0, 0, 0, 4, 0); in testCopyPasteSkipEmpty() local
[all …]
H A Dparallelism.cxx424 OUString aSrcRange = "$A$1:$A$" + OUString::number(nNumRows); in testSUMIFImplicitRange() local
428 aFormula = "=SUMIF(" + aSrcRange + ";$D$1;$B$1)"; in testSUMIFImplicitRange()
H A Dpivottable_filters_test.cxx1088 ScRange aSrcRange(0, 0, 0, 9, 2, 0); // A1:J3 on Sheet1. in testPivotTableXLSX() local
1089 const ScDPCache* pCache = pDPs->GetSheetCaches().getExistingCache(aSrcRange); in testPivotTableXLSX()
1228 ScRange aSrcRange(1, 1, 1, 2, 8, 1); // B2:C9 on the 2nd sheet. in testPivotTableTwoDataFieldsXLSX() local
1229 const ScDPCache* pCache = pDPs->GetSheetCaches().getExistingCache(aSrcRange); in testPivotTableTwoDataFieldsXLSX()
H A Dsubsequent_export-test2.cxx1356 ScRange aSrcRange(1, 0, 1); in testValidationCopyPaste() local
1357 ScClipParam aClipParam(aSrcRange, false); in testValidationCopyPaste()
1359 aMark.SetMarkArea(aSrcRange); in testValidationCopyPaste()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Ducalc_pivottable.cxx78 return aSrcRange; in insertDPSourceData()
220 SCROW nRow1 = aSrcRange.aStart.Row(), nRow2 = aSrcRange.aEnd.Row(); in testPivotTable()
221 SCCOL nCol1 = aSrcRange.aStart.Col(), nCol2 = aSrcRange.aEnd.Col(); in testPivotTable()
399 SCROW nRow1 = aSrcRange.aStart.Row(), nRow2 = aSrcRange.aEnd.Row(); in testPivotTableLabels()
400 SCCOL nCol1 = aSrcRange.aStart.Col(), nCol2 = aSrcRange.aEnd.Col(); in testPivotTableLabels()
454 SCROW nRow1 = aSrcRange.aStart.Row(), nRow2 = aSrcRange.aEnd.Row(); in testPivotTableDateLabels()
455 SCCOL nCol1 = aSrcRange.aStart.Col(), nCol2 = aSrcRange.aEnd.Col(); in testPivotTableDateLabels()
536 SCROW nRow1 = aSrcRange.aStart.Row(), nRow2 = aSrcRange.aEnd.Row(); in testPivotTableFilters()
537 SCCOL nCol1 = aSrcRange.aStart.Col(), nCol2 = aSrcRange.aEnd.Col(); in testPivotTableFilters()
2329 SCROW nRow1 = aSrcRange.aStart.Row(), nRow2 = aSrcRange.aEnd.Row(); in testPivotTableRepeatItemLabels()
[all …]
H A Dcopy_paste_test.cxx87 ScRange aSrcRange; in testCopyPasteXLS() local
88 ScRefFlags nRes = aSrcRange.Parse("B2:C5", &rDoc, rDoc.GetAddressConvention()); in testCopyPasteXLS()
92 aMark.SetMarkArea(aSrcRange); in testCopyPasteXLS()
94 pViewShell->GetViewData().GetMarkData().SetMarkArea(aSrcRange); in testCopyPasteXLS()
147 ScRange aSrcRange; in lcl_copy() local
148 ScRefFlags nRes = aSrcRange.Parse(rSrcRange, &rDoc, rDoc.GetAddressConvention()); in lcl_copy()
150 pViewShell->GetViewData().GetMarkData().SetMarkArea(aSrcRange); in lcl_copy()
151 pViewShell->GetViewData().GetMarkData().SetSelectedTabs(TabsInRange(aSrcRange)); in lcl_copy()
H A Ducalc_condformat.cxx34 ScRange aSrcRange(3,3,0,5,4,0); in testCopyPasteSkipEmptyConditionalFormatting() local
56 ScClipParam aParam(aSrcRange, false); in testCopyPasteSkipEmptyConditionalFormatting()
65 pClipFormat->SetRange(aSrcRange); in testCopyPasteSkipEmptyConditionalFormatting()
H A Dparallelism.cxx429 OUString aSrcRange = "$A$1:$A$" + OUString::number(nNumRows); in testSUMIFImplicitRange() local
433 aFormula = "=SUMIF(" + aSrcRange + ";$D$1;$B$1)"; in testSUMIFImplicitRange()
H A Dpivottable_filters_test.cxx1119 ScRange aSrcRange(0, 0, 0, 9, 2, 0); // A1:J3 on Sheet1. in testPivotTableXLSX() local
1120 const ScDPCache* pCache = pDPs->GetSheetCaches().getExistingCache(aSrcRange); in testPivotTableXLSX()
1259 ScRange aSrcRange(1, 1, 1, 2, 8, 1); // B2:C9 on the 2nd sheet. in testPivotTableTwoDataFieldsXLSX() local
1260 const ScDPCache* pCache = pDPs->GetSheetCaches().getExistingCache(aSrcRange); in testPivotTableTwoDataFieldsXLSX()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/undo/
H A Dundoblk.cxx1196 aSrcRange( rRange ), in ScUndoDragDrop()
1201 aDestEnd.IncRow(aSrcRange.aEnd.Row() - aSrcRange.aStart.Row()); in ScUndoDragDrop()
1202 aDestEnd.IncCol(aSrcRange.aEnd.Col() - aSrcRange.aStart.Col()); in ScUndoDragDrop()
1203 aDestEnd.IncTab(aSrcRange.aEnd.Tab() - aSrcRange.aStart.Tab()); in ScUndoDragDrop()
1210 aSrcRange.aStart.Row(), aSrcRange.aEnd.Row(), aSrcRange.aStart.Tab()); in ScUndoDragDrop()
1288 if ( aSrcRange.aStart.Col() == 0 && aSrcRange.aEnd.Col() == rDoc.MaxCol() ) in PaintArea()
1293 if ( aSrcRange.aStart.Row() == 0 && aSrcRange.aEnd.Row() == rDoc.MaxRow() ) in PaintArea()
1385 DoUndo(aSrcRange); in Undo()
1429 for (nTab=aSrcRange.aStart.Tab(); nTab<=aSrcRange.aEnd.Tab(); nTab++) in Redo()
1456 for (nTab=aSrcRange.aStart.Tab(); nTab<=aSrcRange.aEnd.Tab(); nTab++) in Redo()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/undo/
H A Dundoblk.cxx1179 aSrcRange( rRange ), in ScUndoDragDrop()
1184 aDestEnd.IncRow(aSrcRange.aEnd.Row() - aSrcRange.aStart.Row()); in ScUndoDragDrop()
1185 aDestEnd.IncCol(aSrcRange.aEnd.Col() - aSrcRange.aStart.Col()); in ScUndoDragDrop()
1186 aDestEnd.IncTab(aSrcRange.aEnd.Tab() - aSrcRange.aStart.Tab()); in ScUndoDragDrop()
1193 aSrcRange.aStart.Row(), aSrcRange.aEnd.Row(), aSrcRange.aStart.Tab()); in ScUndoDragDrop()
1271 if ( aSrcRange.aStart.Col() == 0 && aSrcRange.aEnd.Col() == rDoc.MaxCol() ) in PaintArea()
1276 if ( aSrcRange.aStart.Row() == 0 && aSrcRange.aEnd.Row() == rDoc.MaxRow() ) in PaintArea()
1368 DoUndo(aSrcRange); in Undo()
1412 for (nTab=aSrcRange.aStart.Tab(); nTab<=aSrcRange.aEnd.Tab(); nTab++) in Redo()
1439 for (nTab=aSrcRange.aStart.Tab(); nTab<=aSrcRange.aEnd.Tab(); nTab++) in Redo()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dtable7.cxx126 ScRange aSrcRange = rCxt.getClipDoc()->GetClipParam().getWholeRange(); in CopyOneCellFromClip() local
127 SCCOL nSrcColSize = aSrcRange.aEnd.Col() - aSrcRange.aStart.Col() + 1; in CopyOneCellFromClip()
139 … CopyConditionalFormat(nCol, nRow, nCol, nRow, nCol - aSrcRange.aStart.Col() - nColOffset, in CopyOneCellFromClip()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dtable7.cxx129 ScRange aSrcRange = rCxt.getClipDoc()->GetClipParam().getWholeRange(); in CopyOneCellFromClip() local
130 SCCOL nSrcColSize = aSrcRange.aEnd.Col() - aSrcRange.aStart.Col() + 1; in CopyOneCellFromClip()
142 … CopyConditionalFormat(nCol, nRow, nCol, nRow, nCol - aSrcRange.aStart.Col() - nColOffset, in CopyOneCellFromClip()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxeescher.cxx501 ScRange aSrcRange; in ConvertSheetLinks() local
502 ScUnoConversion::FillScRange( aSrcRange, aApiRange ); in ConvertSheetLinks()
503 …if( (aSrcRange.aStart.Tab() == aSrcRange.aEnd.Tab()) && GetTabInfo().IsExportTab( aSrcRange.aStart… in ConvertSheetLinks()
504 mxSrcRange = GetFormulaCompiler().CreateFormula( EXC_FMLATYPE_CONTROL, aSrcRange ); in ConvertSheetLinks()
505 … mnEntryCount = static_cast< sal_uInt16 >( aSrcRange.aEnd.Col() - aSrcRange.aStart.Col() + 1 ); in ConvertSheetLinks()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxeescher.cxx506 ScRange aSrcRange; in ConvertSheetLinks() local
507 ScUnoConversion::FillScRange( aSrcRange, aApiRange ); in ConvertSheetLinks()
508 …if( (aSrcRange.aStart.Tab() == aSrcRange.aEnd.Tab()) && GetTabInfo().IsExportTab( aSrcRange.aStart… in ConvertSheetLinks()
509 … mxSrcRange = GetFormulaCompiler().CreateFormula( EXC_FMLATYPE_CONTROL, aSrcRange ); in ConvertSheetLinks()
510 … mnEntryCount = static_cast< sal_uInt16 >( aSrcRange.aEnd.Col() - aSrcRange.aStart.Col() + 1 ); in ConvertSheetLinks()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/view/
H A Dcellsh.cxx569 ScRange aSrcRange = pClipDoc->GetClipParam().getWholeRange(); in checkDestRanges() local
570 SCROW nRowSize = aSrcRange.aEnd.Row() - aSrcRange.aStart.Row() + 1; in checkDestRanges()
571 SCCOL nColSize = aSrcRange.aEnd.Col() - aSrcRange.aStart.Col() + 1; in checkDestRanges()
H A Dviewfun3.cxx1671 ScRange aSrcRange = rClipParam.getWholeRange(); in PasteFromClipToMultiRanges() local
1672 SCROW nRowSize = aSrcRange.aEnd.Row() - aSrcRange.aStart.Row() + 1; in PasteFromClipToMultiRanges()
1673 SCCOL nColSize = aSrcRange.aEnd.Col() - aSrcRange.aStart.Col() + 1; in PasteFromClipToMultiRanges()
1771 bool bRowInfo = (aSrcRange.aStart.Col()==0 && aSrcRange.aEnd.Col()==pClipDoc->MaxCol()); in PasteFromClipToMultiRanges()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/view/
H A Dcellsh.cxx566 ScRange aSrcRange = pClipDoc->GetClipParam().getWholeRange(); in checkDestRanges() local
567 SCROW nRowSize = aSrcRange.aEnd.Row() - aSrcRange.aStart.Row() + 1; in checkDestRanges()
568 SCCOL nColSize = aSrcRange.aEnd.Col() - aSrcRange.aStart.Col() + 1; in checkDestRanges()
H A Dviewfun3.cxx1667 ScRange aSrcRange = rClipParam.getWholeRange(); in PasteFromClipToMultiRanges() local
1668 SCROW nRowSize = aSrcRange.aEnd.Row() - aSrcRange.aStart.Row() + 1; in PasteFromClipToMultiRanges()
1669 SCCOL nColSize = aSrcRange.aEnd.Col() - aSrcRange.aStart.Col() + 1; in PasteFromClipToMultiRanges()
1764 bool bRowInfo = (aSrcRange.aStart.Col()==0 && aSrcRange.aEnd.Col()==pClipDoc->MaxCol()); in PasteFromClipToMultiRanges()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Ddetfunc.cxx1379 vector<ScTokenRef> aSrcRange; in GetAllSuccs() local
1380 aSrcRange.push_back( in GetAllSuccs()
1395 if (ScRefTokenHelper::intersects(aSrcRange, pRef, aPos)) in GetAllSuccs()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Ddetfunc.cxx1441 vector<ScTokenRef> aSrcRange; in GetAllSuccs() local
1442 aSrcRange.push_back( in GetAllSuccs()
1457 if (ScRefTokenHelper::intersects(&rDoc, aSrcRange, pRef, aPos)) in GetAllSuccs()

12