LibreOffice Module sw (master) 1
|
#include <rtf.hxx>
Public Member Functions | |
RTFSurround (bool bGoldCut, sal_uInt8 nOrder) | |
sal_uInt16 | GetValue () const |
Private Attributes | |
union { | |
struct { | |
sal_uInt8 nGoldCut: 1 | |
sal_uInt8 nOrder: 4 | |
sal_uInt8 nJunk: 3 | |
} Flags | |
sal_uInt8 nVal | |
} | m_Value |
|
inline |
|
inline |
Definition at line 44 of file rtf.hxx.
References m_Value.
Referenced by RtfAttributeOutput::FormatSurround().
struct { ... } RTFSurround::Flags |
union { ... } RTFSurround::m_Value |
Referenced by GetValue(), and RTFSurround().
sal_uInt8 RTFSurround::nOrder |
Definition at line 30 of file rtf.hxx.
Referenced by RTFSurround().