Searched refs:m_bNesting (Results 1 – 2 of 2) sorted by relevance
61 bool m_bNesting : 1; // SwTxtAttrNesting member in SwTxtAttr74 void SetNesting(const bool bFlag) { m_bNesting = bFlag; } in SetNesting()102 bool IsNesting() const { return m_bNesting; } in IsNesting()
43 , m_bNesting( false ) in SwTxtAttr()
Completed in 16 milliseconds