|
LibreOffice Module lotuswordpro (master) 1
|
VO_ROWHEADINGLAYOUT obj. More...
#include <lwprowlayout.hxx>
Public Member Functions | |
| LwpRowHeadingLayout (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
| virtual | ~LwpRowHeadingLayout () override |
| virtual LWP_LAYOUT_TYPE | GetLayoutType () override |
Public Member Functions inherited from LwpRowLayout | |
| LwpRowLayout (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
| virtual | ~LwpRowLayout () override |
| virtual LWP_LAYOUT_TYPE | GetLayoutType () override |
| sal_uInt16 | GetRowID () const |
| virtual void | RegisterStyle () override |
| register row style More... | |
| LwpTableLayout * | GetParentTableLayout () |
| void | SetRowMap () |
| register row style More... | |
| void | ConvertRow (rtl::Reference< XFTable > const &pXFTable, sal_uInt8 nStartCol, sal_uInt8 nEndCol) |
| Parse rows with connect cell. More... | |
| void | ConvertCommonRow (rtl::Reference< XFTable > const &pXFTable, sal_uInt8 nStartCol, sal_uInt8 nEndCol) |
| convert row with rowlayout,but no merge cells More... | |
| void | CollectMergeInfo () |
| collect merge cell info when register row styles More... | |
| void | SetCellSplit (sal_uInt16 nEffectRows) |
| split merge cells in this row More... | |
| bool | GetMergeCellFlag () const |
| check if the row has merge cell More... | |
| sal_uInt16 | GetCurMaxSpannedRows (sal_uInt8 nStartCol, sal_uInt8 nEndCol) |
| get max spanned row numbers in a given column range More... | |
| void | RegisterCurRowStyle (XFRow *pXFRow, sal_uInt16 nRowMark) |
| register row style in SODC table More... | |
Public Member Functions inherited from LwpVirtualLayout | |
| LwpVirtualLayout (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
| virtual sal_uInt16 | GetNumCols () |
| virtual double | GetColGap (sal_uInt16 nIndex) |
| @descr: Get the gap between columns More... | |
| virtual bool | IsAutoGrow () |
| virtual bool | IsAutoGrowUp () |
| virtual bool | IsAutoGrowLeft () |
| virtual bool | IsAutoGrowRight () |
| bool | IsFitGraphic () |
| @descr: Whether the size of layout is fit the graphic More... | |
| bool | IsAutoGrowWidth () |
| @descr: Whether the width of layout is auto grow More... | |
| bool | IsInlineToMargin () const |
| @descr: Determine whether the layout width is to margin More... | |
| virtual sal_uInt8 | GetContentOrientation () |
| bool | GetHonorProtection () |
| bool | GetMarginsSameAsParent () |
| bool | GetIsProtected () |
| bool | GetIsAutoGrowDown () |
| bool | GetHasProtection () |
| double | GetMarginsValue (sal_uInt8 nWhichSide) |
| double | GetExtMarginsValue (sal_uInt8 nWhichSide) |
| const OUString & | GetStyleName () const |
| bool | IsComplex () const |
| @descr: Whether it is a mirror layout More... | |
| virtual bool | IsAnchorPage () |
| virtual bool | IsAnchorFrame () |
| virtual bool | IsAnchorCell () |
| bool | IsPage () |
| @descr: Whether this layout is page layout or not More... | |
| bool | IsHeader () |
| @descr: Whether this layout is header layout or not More... | |
| bool | IsFooter () |
| @descr: Whether this layout is footer layout or not More... | |
| bool | IsFrame () |
| @descr: Whether this layout is frame layout or not More... | |
| bool | IsCell () |
| @descr: Whether this layout is cell layout or not More... | |
| bool | IsSuperTable () |
| @descr: Whether this layout is supertable layout or not More... | |
| bool | IsGroupHead () |
| @descr: Whether this layout is group layout or not More... | |
| virtual sal_uInt8 | GetRelativeType () |
| @descr: get the relative type More... | |
| bool | IsRelativeAnchored () |
| @descr: whether it is relative anchored layout More... | |
| LwpUseWhen * | GetUseWhen () |
| @descr: Get usewhen pointer More... | |
| virtual LwpUseWhen * | VirtualGetUseWhen () |
| virtual bool | IsUseOnAllPages () |
| virtual bool | IsUseOnAllEvenPages () |
| virtual bool | IsUseOnAllOddPages () |
| virtual bool | IsUseOnPage () |
| virtual sal_Int32 | GetPageNumber (sal_uInt16) |
| bool | IsMinimumHeight () const |
| @descr: whether it is MinimumHeight layout More... | |
| virtual bool | IsForWaterMark () |
| virtual LwpPara * | GetLastParaOfPreviousStory () |
| rtl::Reference< LwpVirtualLayout > | GetParentLayout () |
| @descr: Get parent layout More... | |
| virtual rtl::Reference< LwpVirtualLayout > | GetContainerLayout () |
| void | RegisterChildStyle () |
| @descr: Register child layout style More... | |
| bool | NoContentReference () |
| bool | IsStyleLayout () |
| enumXFAlignType | GetVerticalAlignmentType () const |
| void | SetStyleName (const OUString &str) |
| virtual double | GetWidth () |
| virtual bool | HasContent () |
| virtual LWP_LAYOUT_TYPE | GetLayoutType () |
| LwpVirtualLayout * | FindChildByType (LWP_LAYOUT_TYPE eType) |
| @descr: Find child layout by layout type More... | |
Public Member Functions inherited from LwpDLNFPVList | |
| LwpDLNFPVList (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
| @descr ctor of LwpDLNFPVList from object stream Note that m_bHasProperties is initialized to true More... | |
| virtual | ~LwpDLNFPVList () override |
| @descr release property list More... | |
| LwpPropList * | GetPropList () |
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 |
| register row style More... | |
| void | Read () override |
| register row style More... | |
Protected Member Functions inherited from LwpVirtualLayout | |
| void | Read () override |
| @descr Read name of LwpDLNFVList from object stream More... | |
| bool | HasProtection () |
| @descr: Whether it has protection More... | |
| virtual bool | HonorProtection () |
| @descr: Whether it is honoring protection More... | |
| virtual bool | IsProtected () |
| @descr: Whether it is protected More... | |
| virtual bool | IsAutoGrowDown () |
| virtual double | MarginsValue (sal_uInt8) |
| virtual double | ExtMarginsValue (sal_uInt8) |
| virtual bool | MarginsSameAsParent () |
Protected Member Functions inherited from LwpDLNFPVList | |
| void | Read () override |
| @descr Read name of LwpDLNFVList from object stream More... | |
| void | ReadPropertyList (LwpObjectStream *pObjStrm) |
| @descr Read property list 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 Attributes | |
| LwpObjectID | cRowLayout |
VO_ROWHEADINGLAYOUT obj.
Definition at line 117 of file lwprowlayout.hxx.
| LwpRowHeadingLayout::LwpRowHeadingLayout | ( | LwpObjectHeader const & | objHdr, |
| LwpSvStream * | pStrm | ||
| ) |
Definition at line 487 of file lwprowlayout.cxx.
|
overridevirtual |
Definition at line 491 of file lwprowlayout.cxx.
|
inlineoverridevirtual |
Reimplemented from LwpRowLayout.
Definition at line 122 of file lwprowlayout.hxx.
References LwpVirtualLayout::LWP_ROW_HEADING_LAYOUT.
|
overrideprotectedvirtual |
register row style
param
return
Reimplemented from LwpRowLayout.
Definition at line 493 of file lwprowlayout.cxx.
References cRowLayout, LwpObject::m_pObjStrm, LwpRowLayout::Read(), and LwpObjectID::ReadIndexed().
|
private |
Definition at line 126 of file lwprowlayout.hxx.
Referenced by Read().