LibreOffice Module lotuswordpro (master) 1
|
#include <lwppagelayout.hxx>
Public Member Functions | |
LwpPageLayout (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
virtual | ~LwpPageLayout () override |
virtual void | RegisterStyle () override |
@descr: Register master page and page master style More... | |
OUString | RegisterEndnoteStyle () |
@descr: Register master page for endnote which name is "endnote" More... | |
virtual void | Parse (IXFStream *pOutputStream) override |
@descr default parse function More... | |
virtual LWP_LAYOUT_TYPE | GetLayoutType () override |
bool | HasColumns () |
@descr: Whether current page layout has columns More... | |
bool | HasFillerPageText (LwpFoundry const *pFoundry) |
@descr: Whether has filler page text in current page layout More... | |
void | ConvertFillerPageText (XFContentContainer *pCont) |
@descr: Parse filler page text More... | |
void | ResetXFColumns () |
@descr: Clear columns style in page layout More... | |
LwpPageLayout * | GetOddChildLayout () |
@descr: Get the odd layout if current page layout is mirror page More... | |
virtual sal_Int32 | GetPageNumber (sal_uInt16 nLayoutNumber) override |
@descr: Get the pagenumber More... | |
bool | operator< (LwpPageLayout &Other) |
@descr: Compare the position of layout. More... | |
LwpPara * | GetPagePosition () |
@descr: Get the position of pagelayout More... | |
Public Member Functions inherited from LwpLayout | |
LwpLayout (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
virtual | ~LwpLayout () override |
XFColumns * | GetXFColumns () |
@descr: Create and return XFColumns object More... | |
XFColumnSep * | GetColumnSep () |
@descr: Create and return XFColumnSep object More... | |
LwpShadow * | GetShadow () |
@descr: Get the LwpShadow object according to m_LayShadow id. More... | |
XFShadow * | GetXFShadow () |
@descr: create xfshadow More... | |
LwpUseWhen * | VirtualGetUseWhen () override |
@descr: Get usewhen pointer More... | |
virtual sal_uInt16 | GetNumCols () override |
@descr: Get columns number More... | |
virtual double | GetColGap (sal_uInt16 nIndex) override |
@descr: Get gap between columns More... | |
sal_uInt16 | GetUsePage () |
@descr: Get use page More... | |
UseWhenType | GetUseWhenType () |
@descr: Get use when type More... | |
virtual bool | IsUseOnAllPages () override |
@descr: Whether it is use on all pages More... | |
virtual bool | IsUseOnAllEvenPages () override |
@descr: Whether it is use on all even pages More... | |
virtual bool | IsUseOnAllOddPages () override |
@descr: Whether it is use on all odd pages More... | |
virtual bool | IsUseOnPage () override |
@descr: Whether it is use on current page More... | |
LwpObjectID & | GetPosition () |
virtual rtl::Reference< LwpVirtualLayout > | GetContainerLayout () override |
@descr get the layout that containers the current frame layout More... | |
Public Member Functions inherited from LwpMiddleLayout | |
LwpMiddleLayout (LwpObjectHeader const &objHdr, LwpSvStream *pStrm) | |
virtual | ~LwpMiddleLayout () override |
double | GetGeometryHeight () |
@descr: Get layout height, measured by "cm" More... | |
double | GetGeometryWidth () |
@descr: Get layout width, measured by "cm" More... | |
LwpBorderStuff * | GetBorderStuff () |
@descr: Get the LwpBorderStuff object according to m_LayBorderStuff id. More... | |
LwpBackgroundStuff * | GetBackgroundStuff () |
@descr: Get LwpBackgroundStuff object according to m_LayBackgroundStuff id; More... | |
LwpLayoutGeometry * | GetGeometry () |
@descr: Get the geometry of current layout More... | |
enumXFTextDir | GetTextDirection () |
@descr: Get text direction settings. More... | |
std::unique_ptr< XFBorders > | GetXFBorders () |
@descr: create xfborder. More... | |
LwpColor * | GetBackColor () |
@descr: Get background color. More... | |
virtual bool | IsAutoGrow () override |
@descr: Whether the height and width of layout is auto grow More... | |
virtual bool | IsAutoGrowUp () override |
@descr: Whether the height of layout is auto grow up More... | |
virtual bool | IsAutoGrowLeft () override |
@descr: Whether the height of layout is auto grow down More... | |
virtual bool | IsAutoGrowRight () override |
@descr: Whether the height of layout is auto grow down More... | |
virtual sal_uInt8 | GetContentOrientation () override |
@descr: Get contents orientation More... | |
virtual bool | HonorProtection () override |
@descr: Whether it is honoring protection More... | |
virtual bool | IsProtected () override |
@descr: Whether it is protected More... | |
rtl::Reference< LwpVirtualLayout > | GetWaterMarkLayout () |
@descr: Get watermark layout More... | |
std::unique_ptr< XFBGImage > | GetXFBGImage () |
@descr: Create and return xfbgimage object for watermark More... | |
bool | GetUsePrinterSettings () |
@descr: Whether the page uses the printer setting More... | |
LwpLayoutScale * | GetLayoutScale () |
sal_uInt16 | GetScaleMode () |
@descr: Layscale for graphic & watermark More... | |
sal_uInt16 | GetScaleTile () |
sal_uInt16 | GetScaleCenter () |
bool | CanSizeRight () |
virtual double | GetWidth () override |
@descr: Get layout height More... | |
sal_Int32 | GetMinimumWidth () |
bool | IsSizeRightToContent () |
bool | IsSizeRightToContainer () |
sal_Int32 | DetermineWidth () |
virtual double | GetHeight () |
@descr: Get layout height More... | |
LwpPoint | GetOrigin () |
@descr: Get layout origin point More... | |
bool | IsPatternFill () |
@descr: Whether the fill is pattern fill or not More... | |
std::unique_ptr< XFBGImage > | GetFillPattern () |
@descr: Get the fill pattern style. More... | |
virtual bool | HasContent () override |
LwpObjectID & | GetContent () |
LwpTabOverride * | GetTabOverride () |
@descr: Add back color settings into xfpagemaster. 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 () |
Private Member Functions | |
void | Read () override |
@descr Read name of LwpDLNFVList from object stream More... | |
LwpHeaderLayout * | GetHeaderLayout () |
LwpFooterLayout * | GetFooterLayout () |
void | ParseGeometry (XFPageMaster *pm1) |
@descr: set page height and width More... | |
void | ParseMargins (XFPageMaster *pm1) |
@descr: set page margins More... | |
void | ParseBorders (XFPageMaster *pm1) |
@descr: set page borders More... | |
void | ParsePatternFill (XFPageMaster *pm1) |
@descr: set page back pattern More... | |
void | ParseBackGround (XFPageMaster *pm1) |
@descr: set page background More... | |
void | ParseBackColor (XFPageMaster *pm1) |
@descr: set page back color More... | |
void | ParseWaterMark (XFPageMaster *pm1) |
@descr: set page watermark More... | |
void | ParseColumns (XFPageMaster *pm1) |
@descr: set page columns More... | |
void | ParseShadow (XFPageMaster *pm1) |
@descr: set page shadow More... | |
void | ParseFootNoteSeparator (XFPageMaster *pm1) |
@descr: set page footnote separator information More... | |
double | GetMarginWidth () |
@descr: Get margin width of page More... | |
void | GetWidthAndHeight (double &fWidth, double &fHeight) |
@descr: Get page width and height More... | |
double | GetWidth () override |
@descr: Get page width More... | |
double | GetHeight () override |
@descr: Get page height More... | |
Private Attributes | |
LwpAtomHolder | m_PrinterBinName |
sal_uInt16 | m_nPrinterBin |
sal_Int32 | m_nBdroffset |
LwpAtomHolder | m_PaperName |
XFPageMaster * | m_pXFPageMaster |
Definition at line 66 of file lwppagelayout.hxx.
LwpPageLayout::LwpPageLayout | ( | LwpObjectHeader const & | objHdr, |
LwpSvStream * | pStrm | ||
) |
Definition at line 81 of file lwppagelayout.cxx.
|
overridevirtual |
Definition at line 89 of file lwppagelayout.cxx.
void LwpPageLayout::ConvertFillerPageText | ( | XFContentContainer * | pCont | ) |
@descr: Parse filler page text
Definition at line 473 of file lwppagelayout.cxx.
References LwpDocument::GetDivInfoID(), LwpFoundry::GetDocument(), LwpDivInfo::GetFillerPageTextID(), HasFillerPageText(), LwpObject::m_pFoundry, LwpObjectID::obj(), and LwpStory::XFConvert().
Referenced by LwpMasterPage::ParseSection().
|
private |
Definition at line 522 of file lwppagelayout.cxx.
References get(), LwpDLNFVList::GetChildHead(), LwpVirtualLayout::LWP_FOOTER_LAYOUT, and SAL_WARN.
Referenced by RegisterEndnoteStyle(), and RegisterStyle().
|
private |
Definition at line 502 of file lwppagelayout.cxx.
References get(), LwpDLNFVList::GetChildHead(), LwpVirtualLayout::LWP_HEADER_LAYOUT, and SAL_WARN.
Referenced by RegisterEndnoteStyle(), and RegisterStyle().
|
overrideprivatevirtual |
@descr: Get page height
Reimplemented from LwpMiddleLayout.
Definition at line 704 of file lwppagelayout.cxx.
References GetWidthAndHeight().
|
inlineoverridevirtual |
Reimplemented from LwpVirtualLayout.
Definition at line 74 of file lwppagelayout.hxx.
References LwpVirtualLayout::LWP_PAGE_LAYOUT.
|
private |
@descr: Get margin width of page
Definition at line 577 of file lwppagelayout.cxx.
References LwpMiddleLayout::GetGeometryWidth(), LwpVirtualLayout::GetMarginsValue(), MARGIN_LEFT, and MARGIN_RIGHT.
Referenced by ParseFootNoteSeparator().
LwpPageLayout * LwpPageLayout::GetOddChildLayout | ( | ) |
@descr: Get the odd layout if current page layout is mirror page
Definition at line 546 of file lwppagelayout.cxx.
References get(), LwpDLNFVList::GetChildHead(), LwpVirtualLayout::GetUseWhen(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::insert(), LwpVirtualLayout::IsComplex(), LwpUseWhen::IsUseOnAllOddPages(), and LwpVirtualLayout::LWP_PAGE_LAYOUT.
Referenced by LwpStory::SetCurrentLayout().
|
overridevirtual |
@descr: Get the pagenumber
if nLayoutNumber =FIRST_LAYOUTPAGENO, return the first page number that current page layout covers =LAST_LAYOUTPAGENO, return the last page number that current page layout covers else, return the specified page number that current page layout covers | |
Reimplemented from LwpVirtualLayout.
Definition at line 594 of file lwppagelayout.cxx.
References FIRST_LAYOUTPAGENO, LwpFoundry::GetDocument(), LwpObject::GetFoundry(), LwpDLVListHeadTailHolder::GetHead(), LwpPageHint::GetLayoutPageNumber(), LwpDLVList::GetNext(), LwpDocument::GetNumberOfPagesBefore(), LwpObject::GetObjectID(), LwpDocument::GetPageHintsID(), LwpPageHint::GetPageLayoutID(), LwpPageHint::GetPageNumber(), o3tl::sorted_vector< typename Value, typename Compare, template< typename, typename > class Find, bool >::insert(), LwpObjectID::IsNull(), LAST_LAYOUTPAGENO, and LwpObjectID::obj().
Referenced by HasFillerPageText().
LwpPara * LwpPageLayout::GetPagePosition | ( | ) |
@descr: Get the position of pagelayout
Definition at line 738 of file lwppagelayout.cxx.
References LwpFoundry::EnumSections(), LwpObject::GetFoundry(), LwpSection::GetPageLayout(), LwpLayout::GetPosition(), LwpOrderedObject::GetPosition(), and LwpObjectID::obj().
Referenced by operator<().
|
overrideprivatevirtual |
@descr: Get page width
Reimplemented from LwpMiddleLayout.
Definition at line 693 of file lwppagelayout.cxx.
References GetWidthAndHeight().
|
private |
@descr: Get page width and height
Definition at line 655 of file lwppagelayout.cxx.
References LwpMiddleLayout::GetGeometry(), LwpMiddleLayout::GetGeometryHeight(), LwpMiddleLayout::GetGeometryWidth(), LwpMiddleLayout::GetUsePrinterSettings(), Size::Height(), and Size::Width().
Referenced by GetHeight(), GetWidth(), and ParseGeometry().
bool LwpPageLayout::HasColumns | ( | ) |
@descr: Whether current page layout has columns
Definition at line 430 of file lwppagelayout.cxx.
References LwpLayout::GetNumCols().
Referenced by LwpStory::IsNeedSection().
bool LwpPageLayout::HasFillerPageText | ( | LwpFoundry const * | pFoundry | ) |
@descr: Whether has filler page text in current page layout
Definition at line 436 of file lwppagelayout.cxx.
References FIRST_LAYOUTPAGENO, GetPageNumber(), LwpLayout::GetUseWhenType(), LwpTools::IsEvenNumber(), LwpTools::IsOddNumber(), LwpLayout::StartOnEvenPage, and LwpLayout::StartOnOddPage.
Referenced by ConvertFillerPageText(), LwpMasterPage::ParseSection(), and LwpMasterPage::RegisterFillerPageStyle().
bool LwpPageLayout::operator< | ( | LwpPageLayout & | Other | ) |
@descr: Compare the position of layout.
If the position of this layout is earlier than other layout,return true, or return false
Definition at line 714 of file lwppagelayout.cxx.
References LwpPara::ComparePagePosition(), GetPagePosition(), and Other.
|
overridevirtual |
@descr default parse function
Reimplemented from LwpObject.
Definition at line 112 of file lwppagelayout.cxx.
References LwpMiddleLayout::m_Content, LwpObject::m_pFoundry, and LwpObjectID::obj().
|
private |
@descr: set page back color
Definition at line 242 of file lwppagelayout.cxx.
References LwpMiddleLayout::GetBackColor(), XFPageMaster::SetBackColor(), and LwpColor::To24Color().
Referenced by ParseBackGround().
|
private |
@descr: set page background
Definition at line 226 of file lwppagelayout.cxx.
References LwpMiddleLayout::IsPatternFill(), ParseBackColor(), and ParsePatternFill().
Referenced by RegisterEndnoteStyle(), and RegisterStyle().
|
private |
@descr: set page borders
Definition at line 188 of file lwppagelayout.cxx.
References LwpMiddleLayout::GetXFBorders(), and XFPageMaster::SetBorders().
Referenced by RegisterEndnoteStyle(), and RegisterStyle().
|
private |
@descr: set page columns
Definition at line 175 of file lwppagelayout.cxx.
References LwpLayout::GetXFColumns(), and XFPageMaster::SetColumns().
Referenced by RegisterEndnoteStyle(), and RegisterStyle().
|
private |
@descr: set page footnote separator information
Definition at line 255 of file lwppagelayout.cxx.
References LwpTools::ConvertFromUnitsToMetric(), enumXFAlignEnd, enumXFAlignStart, LwpFootnoteSeparatorOptions::GetAbove(), LwpFootnoteSeparatorOptions::GetBelow(), LwpFoundry::GetDocument(), LwpFootnoteOptions::GetFootnoteSeparator(), LwpFootnoteSeparatorOptions::GetIndent(), LwpFootnoteSeparatorOptions::GetLength(), GetMarginWidth(), LwpFootnoteSeparatorOptions::GetTopBorderColor(), LwpFootnoteSeparatorOptions::GetTopBorderWidth(), LwpDocument::GetValidFootnoteOpts(), LwpFootnoteSeparatorOptions::HasCustomLength(), LwpFootnoteSeparatorOptions::HasSeparator(), LwpColor::IsValidColor(), LwpObject::m_pFoundry, LwpObjectID::obj(), XFPageMaster::SetFootNoteSeparator(), and LwpColor::To24Color().
Referenced by RegisterStyle().
|
private |
@descr: set page height and width
Definition at line 141 of file lwppagelayout.cxx.
References GetWidthAndHeight(), XFPageMaster::SetPageHeight(), and XFPageMaster::SetPageWidth().
Referenced by RegisterEndnoteStyle(), and RegisterStyle().
|
private |
@descr: set page margins
Definition at line 127 of file lwppagelayout.cxx.
References LwpVirtualLayout::GetMarginsValue(), MARGIN_BOTTOM, MARGIN_LEFT, MARGIN_RIGHT, MARGIN_TOP, and XFPageMaster::SetMargins().
Referenced by RegisterEndnoteStyle(), and RegisterStyle().
|
private |
@descr: set page back pattern
Definition at line 214 of file lwppagelayout.cxx.
References LwpMiddleLayout::GetFillPattern(), and XFPageMaster::SetBackImage().
Referenced by ParseBackGround().
|
private |
@descr: set page shadow
Definition at line 201 of file lwppagelayout.cxx.
References LwpLayout::GetXFShadow(), and XFPageMaster::SetShadow().
Referenced by RegisterEndnoteStyle(), and RegisterStyle().
|
private |
@descr: set page watermark
Definition at line 162 of file lwppagelayout.cxx.
References LwpMiddleLayout::GetXFBGImage(), and XFPageMaster::SetBackImage().
Referenced by RegisterEndnoteStyle(), and RegisterStyle().
|
overrideprivatevirtual |
@descr Read name of LwpDLNFVList from object stream
Reimplemented from LwpLayout.
Definition at line 90 of file lwppagelayout.cxx.
References m_nBdroffset, LwpFileHeader::m_nFileRevision, m_nPrinterBin, m_PaperName, LwpObject::m_pObjStrm, m_PrinterBinName, LwpLayout::Read(), and LwpAtomHolder::Read().
OUString LwpPageLayout::RegisterEndnoteStyle | ( | ) |
@descr: Register master page for endnote which name is "endnote"
Definition at line 376 of file lwppagelayout.cxx.
References XFStyleManager::AddStyle(), enumXFPageUsageMirror, GetFooterLayout(), GetHeaderLayout(), LwpGlobalMgr::GetInstance(), XFStyle::GetStyleName(), IXFStyle::GetStyleName(), LwpMiddleLayout::GetTextDirection(), LwpVirtualLayout::GetUseWhen(), LwpGlobalMgr::GetXFStyleManager(), LwpVirtualLayout::IsComplex(), LwpUseWhen::IsUseOnAllOddPages(), LwpObject::m_pFoundry, IXFStyleRet::m_pStyle, m_pXFPageMaster, ParseBackGround(), ParseBorders(), ParseColumns(), ParseGeometry(), ParseMargins(), ParseShadow(), ParseWaterMark(), LwpHeaderLayout::RegisterStyle(), LwpFooterLayout::RegisterStyle(), and LwpObject::SetFoundry().
Referenced by LwpDocument::RegisterFootnoteStyles().
|
overridevirtual |
@descr: Register master page and page master style
Reimplemented from LwpObject.
Definition at line 315 of file lwppagelayout.cxx.
References XFStyleManager::AddStyle(), enumXFPageUsageMirror, GetFooterLayout(), GetHeaderLayout(), LwpGlobalMgr::GetInstance(), LwpDLNFVList::GetName(), XFStyle::GetStyleName(), LwpMiddleLayout::GetTextDirection(), LwpVirtualLayout::GetUseWhen(), LwpGlobalMgr::GetXFStyleManager(), LwpVirtualLayout::IsComplex(), LwpUseWhen::IsUseOnAllOddPages(), LwpObject::m_pFoundry, IXFStyleRet::m_pStyle, m_pXFPageMaster, LwpVirtualLayout::m_StyleName, ParseBackGround(), ParseBorders(), ParseColumns(), ParseFootNoteSeparator(), ParseGeometry(), ParseMargins(), ParseShadow(), ParseWaterMark(), LwpVirtualLayout::RegisterChildStyle(), LwpHeaderLayout::RegisterStyle(), LwpFooterLayout::RegisterStyle(), and LwpObject::SetFoundry().
void LwpPageLayout::ResetXFColumns | ( | ) |
@descr: Clear columns style in page layout
Definition at line 494 of file lwppagelayout.cxx.
References m_pXFPageMaster, and XFPageMaster::SetColumns().
Referenced by LwpStory::IsNeedSection().
|
private |
Definition at line 96 of file lwppagelayout.hxx.
Referenced by Read().
|
private |
Definition at line 95 of file lwppagelayout.hxx.
Referenced by Read().
|
private |
Definition at line 97 of file lwppagelayout.hxx.
Referenced by Read().
|
private |
Definition at line 94 of file lwppagelayout.hxx.
Referenced by Read().
|
private |
Definition at line 98 of file lwppagelayout.hxx.
Referenced by RegisterEndnoteStyle(), RegisterStyle(), and ResetXFColumns().