Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Ducalc.cxx3300 ScRangeData* pGlobal2 = new ScRangeData( m_pDoc, "global2", aGlobal2Symbol); in testCopyPaste() local
3303 pGlobalRangeName->insert(pGlobal2); in testCopyPaste()
3442 pGlobal2 = m_pDoc->GetRangeName()->findByUpperName("GLOBAL2"); in testCopyPaste()
3443 CPPUNIT_ASSERT_MESSAGE("GLOBAL2 name not found", pGlobal2); in testCopyPaste()
3445 pGlobal2->GetSymbol(aSymbol); in testCopyPaste()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Ducalc_copypaste.cxx507 ScRangeData* pGlobal2 = new ScRangeData(*m_pDoc, "global2", aGlobal2Symbol); in testCopyPaste() local
510 pGlobalRangeName->insert(pGlobal2); in testCopyPaste()
650 pGlobal2 = m_pDoc->GetRangeName()->findByUpperName("GLOBAL2"); in testCopyPaste()
651 CPPUNIT_ASSERT_MESSAGE("GLOBAL2 name not found", pGlobal2); in testCopyPaste()
653 pGlobal2->GetSymbol(aSymbol); in testCopyPaste()