Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dexternalrefmgr.hxx532 bool isInReferenceMarking() const { return mbInReferenceMarking; } in isInReferenceMarking() function in ScExternalRefManager
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Dexternalrefmgr.hxx536 bool isInReferenceMarking() const { return mbInReferenceMarking; } in isInReferenceMarking() function in ScExternalRefManager
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddocumen3.cxx634 return pExternalRefMgr && pExternalRefMgr->isInReferenceMarking(); in IsInExternalReferenceMarking()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddocumen3.cxx616 return pExternalRefMgr.get() && pExternalRefMgr->isInReferenceMarking(); in IsInExternalReferenceMarking()