Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dformat.hxx175 bool IsFormatInDTOR() const { return m_bFormatInDTOR; } in IsFormatInDTOR() function in SwFormat
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dformat.hxx171 bool IsFormatInDTOR() const { return m_bFormatInDTOR; } in IsFormatInDTOR() function in SwFormat
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocftn.cxx215 if (!pFormat || !m_aDepends.IsListeningTo(pFormat) || pFormat->IsFormatInDTOR()) in UpdateFormatOrAttr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddocftn.cxx221 if (!pFormat || !aDepends.IsListeningTo(pFormat) || pFormat->IsFormatInDTOR()) in SwClientNotify()