LibreOffice Module lotuswordpro (master) 1
|
VO_TABLE object. More...
#include <lwptable.hxx>
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 () |
LwpObjectID & | GetDefaultCellStyle () |
sal_uInt16 | GetRow () const |
sal_uInt16 | GetColumn () const |
rtl::Reference< LwpTableLayout > | GetTableLayout () |
bool | IsNumberDown () const |
virtual bool | IsTable () override |
LwpSuperTableLayout * | GetSuperTableLayout () |
Public Member Functions inherited from LwpContent | |
LwpContent (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
LwpAssociatedLayouts & | GetLayoutsWithMe () |
rtl::Reference< LwpVirtualLayout > | GetLayout (LwpVirtualLayout const *pStartLayout) |
bool | IsActive () const |
virtual bool | IsTable () |
OUString const & | GetClassName () const |
LwpContent * | GetNextEnumerated () |
bool | HasNonEmbeddedLayouts () |
bool | IsStyleContent () |
Public Member Functions inherited from LwpDLNFVList | |
LwpDLNFVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
LwpAtomHolder & | GetName () |
LwpObjectID & | GetChildHead () |
LwpObjectID & | GetChildTail () |
LwpObjectID & | GetParent () |
Public Member Functions inherited from LwpDLVList | |
LwpDLVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
LwpObjectID & | GetNext () |
LwpObjectID & | GetPrevious () |
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) |
LwpFoundry * | GetFoundry () |
void | SetFoundry (LwpFoundry *pFoundry) |
LwpObjectID & | GetObjectID () |
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< LwpObjectStream > | m_pObjStrm |
LwpFoundry * | m_pFoundry |
LwpSvStream * | m_pStrm |
bool | m_bRegisteringStyle |
bool | m_bParsingStyle |
bool | m_bConvertingContent |
Protected Attributes inherited from salhelper::SimpleReferenceObject | |
oslInterlockedCount | m_nCount |
VO_TABLE object.
Definition at line 106 of file lwptable.hxx.
|
private |
Enumerator | |
---|---|
NUMBER_DOWN | |
SIZING_VIA_MOUSE_ENABLED | |
NUMBER_RESET |
Definition at line 137 of file lwptable.hxx.
LwpTable::LwpTable | ( | LwpObjectHeader const & | objHdr, |
LwpSvStream * | pStrm | ||
) |
Definition at line 86 of file lwptable.cxx.
References m_nAttributes, and m_nColumn.
|
overridevirtual |
Definition at line 97 of file lwptable.cxx.
|
inline |
Definition at line 117 of file lwptable.hxx.
References m_nColumn.
Referenced by LwpTableLayout::ConvertHeadingRow(), LwpCellLayout::GetPreviousCellStory(), LwpSuperTableLayout::GetTableWidth(), LwpTableLayout::RegisterStyle(), LwpTableLayout::SplitConflictCells(), and LwpTableLayout::SplitRowToCells().
|
inline |
Definition at line 115 of file lwptable.hxx.
References m_DefaultCellStyle.
Referenced by LwpCellLayout::ConvertCell(), LwpHiddenCellLayout::ConvertCell(), and LwpTableLayout::RegisterStyle().
|
inline |
Definition at line 114 of file lwptable.hxx.
References LwpTools::ConvertFromUnitsToMetric(), and m_nHeight.
Referenced by LwpTableLayout::RegisterRows().
|
inline |
Definition at line 116 of file lwptable.hxx.
References m_nRow.
Referenced by LwpConnectedCellLayout::GetCellBorderType(), LwpGlossary::GetNumIndexRows(), LwpTableLayout::RegisterStyle(), and LwpTableLayout::SplitConflictCells().
LwpSuperTableLayout * LwpTable::GetSuperTableLayout | ( | ) |
Definition at line 131 of file lwptable.cxx.
References LwpDLNFVList::GetParent(), m_Layout, and LwpObjectID::obj().
|
inline |
Definition at line 118 of file lwptable.hxx.
References get(), and LwpContent::GetLayout().
Referenced by LwpCellLayout::ApplyProtect(), and LwpCellLayout::ConvertCell().
|
inline |
Definition at line 113 of file lwptable.hxx.
References LwpTools::ConvertFromUnitsToMetric(), and m_nWidth.
Referenced by LwpSuperTableLayout::GetTableWidth(), and LwpTableLayout::RegisterColumns().
bool LwpTable::IsNumberDown | ( | ) | const |
Definition at line 127 of file lwptable.cxx.
References m_nAttributes, and NUMBER_DOWN.
Referenced by LwpCellLayout::GetPreviousCellStory().
|
inlineoverridevirtual |
Reimplemented from LwpContent.
Definition at line 123 of file lwptable.hxx.
|
overridevirtual |
@descr default parse function
Reimplemented from LwpObject.
Reimplemented in LwpTableHeading.
Definition at line 129 of file lwptable.cxx.
|
overrideprotectedvirtual |
@descr default read function
Reimplemented from LwpContent.
Reimplemented in LwpTableHeading, LwpParallelColumns, and LwpGlossary.
Definition at line 99 of file lwptable.cxx.
References m_CPNotifyList, m_DefaultCellStyle, m_Layout, m_nAttributes, m_nColumn, m_nDefaultAutoGrowRowHeight, LwpFileHeader::m_nFileRevision, m_nHeight, m_nRow, m_nWidth, LwpObject::m_pObjStrm, LwpContent::Read(), LwpForkedNotifyList::Read(), and LwpObjectID::ReadIndexed().
Referenced by LwpFootnoteTable::Read(), and LwpParallelColumns::Read().
|
private |
Definition at line 130 of file lwptable.hxx.
Referenced by Read().
|
private |
Definition at line 145 of file lwptable.hxx.
Referenced by GetDefaultCellStyle(), and Read().
|
private |
Definition at line 144 of file lwptable.hxx.
Referenced by GetSuperTableLayout(), and Read().
|
private |
Definition at line 136 of file lwptable.hxx.
Referenced by IsNumberDown(), and Read().
|
private |
Definition at line 132 of file lwptable.hxx.
Referenced by GetColumn(), and Read().
|
private |
Definition at line 135 of file lwptable.hxx.
Referenced by Read().
|
private |
Definition at line 133 of file lwptable.hxx.
Referenced by GetHeight(), and Read().
|
private |
Definition at line 132 of file lwptable.hxx.
|
private |
Definition at line 134 of file lwptable.hxx.
Referenced by GetWidth(), and Read().