Searched refs:m_bCharFmtAttr (Results 1 – 2 of 2) sorted by relevance
57 bool m_bCharFmtAttr : 1; // charfmt, inet member in SwTxtAttr71 void SetCharFmtAttr( bool bFlag ) { m_bCharFmtAttr = bFlag; } in SetCharFmtAttr()97 bool IsCharFmtAttr() const { return m_bCharFmtAttr; } in IsCharFmtAttr()
39 , m_bCharFmtAttr( false ) in SwTxtAttr()
Completed in 13 milliseconds