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

row or column id More...

#include <lwptblcell.hxx>

Public Member Functions

 LwpRowColumnQualifier ()
 
bool IsAbsolute () const
 
bool IsAfter () const
 
bool IsBad () const
 
void QuickRead (LwpObjectStream *pStrm)
 

Private Types

enum  {
  REF_ABSOLUTE = 0x01 ,
  REF_AFTER = 0x02 ,
  REF_BAD = 0x04
}
 

Private Attributes

sal_uInt8 cFlags
 

Detailed Description

row or column id

Definition at line 224 of file lwptblcell.hxx.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
private
Enumerator
REF_ABSOLUTE 
REF_AFTER 
REF_BAD 

Definition at line 238 of file lwptblcell.hxx.

Constructor & Destructor Documentation

◆ LwpRowColumnQualifier()

LwpRowColumnQualifier::LwpRowColumnQualifier ( )
inline

Definition at line 248 of file lwptblcell.hxx.

Member Function Documentation

◆ IsAbsolute()

bool LwpRowColumnQualifier::IsAbsolute ( ) const
inline

Definition at line 265 of file lwptblcell.hxx.

References cFlags, and REF_ABSOLUTE.

Referenced by LwpColumnSpecifier::ColumnID(), and LwpRowSpecifier::RowID().

◆ IsAfter()

bool LwpRowColumnQualifier::IsAfter ( ) const
inline

Definition at line 253 of file lwptblcell.hxx.

References cFlags, and REF_AFTER.

Referenced by LwpColumnSpecifier::ColumnID(), and LwpRowSpecifier::RowID().

◆ IsBad()

bool LwpRowColumnQualifier::IsBad ( ) const
inline

Definition at line 259 of file lwptblcell.hxx.

References cFlags, and REF_BAD.

Referenced by LwpColumnSpecifier::ColumnID(), and LwpRowSpecifier::RowID().

◆ QuickRead()

void LwpRowColumnQualifier::QuickRead ( LwpObjectStream pStrm)

Member Data Documentation

◆ cFlags

sal_uInt8 LwpRowColumnQualifier::cFlags
private

Definition at line 244 of file lwptblcell.hxx.

Referenced by IsAbsolute(), IsAfter(), IsBad(), and QuickRead().


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