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

VO_TABLE object. More...

#include <lwptable.hxx>

Inheritance diagram for LwpTable:
[legend]
Collaboration diagram for LwpTable:
[legend]

Public Member Functions

 LwpTable (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
virtual ~LwpTable () override
 
virtual void Parse (IXFStream *pOutputStream) override
 @descr default parse function More...
 
double GetWidth ()
 
double GetHeight ()
 
LwpObjectIDGetDefaultCellStyle ()
 
sal_uInt16 GetRow () const
 
sal_uInt16 GetColumn () const
 
rtl::Reference< LwpTableLayoutGetTableLayout ()
 
bool IsNumberDown () const
 
virtual bool IsTable () override
 
LwpSuperTableLayoutGetSuperTableLayout ()
 
- Public Member Functions inherited from LwpContent
 LwpContent (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
LwpAssociatedLayoutsGetLayoutsWithMe ()
 
rtl::Reference< LwpVirtualLayoutGetLayout (LwpVirtualLayout const *pStartLayout)
 
bool IsActive () const
 
virtual bool IsTable ()
 
OUString const & GetClassName () const
 
LwpContentGetNextEnumerated ()
 
bool HasNonEmbeddedLayouts ()
 
bool IsStyleContent ()
 
- Public Member Functions inherited from LwpDLNFVList
 LwpDLNFVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
LwpAtomHolderGetName ()
 
LwpObjectIDGetChildHead ()
 
LwpObjectIDGetChildTail ()
 
LwpObjectIDGetParent ()
 
- Public Member Functions inherited from LwpDLVList
 LwpDLVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm)
 
LwpObjectIDGetNext ()
 
LwpObjectIDGetPrevious ()
 
- Public Member Functions inherited from LwpObject
 LwpObject (LwpObjectHeader objHdr, LwpSvStream *pStrm)
 @descr construct lwpobject from stream More...
 
void QuickRead ()
 @descr QuickRead template More...
 
void DoRegisterStyle ()
 
void DoParse (IXFStream *pOutputStream)
 
void DoXFConvert (XFContentContainer *pCont)
 
LwpFoundryGetFoundry ()
 
void SetFoundry (LwpFoundry *pFoundry)
 
LwpObjectIDGetObjectID ()
 
sal_uInt32 GetTag () const
 
- Public Member Functions inherited from salhelper::SimpleReferenceObject
 SimpleReferenceObject ()
 
void acquire ()
 
void release ()
 

Protected Member Functions

void Read () override
 @descr default read function More...
 
void Read () override
 @descr default read function More...
 
- Protected Member Functions inherited from LwpDLNFVList
virtual ~LwpDLNFVList () override
 
void Read () override
 @descr Read LwpDLNFVList data from object stream More...
 
void ReadName (LwpObjectStream *pObjStrm)
 @descr Read name of LwpDLNFVList from object stream More...
 
- Protected Member Functions inherited from LwpDLVList
virtual ~LwpDLVList () override
 
void Read () override
 @descr Read LwpDLVList data from object stream More...
 
- Protected Member Functions inherited from LwpObject
virtual ~LwpObject () override
 @descr dtor() More...
 
virtual void Read ()
 @descr default read function More...
 
virtual void RegisterStyle ()
 @descr default register style function More...
 
virtual void Parse (IXFStream *pOutputStream)
 @descr default parse function More...
 
virtual void XFConvert (XFContentContainer *pCont)
 @descr default XFConvert function pCont is the XFContentContainer for the object conversion More...
 
- Protected Member Functions inherited from salhelper::SimpleReferenceObject
virtual ~SimpleReferenceObject () COVERITY_NOEXCEPT_FALSE
 

Private Types

enum  lTableAttributes {
  NUMBER_DOWN = 0x01 ,
  SIZING_VIA_MOUSE_ENABLED = 0x02 ,
  NUMBER_RESET = 0x04
}
 

Private Attributes

LwpForkedNotifyList m_CPNotifyList
 
sal_uInt16 m_nRow
 
sal_uInt16 m_nColumn
 
sal_Int32 m_nHeight
 
sal_Int32 m_nWidth
 
sal_Int32 m_nDefaultAutoGrowRowHeight
 
sal_uInt16 m_nAttributes
 
LwpObjectID m_Layout
 
LwpObjectID m_DefaultCellStyle
 

Additional Inherited Members

- Static Public Member Functions inherited from salhelper::SimpleReferenceObject
static void * operator new (std::size_t nSize)
 
static void * operator new (std::size_t nSize, std::nothrow_t const &rNothrow)
 
static void operator delete (void *pPtr)
 
static void operator delete (void *pPtr, std::nothrow_t const &rNothrow)
 
- Protected Attributes inherited from LwpDLNFVList
LwpObjectID m_ChildHead
 
LwpObjectID m_ChildTail
 
LwpObjectID m_Parent
 
LwpAtomHolder m_Name
 
- Protected Attributes inherited from LwpObject
LwpObjectHeader m_ObjHdr
 
std::unique_ptr< LwpObjectStreamm_pObjStrm
 
LwpFoundrym_pFoundry
 
LwpSvStreamm_pStrm
 
bool m_bRegisteringStyle
 
bool m_bParsingStyle
 
bool m_bConvertingContent
 
- Protected Attributes inherited from salhelper::SimpleReferenceObject
oslInterlockedCount m_nCount
 

Detailed Description

VO_TABLE object.

Definition at line 106 of file lwptable.hxx.

Member Enumeration Documentation

◆ lTableAttributes

Enumerator
NUMBER_DOWN 
SIZING_VIA_MOUSE_ENABLED 
NUMBER_RESET 

Definition at line 137 of file lwptable.hxx.

Constructor & Destructor Documentation

◆ LwpTable()

LwpTable::LwpTable ( LwpObjectHeader const &  objHdr,
LwpSvStream pStrm 
)

Definition at line 86 of file lwptable.cxx.

References m_nAttributes, and m_nColumn.

◆ ~LwpTable()

LwpTable::~LwpTable ( )
overridevirtual

Definition at line 97 of file lwptable.cxx.

Member Function Documentation

◆ GetColumn()

sal_uInt16 LwpTable::GetColumn ( ) const
inline

◆ GetDefaultCellStyle()

LwpObjectID & LwpTable::GetDefaultCellStyle ( )
inline

◆ GetHeight()

double LwpTable::GetHeight ( )
inline

Definition at line 114 of file lwptable.hxx.

References LwpTools::ConvertFromUnitsToMetric(), and m_nHeight.

Referenced by LwpTableLayout::RegisterRows().

◆ GetRow()

sal_uInt16 LwpTable::GetRow ( ) const
inline

◆ GetSuperTableLayout()

LwpSuperTableLayout * LwpTable::GetSuperTableLayout ( )

Definition at line 131 of file lwptable.cxx.

References LwpDLNFVList::GetParent(), m_Layout, and LwpObjectID::obj().

◆ GetTableLayout()

rtl::Reference< LwpTableLayout > LwpTable::GetTableLayout ( )
inline

Definition at line 118 of file lwptable.hxx.

References get(), and LwpContent::GetLayout().

Referenced by LwpCellLayout::ApplyProtect(), and LwpCellLayout::ConvertCell().

◆ GetWidth()

double LwpTable::GetWidth ( )
inline

◆ IsNumberDown()

bool LwpTable::IsNumberDown ( ) const

Definition at line 127 of file lwptable.cxx.

References m_nAttributes, and NUMBER_DOWN.

Referenced by LwpCellLayout::GetPreviousCellStory().

◆ IsTable()

virtual bool LwpTable::IsTable ( )
inlineoverridevirtual

Reimplemented from LwpContent.

Definition at line 123 of file lwptable.hxx.

◆ Parse()

void LwpTable::Parse ( IXFStream pOutputStream)
overridevirtual

@descr default parse function

Reimplemented from LwpObject.

Reimplemented in LwpTableHeading.

Definition at line 129 of file lwptable.cxx.

◆ Read()

void LwpTable::Read ( )
overrideprotectedvirtual

Member Data Documentation

◆ m_CPNotifyList

LwpForkedNotifyList LwpTable::m_CPNotifyList
private

Definition at line 130 of file lwptable.hxx.

Referenced by Read().

◆ m_DefaultCellStyle

LwpObjectID LwpTable::m_DefaultCellStyle
private

Definition at line 145 of file lwptable.hxx.

Referenced by GetDefaultCellStyle(), and Read().

◆ m_Layout

LwpObjectID LwpTable::m_Layout
private

Definition at line 144 of file lwptable.hxx.

Referenced by GetSuperTableLayout(), and Read().

◆ m_nAttributes

sal_uInt16 LwpTable::m_nAttributes
private

Definition at line 136 of file lwptable.hxx.

Referenced by IsNumberDown(), and Read().

◆ m_nColumn

sal_uInt16 LwpTable::m_nColumn
private

Definition at line 132 of file lwptable.hxx.

Referenced by GetColumn(), and Read().

◆ m_nDefaultAutoGrowRowHeight

sal_Int32 LwpTable::m_nDefaultAutoGrowRowHeight
private

Definition at line 135 of file lwptable.hxx.

Referenced by Read().

◆ m_nHeight

sal_Int32 LwpTable::m_nHeight
private

Definition at line 133 of file lwptable.hxx.

Referenced by GetHeight(), and Read().

◆ m_nRow

sal_uInt16 LwpTable::m_nRow
private

Definition at line 132 of file lwptable.hxx.

Referenced by GetRow(), and Read().

◆ m_nWidth

sal_Int32 LwpTable::m_nWidth
private

Definition at line 134 of file lwptable.hxx.

Referenced by GetWidth(), and Read().


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