Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Ducalc_formula.cxx4364 SCTAB nSheet2 = 1; in testFormulaRefUpdateSheetLocalMove() local
4366 m_pDoc->InsertTab( nSheet2, "Sheet2"); in testFormulaRefUpdateSheetLocalMove()
4372 aPos.SetTab(nSheet2); in testFormulaRefUpdateSheetLocalMove()
4385 aPos.SetTab(nSheet2); in testFormulaRefUpdateSheetLocalMove()
4404 m_pDoc->GetFormula( 1,2,nSheet2, aFormula); in testFormulaRefUpdateSheetLocalMove()
4408 …bOk = rFunc.MoveBlock( ScRange(1,1,nSheet2,1,1,nSheet2), ScAddress(2,1,nSheet1), true, false, fals… in testFormulaRefUpdateSheetLocalMove()
4429 …bOk = rFunc.MoveBlock( ScRange(1,2,nSheet2,1,2,nSheet2), ScAddress(2,2,nSheet1), true, false, fals… in testFormulaRefUpdateSheetLocalMove()
4458 ++nSheet2; in testFormulaRefUpdateSheetLocalMove()
4479 --nSheet2; in testFormulaRefUpdateSheetLocalMove()
4498 m_pDoc->DeleteTab(nSheet2); in testFormulaRefUpdateSheetLocalMove()
[all …]