Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A DIDocumentFieldsAccess.hxx63 virtual void UpdateFields(bool bCloseDB) = 0;
H A Dviewsh.hxx370 void UpdateFields(bool bCloseDB = false);
H A Deditsh.hxx425 void UpdateExpFields(bool bCloseDB = false);///< only every expression fields update
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A DIDocumentFieldsAccess.hxx63 virtual void UpdateFields(bool bCloseDB) = 0;
H A Dviewsh.hxx373 void UpdateFields(bool bCloseDB = false);
H A Deditsh.hxx431 void UpdateExpFields(bool bCloseDB = false);///< only every expression fields update
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/
H A Dedfld.cxx314 void SwEditShell::UpdateExpFields(bool bCloseDB) in UpdateExpFields() argument
319 if (bCloseDB) in UpdateExpFields()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/
H A Dedfld.cxx326 void SwEditShell::UpdateExpFields(bool bCloseDB) in UpdateExpFields() argument
331 if (bCloseDB) in UpdateExpFields()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A DDocumentFieldsManager.hxx43 virtual void UpdateFields(bool bCloseDB) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A DDocumentFieldsManager.hxx43 virtual void UpdateFields(bool bCloseDB) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A DDocumentFieldsManager.cxx387 void DocumentFieldsManager::UpdateFields( bool bCloseDB ) in UpdateFields() argument
430 if( bCloseDB ) in UpdateFields()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DDocumentFieldsManager.cxx386 void DocumentFieldsManager::UpdateFields( bool bCloseDB ) in UpdateFields() argument
429 if( bCloseDB ) in UpdateFields()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/view/
H A Dviewsh.cxx643 void SwViewShell::UpdateFields(bool bCloseDB) in UpdateFields() argument
653 GetDoc()->getIDocumentFieldsAccess().UpdateFields(bCloseDB); in UpdateFields()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/view/
H A Dviewsh.cxx651 void SwViewShell::UpdateFields(bool bCloseDB) in UpdateFields() argument
661 GetDoc()->getIDocumentFieldsAccess().UpdateFields(bCloseDB); in UpdateFields()