LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
RTFSurround Class Reference

#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
 

Detailed Description

Definition at line 24 of file rtf.hxx.

Constructor & Destructor Documentation

◆ RTFSurround()

RTFSurround::RTFSurround ( bool  bGoldCut,
sal_uInt8  nOrder 
)
inline

Definition at line 37 of file rtf.hxx.

References m_Value, and nOrder.

Member Function Documentation

◆ GetValue()

sal_uInt16 RTFSurround::GetValue ( ) const
inline

Definition at line 44 of file rtf.hxx.

References m_Value.

Referenced by RtfAttributeOutput::FormatSurround().

Member Data Documentation

◆ 

struct { ... } RTFSurround::Flags

◆ 

union { ... } RTFSurround::m_Value

Referenced by GetValue(), and RTFSurround().

◆ nGoldCut

sal_uInt8 RTFSurround::nGoldCut

Definition at line 29 of file rtf.hxx.

◆ nJunk

sal_uInt8 RTFSurround::nJunk

Definition at line 31 of file rtf.hxx.

◆ nOrder

sal_uInt8 RTFSurround::nOrder

Definition at line 30 of file rtf.hxx.

Referenced by RTFSurround().

◆ nVal

sal_uInt8 RTFSurround::nVal

Definition at line 33 of file rtf.hxx.


The documentation for this class was generated from the following file: