Home
last modified time | relevance | path

Searched refs:SwFmtFooter (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/sw/inc/
H A Dfmthdft.hxx72 class SW_DLLPUBLIC SwFmtFooter: public SfxPoolItem, public SwClient class
77 SwFmtFooter( sal_Bool bOn = sal_False );
78 SwFmtFooter( SwFrmFmt *pFooterFmt );
79 SwFmtFooter( const SwFmtFooter &rCpy );
80 ~SwFmtFooter();
81 SwFmtFooter& operator=( const SwFmtFooter &rCpy );
104 inline const SwFmtFooter &SwAttrSet::GetFooter(sal_Bool bInP) const in GetFooter()
105 { return (const SwFmtFooter&)Get( RES_FOOTER,bInP); } in GetFooter()
109 inline const SwFmtFooter &SwFmt::GetFooter(sal_Bool bInP) const in GetFooter()
H A Dswatrset.hxx71 class SwFmtFooter;
280 inline const SwFmtFooter &GetFooter( sal_Bool = sal_True ) const;
H A Dformat.hxx233 inline const SwFmtFooter &GetFooter( sal_Bool = sal_True ) const;
/trunk/main/sw/source/core/undo/
H A DSwUndoPageDesc.cxx60 SwFmtFooter& rFoot = (SwFmtFooter&)rPageDesc.GetMaster().GetFooter(); in DebugHeaderFooterContent()
62 SwFmtFooter& rLeftFoot = (SwFmtFooter&)rPageDesc.GetLeft().GetFooter(); in DebugHeaderFooterContent()
142 const SwFmtFooter& rOldFoot = rOldDesc.GetMaster().GetFooter(); in SwUndoPageDesc()
143 const SwFmtFooter& rNewFoot = rNewDesc.GetMaster().GetFooter(); in SwUndoPageDesc()
177 SwFmtFooter aFmtFooter( pFormat ); in SwUndoPageDesc()
182 SwFmtFooter aFormatFooter( pFormat ); in SwUndoPageDesc()
254 const SwFmtFooter& rDestFoot = rDest.GetMaster().GetFooter(); in ExchangeContentNodes()
255 const SwFmtFooter& rSourceFoot = rSource.GetMaster().GetFooter(); in ExchangeContentNodes()
273 pNewFmt = ((SwFmtFooter*)pNewItem)->GetFooterFmt(); in ExchangeContentNodes()
289 pNewFmt = ((SwFmtFooter*)pNewItem)->GetFooterFmt(); in ExchangeContentNodes()
[all …]
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx123 TYPEINIT2(SwFmtFooter, SfxPoolItem, SwClient );
545 SwFmtFooter::SwFmtFooter( SwFrmFmt *pFooterFmt ) in SwFmtFooter() function in SwFmtFooter
552 SwFmtFooter::SwFmtFooter( const SwFmtFooter &rCpy ) in SwFmtFooter() function in SwFmtFooter
559 SwFmtFooter::SwFmtFooter( sal_Bool bOn ) in SwFmtFooter() function in SwFmtFooter
566 SwFmtFooter::~SwFmtFooter() in ~SwFmtFooter()
572 void SwFmtFooter::RegisterToFormat( SwFmt& rFmt ) in RegisterToFormat()
581 bActive == ((SwFmtFooter&)rAttr).IsActive() ); in operator ==()
584 SfxPoolItem* SwFmtFooter::Clone( SfxItemPool* ) const in Clone()
586 return new SwFmtFooter( *this ); in Clone()
2527 SwFmtFooter *pF = 0; in Modify()
[all …]
H A Dhffrm.cxx758 const SwFmtFooter &rF = ((SwFrmFmt*)GetRegisteredIn())->GetFooter(); in PrepareFooter()
H A Dpagechg.cxx627 const SwFmtFooter &rOldF = pOldFmt->GetFooter(); in _UpdateAttr()
628 const SwFmtFooter &rNewF = pNewFmt->GetFooter(); in _UpdateAttr()
/trunk/main/sw/source/core/doc/
H A Ddocdesc.cxx343 const SwFmtFooter &rFoot = rChged.GetMaster().GetFooter(); in ChgPageDesc()
348 const SwFmtFooter &rOldFoot = pDesc->GetMaster().GetFooter(); in ChgPageDesc()
361 const SwFmtFooter &rLeftFoot = pDesc->GetLeft().GetFooter(); in ChgPageDesc()
364 SwFmtFooter aFoot( MakeLayoutFmt( RND_STD_FOOTER, 0 ) ); in ChgPageDesc()
391 pDesc->GetLeft().SetFmtAttr( SwFmtFooter( pFmt ) ); in ChgPageDesc()
H A Ddocfmt.cxx2098 pOldFmt = ((SwFmtFooter*)pNewItem)->GetFooterFmt(); in CopyPageDescHeaderFooterImpl()
2132 ((SwFmtFooter*)pNewItem)->RegisterToFormat(*pNewFmt); in CopyPageDescHeaderFooterImpl()
/trunk/main/sw/source/ui/utlui/
H A Duitool.cxx260 rMaster.SetFmtAttr(SwFmtFooter(sal_True)); in ItemSetToPageDesc()
264 SwFmtFooter aFooterFmt(rMaster.GetFooter()); in ItemSetToPageDesc()
278 rMaster.SetFmtAttr(SwFmtFooter(sal_Bool(sal_False))); in ItemSetToPageDesc()
435 const SwFmtFooter &rFooterFmt = rMaster.GetFooter(); in PageDescToItemSet()
H A Dattrdesc.cxx455 SfxItemPresentation SwFmtFooter::GetPresentation in GetPresentation()
/trunk/main/sw/source/filter/ww8/
H A Dwriterwordglue.cxx448 const SwFmtFooter *pFt = HasItem<SwFmtFooter>(rPage, RES_FOOTER); in HdFtDistanceGlue()
H A Drtfexport.cxx1245 const SwFmtFooter& rFooter = (const SwFmtFooter&)rItem; in WriteHeaderFooter()
H A Dwrtw8sty.cxx1164 && ((SwFmtFooter*)pItem)->IsActive() && in SetFooterFlag()
1165 ((SwFmtFooter*)pItem)->GetFooterFmt() ) in SetFooterFlag()
1868 const SwFmtFooter& rFt = rFmt.GetFooter(); in WriteHeaderFooterText()
H A Dww8atr.cxx4446 …const SwFmtFooter *footer = dynamic_cast<const SwFmtFooter *>(pFmt->GetAttrSet().GetItem(RES_FOOTE… in FormatColumns()
/trunk/main/sw/source/ui/app/
H A Dappenv.cxx406 rFmt.SetFmtAttr(SwFmtFooter(sal_Bool(sal_False))); in InsertEnv()
H A Dapplab.cxx277 rFmt.SetFmtAttr(SwFmtFooter(sal_Bool(sal_False))); in InsertLab()
/trunk/main/sw/source/filter/html/
H A Dhtmlsect.cxx175 rPageFmt.SetFmtAttr( SwFmtFooter( sal_True )); in NewDivision()
H A Dwrthtml.cxx377 ((const SwFmtFooter *)pItem)->GetFooterFmt(); in WriteStream()
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx611 return ((const SwFmtFooter *)(pFt))->IsActive(); in HasFooter()
2874 const SwFmtFooter* _pKeepFooter = NULL; in ReadSectControls()
3572 pHdFtFmt->SetFmtAttr(SwFmtFooter(sal_True)); in SetFooter()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx287 const SwFmtFooter& rFooterFmt = rDesc.GetMaster().GetFooter(); in ExecTabWin()
1437 const SwFmtFooter& rFooterFmt = rMaster.GetFooter(); in StateTabWin()
/trunk/main/sw/source/core/bastyp/
H A Dinit.cxx601 aAttrTab[ RES_FOOTER- POOLATTR_BEGIN ] = new SwFmtFooter; in _InitCore()
/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx1163 static_cast<SwFmtFooter*>(pItemNonConst)->GetFooterFmt(); in lcl_IsStartNodeInFormat()
/trunk/main/sw/source/ui/shells/
H A Dtextsh1.cxx1924 rMaster.SetFmtAttr( SwFmtFooter( bOn )); in ChangeHeaderOrFooter()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx2112 pFmt->SetFmtAttr(SwFmtFooter(sal_True)); in BeginFooter()

Completed in 795 milliseconds

12