Home
last modified time | relevance | path

Searched refs:m_bHasContent (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sw/inc/
H A Dtxatbase.hxx63 bool m_bHasContent : 1; // text attribute with content member in SwTxtAttr
76 void SetHasContent( const bool bFlag ) { m_bHasContent = bFlag; } in SetHasContent()
104 bool HasContent() const { return m_bHasContent; } in HasContent()
/aoo41x/main/sw/source/core/txtnode/
H A Dtxatbase.cxx45 , m_bHasContent( false ) in SwTxtAttr()

Completed in 5 milliseconds