Home
last modified time | relevance | path

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

/aoo41x/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.cxx73 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 35 milliseconds