Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Ducalc.cxx4268 ScRange aRowOne(0,0,0,MAXCOL,0,0); in testCopyPasteRepeatOneFormula() local
4269 aMark.SetMarkArea(aRowOne); in testCopyPasteRepeatOneFormula()
4271 rFunc.InsertCells(aRowOne, &aMark, INS_INSROWS_BEFORE, true, true); in testCopyPasteRepeatOneFormula()
4293 rFunc.DeleteCells(aRowOne, &aMark, DelCellCmd::Rows, true); in testCopyPasteRepeatOneFormula()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Ducalc_copypaste.cxx10052 ScRange aRowOne(0, 0, 0, MAXCOL, 0, 0); in testCopyPasteRepeatOneFormula() local
10053 aMark.SetMarkArea(aRowOne); in testCopyPasteRepeatOneFormula()
10055 rFunc.InsertCells(aRowOne, &aMark, INS_INSROWS_BEFORE, true, true); in testCopyPasteRepeatOneFormula()
10079 rFunc.DeleteCells(aRowOne, &aMark, DelCellCmd::Rows, true); in testCopyPasteRepeatOneFormula()