Searched refs:m_bNoLength (Results 1 – 2 of 2) sorted by relevance
57 sal_Bool m_bNoLength : 1; // HACK for meta suffix (no CH_TXTATR) member in SwFldPortion60 inline bool IsNoLength() const { return m_bNoLength; } in IsNoLength()61 inline void SetNoLength() { m_bNoLength = sal_True; } in SetNoLength()
73 pClone->m_bNoLength = this->m_bNoLength; in Clone()88 , m_bNoLength( sal_False ) in SwFldPortion()105 , m_bNoLength( rFld.m_bNoLength ) in SwFldPortion()370 SetLen( (m_bNoLength) ? 0 : nFollow ); in Format()
Completed in 61 milliseconds