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

Frame link information. More...

#include <lwpframelayout.hxx>

Collaboration diagram for LwpFrameLink:
[legend]

Public Member Functions

 LwpFrameLink ()
 
void Read (LwpObjectStream *pStrm)
 @descr frame link information More...
 
LwpObjectIDGetNextLayout ()
 
LwpObjectIDGetPreviousLayout ()
 

Private Attributes

LwpObjectID m_PreviousLayout
 
LwpObjectID m_NextLayout
 

Detailed Description

Frame link information.

Definition at line 111 of file lwpframelayout.hxx.

Constructor & Destructor Documentation

◆ LwpFrameLink()

LwpFrameLink::LwpFrameLink ( )

Definition at line 742 of file lwpframelayout.cxx.

Member Function Documentation

◆ GetNextLayout()

LwpObjectID & LwpFrameLink::GetNextLayout ( )
inline

Definition at line 116 of file lwpframelayout.hxx.

References m_NextLayout.

Referenced by LwpFrameLayout::GetNextLinkName().

◆ GetPreviousLayout()

LwpObjectID & LwpFrameLink::GetPreviousLayout ( )
inline

Definition at line 117 of file lwpframelayout.hxx.

References m_PreviousLayout.

Referenced by LwpFrameLayout::HasPreviousLinkLayout().

◆ Read()

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().

Member Data Documentation

◆ m_NextLayout

LwpObjectID LwpFrameLink::m_NextLayout
private

Definition at line 121 of file lwpframelayout.hxx.

Referenced by GetNextLayout(), and Read().

◆ m_PreviousLayout

LwpObjectID LwpFrameLink::m_PreviousLayout
private

Definition at line 120 of file lwpframelayout.hxx.

Referenced by GetPreviousLayout(), and Read().


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