Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Dswfont.hxx140 Color m_aOverColor; // color of the overlining member in SwFont
216 void SetOverColor( const Color &rColor ) { m_aOverColor = rColor; } in SetOverColor()
271 const Color& GetOverColor() const { return m_aOverColor; } in GetOverColor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Dswfont.hxx140 Color m_aOverColor; // color of the overlining member in SwFont
217 void SetOverColor( const Color &rColor ) { m_aOverColor = rColor; } in SetOverColor()
274 const Color& GetOverColor() const { return m_aOverColor; } in GetOverColor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/txtnode/
H A Dswfont.cxx706 m_aOverColor = rFont.GetOverColor(); in SwFont()
900 m_aOverColor = rFont.GetOverColor(); in operator =()
964 if( rOut.GetOverlineColor() != m_aOverColor ) in ChgPhysFnt()
965 rOut.SetOverlineColor( m_aOverColor ); in ChgPhysFnt()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dswfont.cxx734 m_aOverColor = rFont.GetOverColor(); in SwFont()
930 m_aOverColor = rFont.GetOverColor(); in operator =()
995 if( rOut.GetOverlineColor() != m_aOverColor ) in ChgPhysFnt()
996 rOut.SetOverlineColor( m_aOverColor ); in ChgPhysFnt()