Searched refs:m_nGroupHeight (Results 1 – 1 of 1) sorted by relevance
168 long m_nGroupHeight; member in SvxExtFixedText_Impl175 FixedText(pParent, rResId), m_nGroupHeight(0) {} in SvxExtFixedText_Impl()177 inline long GetGroupHeight() { return m_nGroupHeight; } in GetGroupHeight()178 inline void SetGroupHeight( long _nHeight ) { m_nGroupHeight = _nHeight; } in SetGroupHeight()
Completed in 26 milliseconds