Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dporfld.hxx44 bool m_bAnimated : 1; // Used by SwGrfNumPortion member in SwFieldPortion
181 bool IsAnimated() const { return m_bAnimated; } in IsAnimated()
182 void SetAnimated( bool bNew ) { m_bAnimated = bNew; } in SetAnimated()
H A Dporfld.cxx82 , m_bAnimated( false), m_bNoPaint( false) in SwFieldPortion()
101 , m_bAnimated ( rField.m_bAnimated ) in SwFieldPortion()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dporfld.hxx50 bool m_bAnimated : 1; // Used by SwGrfNumPortion member in SwFieldPortion
189 bool IsAnimated() const { return m_bAnimated; } in IsAnimated()
190 void SetAnimated( bool bNew ) { m_bAnimated = bNew; } in SetAnimated()
H A Dporfld.cxx80 , m_bAnimated( false), m_bNoPaint( false) in SwFieldPortion()
100 , m_bAnimated ( rField.m_bAnimated ) in SwFieldPortion()