LibreOffice Module lotuswordpro (master) 1
|
Frame link information. More...
#include <lwpframelayout.hxx>
Public Member Functions | |
LwpFrameLink () | |
void | Read (LwpObjectStream *pStrm) |
@descr frame link information More... | |
LwpObjectID & | GetNextLayout () |
LwpObjectID & | GetPreviousLayout () |
Private Attributes | |
LwpObjectID | m_PreviousLayout |
LwpObjectID | m_NextLayout |
Frame link information.
Definition at line 111 of file lwpframelayout.hxx.
LwpFrameLink::LwpFrameLink | ( | ) |
Definition at line 742 of file lwpframelayout.cxx.
|
inline |
Definition at line 116 of file lwpframelayout.hxx.
References m_NextLayout.
Referenced by LwpFrameLayout::GetNextLinkName().
|
inline |
Definition at line 117 of file lwpframelayout.hxx.
References m_PreviousLayout.
Referenced by LwpFrameLayout::HasPreviousLinkLayout().
void LwpFrameLink::Read | ( | LwpObjectStream * | pStrm | ) |
@descr frame link information
Definition at line 748 of file lwpframelayout.cxx.
References m_NextLayout, m_PreviousLayout, LwpObjectID::ReadIndexed(), and LwpObjectStream::SkipExtra().
Referenced by LwpFrameLayout::Read().
|
private |
Definition at line 121 of file lwpframelayout.hxx.
Referenced by GetNextLayout(), and Read().
|
private |
Definition at line 120 of file lwpframelayout.hxx.
Referenced by GetPreviousLayout(), and Read().