|
LibreOffice Module lotuswordpro (master) 1
|
#include <lwplaypiece.hxx>
Public Types | |
| enum | RelativeType { LAY_PARENT_RELATIVE = 1 , LAY_PARA_RELATIVE , LAY_INLINE , LAY_INLINE_NEWLINE , LAY_CONTENT_RELATIVE , LAY_INLINE_VERTICAL } |
| enum | WhereType { LAY_UPPERLEFT = 1 , LAY_MIDDLETOP , LAY_UPPERRIGHT , LAY_MIDDLELEFT , LAY_MIDDLERIGHT , LAY_LOWERLEFT , LAY_MIDDLEBOTTOM , LAY_LOWERRIGHT , LAY_MIDDLE } |
| enum | TetherWhereType { LAY_INTERNAL = 1 , LAY_EXTERNAL , LAY_BORDER } |
Public Member Functions | |
| LwpLayoutRelativityGuts () | |
| void | Read (LwpObjectStream *pStrm) |
| sal_uInt8 | GetRelativeType () const |
Private Attributes | |
| sal_uInt8 | m_nRelType |
| sal_uInt8 | m_nRelFromWhere |
| LwpPoint | m_RelDistance |
| sal_uInt8 | m_nTether |
| sal_uInt8 | m_nTetherWhere |
| sal_uInt8 | m_nFlags |
Definition at line 330 of file lwplaypiece.hxx.
| Enumerator | |
|---|---|
| LAY_PARENT_RELATIVE | |
| LAY_PARA_RELATIVE | |
| LAY_INLINE | |
| LAY_INLINE_NEWLINE | |
| LAY_CONTENT_RELATIVE | |
| LAY_INLINE_VERTICAL | |
Definition at line 336 of file lwplaypiece.hxx.
| Enumerator | |
|---|---|
| LAY_INTERNAL | |
| LAY_EXTERNAL | |
| LAY_BORDER | |
Definition at line 357 of file lwplaypiece.hxx.
| Enumerator | |
|---|---|
| LAY_UPPERLEFT | |
| LAY_MIDDLETOP | |
| LAY_UPPERRIGHT | |
| LAY_MIDDLELEFT | |
| LAY_MIDDLERIGHT | |
| LAY_LOWERLEFT | |
| LAY_MIDDLEBOTTOM | |
| LAY_LOWERRIGHT | |
| LAY_MIDDLE | |
Definition at line 345 of file lwplaypiece.hxx.
| LwpLayoutRelativityGuts::LwpLayoutRelativityGuts | ( | ) |
Definition at line 387 of file lwplaypiece.cxx.
References m_nFlags, m_RelDistance, LwpPoint::SetX(), and LwpPoint::SetY().
|
inline |
Definition at line 335 of file lwplaypiece.hxx.
References m_nRelType.
Referenced by LwpPlacableLayout::GetRelativeType().
| void LwpLayoutRelativityGuts::Read | ( | LwpObjectStream * | pStrm | ) |
Definition at line 400 of file lwplaypiece.cxx.
References LwpFileHeader::m_nFileRevision, m_nFlags, m_nRelFromWhere, m_nRelType, m_nTether, m_nTetherWhere, m_RelDistance, LwpObjectStream::QuickReaduInt8(), and LwpPoint::Read().
Referenced by LwpLayoutRelativity::Read().
|
private |
Definition at line 370 of file lwplaypiece.hxx.
Referenced by Read().
|
private |
Definition at line 366 of file lwplaypiece.hxx.
Referenced by Read().
|
private |
Definition at line 365 of file lwplaypiece.hxx.
Referenced by GetRelativeType(), and Read().
|
private |
Definition at line 368 of file lwplaypiece.hxx.
Referenced by Read().
|
private |
Definition at line 369 of file lwplaypiece.hxx.
Referenced by Read().
|
private |
Definition at line 367 of file lwplaypiece.hxx.
Referenced by LwpLayoutRelativityGuts(), and Read().