Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dexternalrefmgr.hxx391 class SC_DLLPUBLIC ApiGuard class in ScExternalRefManager
394 ApiGuard(const ScDocument& rDoc);
395 ~ApiGuard();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dexternalrefmgr.hxx395 class SC_DLLPUBLIC ApiGuard class in ScExternalRefManager
398 ApiGuard(const ScDocument* pDoc);
399 ~ApiGuard();
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/unoobj/
H A Dtokenuno.cxx136 ScExternalRefManager::ApiGuard aExtRefGuard(rDoc); in parseFormula()
H A Dcellsuno.cxx5071 ScExternalRefManager::ApiGuard aExtRefGuard(pDocSh->GetDocument()); in setFormulaArray()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/oox/
H A Dformulabuffer.cxx376 ScExternalRefManager::ApiGuard aExtRefGuard(rDoc.getDoc()); in finalizeImport()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/unoobj/
H A Dtokenuno.cxx134 ScExternalRefManager::ApiGuard aExtRefGuard(&rDoc); in parseFormula()
H A Dcellsuno.cxx5063 ScExternalRefManager::ApiGuard aExtRefGuard(&pDocSh->GetDocument()); in setFormulaArray()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/oox/
H A Dformulabuffer.cxx374 ScExternalRefManager::ApiGuard aExtRefGuard(&rDoc.getDoc()); in finalizeImport()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmlcelli.cxx1354 std::unique_ptr<ScExternalRefManager::ApiGuard> pExtRefGuard ( in PutFormulaCell()
1355 new ScExternalRefManager::ApiGuard(pDoc)); in PutFormulaCell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx1677 ScExternalRefManager::ApiGuard::ApiGuard(const ScDocument& rDoc) : in ApiGuard() function in ScExternalRefManager::ApiGuard
1685 ScExternalRefManager::ApiGuard::~ApiGuard() in ~ApiGuard()
H A Ddocfunc.cxx1244 ::std::unique_ptr<ScExternalRefManager::ApiGuard> pExtRefGuard; in SetCellText()
1246 pExtRefGuard.reset(new ScExternalRefManager::ApiGuard(rDoc)); in SetCellText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Dexternalrefmgr.cxx1675 ScExternalRefManager::ApiGuard::ApiGuard(const ScDocument* pDoc) : in ApiGuard() function in ScExternalRefManager::ApiGuard
1683 ScExternalRefManager::ApiGuard::~ApiGuard() in ~ApiGuard()
H A Ddocfunc.cxx1206 ::std::unique_ptr<ScExternalRefManager::ApiGuard> pExtRefGuard; in SetCellText()
1208 pExtRefGuard.reset(new ScExternalRefManager::ApiGuard(&rDoc)); in SetCellText()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmlcelli.cxx1339 ScExternalRefManager::ApiGuard aExtRefGuard(*pDoc); in PutFormulaCell()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog1467229 …koheiextref01: Have ScExternalRefManager::ApiGuard take ScDocument pointer, to make its declaratio…
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog1729278 …koheiextref01: Have ScExternalRefManager::ApiGuard take ScDocument pointer, to make its declaratio…