LibreOffice Module lotuswordpro (master) 1
|
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 |
row or column id
Definition at line 224 of file lwptblcell.hxx.
|
private |
Enumerator | |
---|---|
REF_ABSOLUTE | |
REF_AFTER | |
REF_BAD |
Definition at line 238 of file lwptblcell.hxx.
|
inline |
Definition at line 248 of file lwptblcell.hxx.
|
inline |
Definition at line 265 of file lwptblcell.hxx.
References cFlags, and REF_ABSOLUTE.
Referenced by LwpColumnSpecifier::ColumnID(), and LwpRowSpecifier::RowID().
|
inline |
Definition at line 253 of file lwptblcell.hxx.
References cFlags, and REF_AFTER.
Referenced by LwpColumnSpecifier::ColumnID(), and LwpRowSpecifier::RowID().
|
inline |
Definition at line 259 of file lwptblcell.hxx.
References cFlags, and REF_BAD.
Referenced by LwpColumnSpecifier::ColumnID(), and LwpRowSpecifier::RowID().
void LwpRowColumnQualifier::QuickRead | ( | LwpObjectStream * | pStrm | ) |
Definition at line 240 of file lwptblcell.cxx.
References cFlags, and LwpObjectStream::QuickReaduInt16().
Referenced by LwpRowSpecifier::QuickRead(), and LwpColumnSpecifier::QuickRead().
|
private |
Definition at line 244 of file lwptblcell.hxx.
Referenced by IsAbsolute(), IsAfter(), IsBad(), and QuickRead().