Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/text/
H A Dporfld.hxx57 sal_Bool m_bNoLength : 1; // HACK for meta suffix (no CH_TXTATR) member in SwFldPortion
60 inline bool IsNoLength() const { return m_bNoLength; } in IsNoLength()
61 inline void SetNoLength() { m_bNoLength = sal_True; } in SetNoLength()
H A Dporfld.cxx72 pClone->m_bNoLength = this->m_bNoLength; in Clone()
87 , m_bNoLength( sal_False ) in SwFldPortion()
104 , m_bNoLength( rFld.m_bNoLength ) in SwFldPortion()
369 SetLen( (m_bNoLength) ? 0 : nFollow ); in Format()

Completed in 14 milliseconds