LibreOffice Module lotuswordpro (master) 1
Public Types | Public Member Functions | Private Attributes | List of all members
LwpTab Class Reference

#include <lwptabrack.hxx>

Public Types

enum  TabType {
  TT_LEFT = 1 ,
  TT_CENTER ,
  TT_RIGHT ,
  TT_NUMERIC
}
 
enum  LeaderType {
  TL_NONE = 0 ,
  TL_HYPHEN ,
  TL_DOT ,
  TL_LINE
}
 
enum  RelativeType {
  TR_LEFT = 1 ,
  TR_RIGHT ,
  TR_CENTER
}
 

Public Member Functions

 LwpTab ()
 
void Read (LwpObjectStream *pStrm)
 
sal_uInt32 GetPosition () const
 
sal_uInt8 GetTabType () const
 
sal_uInt8 GetLeaderType () const
 
sal_uInt16 GetAlignChar () const
 

Private Attributes

sal_uInt32 m_nX
 
sal_uInt8 m_nType
 
sal_uInt8 m_nLeader
 
sal_uInt8 m_nRelativeType
 
sal_uInt16 m_nAlignChar
 

Detailed Description

Definition at line 69 of file lwptabrack.hxx.

Member Enumeration Documentation

◆ LeaderType

Enumerator
TL_NONE 
TL_HYPHEN 
TL_DOT 
TL_LINE 

Definition at line 82 of file lwptabrack.hxx.

◆ RelativeType

Enumerator
TR_LEFT 
TR_RIGHT 
TR_CENTER 

Definition at line 90 of file lwptabrack.hxx.

◆ TabType

Enumerator
TT_LEFT 
TT_CENTER 
TT_RIGHT 
TT_NUMERIC 

Definition at line 74 of file lwptabrack.hxx.

Constructor & Destructor Documentation

◆ LwpTab()

LwpTab::LwpTab ( )

Definition at line 65 of file lwptabrack.cxx.

Member Function Documentation

◆ GetAlignChar()

sal_uInt16 LwpTab::GetAlignChar ( ) const
inline

Definition at line 107 of file lwptabrack.hxx.

References m_nAlignChar.

Referenced by LwpParaStyle::ApplyTab().

◆ GetLeaderType()

sal_uInt8 LwpTab::GetLeaderType ( ) const
inline

Definition at line 103 of file lwptabrack.hxx.

References m_nLeader.

Referenced by LwpParaStyle::ApplyTab().

◆ GetPosition()

sal_uInt32 LwpTab::GetPosition ( ) const
inline

Definition at line 119 of file lwptabrack.hxx.

References m_nX.

Referenced by LwpParaStyle::ApplyTab().

◆ GetTabType()

sal_uInt8 LwpTab::GetTabType ( ) const
inline

Definition at line 99 of file lwptabrack.hxx.

References m_nType.

Referenced by LwpParaStyle::ApplyTab().

◆ Read()

void LwpTab::Read ( LwpObjectStream pStrm)

Member Data Documentation

◆ m_nAlignChar

sal_uInt16 LwpTab::m_nAlignChar
private

Definition at line 116 of file lwptabrack.hxx.

Referenced by GetAlignChar(), and Read().

◆ m_nLeader

sal_uInt8 LwpTab::m_nLeader
private

Definition at line 114 of file lwptabrack.hxx.

Referenced by GetLeaderType(), and Read().

◆ m_nRelativeType

sal_uInt8 LwpTab::m_nRelativeType
private

Definition at line 115 of file lwptabrack.hxx.

Referenced by Read().

◆ m_nType

sal_uInt8 LwpTab::m_nType
private

Definition at line 113 of file lwptabrack.hxx.

Referenced by GetTabType(), and Read().

◆ m_nX

sal_uInt32 LwpTab::m_nX
private

Definition at line 112 of file lwptabrack.hxx.

Referenced by GetPosition(), and Read().


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