Home
last modified time | relevance | path

Searched refs:SwHeaderAndFooterEatSpacingItem (Results 1 – 9 of 9) sorted by relevance

/AOO42X/main/sw/inc/
H A Dhfspacingitem.hxx33 class SW_DLLPUBLIC SwHeaderAndFooterEatSpacingItem : public SfxBoolItem class
36 SwHeaderAndFooterEatSpacingItem( sal_uInt16 nId = RES_HEADER_FOOTER_EAT_SPACING, in SwHeaderAndFooterEatSpacingItem() function in SwHeaderAndFooterEatSpacingItem
48 inline const SwHeaderAndFooterEatSpacingItem &SwAttrSet::GetHeaderAndFooterEatSpacing(sal_Bool bInP… in GetHeaderAndFooterEatSpacing()
49 { return (const SwHeaderAndFooterEatSpacingItem&)Get( RES_HEADER_FOOTER_EAT_SPACING,bInP); } in GetHeaderAndFooterEatSpacing()
51 inline const SwHeaderAndFooterEatSpacingItem &SwFmt::GetHeaderAndFooterEatSpacing(sal_Bool bInP) co… in GetHeaderAndFooterEatSpacing()
H A Dswatrset.hxx98 class SwHeaderAndFooterEatSpacingItem;
307 …inline const SwHeaderAndFooterEatSpacingItem &GetHeaderAndFooterEatSpacing( sal_Bool = sal_True ) …
H A Dformat.hxx267 …inline const SwHeaderAndFooterEatSpacingItem &GetHeaderAndFooterEatSpacing( sal_Bool = sal_True ) …
/AOO42X/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx80 const SwHeaderAndFooterEatSpacingItem &rSpacingCtrl = in CalcHdFtDist()
81 sw::util::ItemGet<SwHeaderAndFooterEatSpacingItem> in CalcHdFtDist()
H A Dww8par6.cxx628 pHdFmt->SetFmtAttr(SwHeaderAndFooterEatSpacingItem( in SetPageULSpaceItems()
639 pHdFmt->SetFmtAttr(SwHeaderAndFooterEatSpacingItem( in SetPageULSpaceItems()
657 pFtFmt->SetFmtAttr(SwHeaderAndFooterEatSpacingItem( in SetPageULSpaceItems()
668 pFtFmt->SetFmtAttr(SwHeaderAndFooterEatSpacingItem( in SetPageULSpaceItems()
/AOO42X/main/sw/source/ui/utlui/
H A Dattrdesc.cxx1057 SfxItemPresentation SwHeaderAndFooterEatSpacingItem::GetPresentation in GetPresentation()
/AOO42X/main/sw/source/core/bastyp/
H A Dinit.cxx620 … aAttrTab[ RES_HEADER_FOOTER_EAT_SPACING - POOLATTR_BEGIN ] = new SwHeaderAndFooterEatSpacingItem; in _InitCore()
/AOO42X/main/sw/source/core/layout/
H A Datrfrm.cxx2481 SfxPoolItem* SwHeaderAndFooterEatSpacingItem::Clone( SfxItemPool* ) const in Clone()
2483 return new SwHeaderAndFooterEatSpacingItem( Which(), GetValue() ); in Clone()
/AOO42X/main/sw/source/filter/rtf/
H A Dswparrtf.cxx709 pHdFmt->SetFmtAttr(SwHeaderAndFooterEatSpacingItem( in SetPageULSpaceItems()
722 pFtFmt->SetFmtAttr(SwHeaderAndFooterEatSpacingItem( in SetPageULSpaceItems()