Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Dswfont.hxx168 bool m_bOrgChg :1; // nOrgHeight/Ascent are invalid member in SwFont
329 { m_bFontChg = m_bOrgChg = true; } in Invalidate()
740 m_bOrgChg = true; in SetSize()
749 m_bOrgChg = true; in SetActual()
767 m_bOrgChg = true; in SetProportion()
788 m_bOrgChg = true; in SetEscapement()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Dswfont.hxx169 bool m_bOrgChg :1; // nOrgHeight/Ascent are invalid member in SwFont
332 { m_bFontChg = m_bOrgChg = true; } in Invalidate()
743 m_bOrgChg = true; in SetSize()
752 m_bOrgChg = true; in SetActual()
770 m_bOrgChg = true; in SetProportion()
791 m_bOrgChg = true; in SetEscapement()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dswfont.cxx712 m_bOrgChg = rFont.m_bOrgChg; in SwFont()
728 m_bOrgChg = true; in SwFont()
906 m_bOrgChg = rFont.m_bOrgChg; in operator =()
944 if( m_bOrgChg && m_aSub[m_nActual].IsEsc() ) in ChgPhysFnt()
954 m_bOrgChg = false; in ChgPhysFnt()
960 m_bFontChg = m_bOrgChg; in ChgPhysFnt()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dswfont.cxx740 m_bOrgChg = rFont.m_bOrgChg; in SwFont()
758 m_bOrgChg = true; in SwFont()
936 m_bOrgChg = rFont.m_bOrgChg; in operator =()
975 if( m_bOrgChg && m_aSub[m_nActual].IsEsc() ) in ChgPhysFnt()
985 m_bOrgChg = false; in ChgPhysFnt()
991 m_bFontChg = m_bOrgChg; in ChgPhysFnt()