/aoo42x/main/sw/inc/ |
H A D | fmthdft.hxx | 72 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 D | swatrset.hxx | 71 class SwFmtFooter; 280 inline const SwFmtFooter &GetFooter( sal_Bool = sal_True ) const;
|
H A D | format.hxx | 233 inline const SwFmtFooter &GetFooter( sal_Bool = sal_True ) const;
|
/aoo42x/main/sw/source/core/undo/ |
H A D | SwUndoPageDesc.cxx | 60 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 …]
|
/aoo42x/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 123 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 D | hffrm.cxx | 758 const SwFmtFooter &rF = ((SwFrmFmt*)GetRegisteredIn())->GetFooter(); in PrepareFooter()
|
H A D | pagechg.cxx | 627 const SwFmtFooter &rOldF = pOldFmt->GetFooter(); in _UpdateAttr() 628 const SwFmtFooter &rNewF = pNewFmt->GetFooter(); in _UpdateAttr()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | docdesc.cxx | 343 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 D | docfmt.cxx | 2098 pOldFmt = ((SwFmtFooter*)pNewItem)->GetFooterFmt(); in CopyPageDescHeaderFooterImpl() 2132 ((SwFmtFooter*)pNewItem)->RegisterToFormat(*pNewFmt); in CopyPageDescHeaderFooterImpl()
|
/aoo42x/main/sw/source/ui/utlui/ |
H A D | uitool.cxx | 260 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 D | attrdesc.cxx | 455 SfxItemPresentation SwFmtFooter::GetPresentation in GetPresentation()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | writerwordglue.cxx | 448 const SwFmtFooter *pFt = HasItem<SwFmtFooter>(rPage, RES_FOOTER); in HdFtDistanceGlue()
|
H A D | rtfexport.cxx | 1245 const SwFmtFooter& rFooter = (const SwFmtFooter&)rItem; in WriteHeaderFooter()
|
H A D | wrtw8sty.cxx | 1164 && ((SwFmtFooter*)pItem)->IsActive() && in SetFooterFlag() 1165 ((SwFmtFooter*)pItem)->GetFooterFmt() ) in SetFooterFlag() 1868 const SwFmtFooter& rFt = rFmt.GetFooter(); in WriteHeaderFooterText()
|
H A D | ww8atr.cxx | 4446 …const SwFmtFooter *footer = dynamic_cast<const SwFmtFooter *>(pFmt->GetAttrSet().GetItem(RES_FOOTE… in FormatColumns()
|
/aoo42x/main/sw/source/ui/app/ |
H A D | appenv.cxx | 406 rFmt.SetFmtAttr(SwFmtFooter(sal_Bool(sal_False))); in InsertEnv()
|
H A D | applab.cxx | 277 rFmt.SetFmtAttr(SwFmtFooter(sal_Bool(sal_False))); in InsertLab()
|
/aoo42x/main/sw/source/filter/html/ |
H A D | htmlsect.cxx | 175 rPageFmt.SetFmtAttr( SwFmtFooter( sal_True )); in NewDivision()
|
H A D | wrthtml.cxx | 377 ((const SwFmtFooter *)pItem)->GetFooterFmt(); in WriteStream()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 611 return ((const SwFmtFooter *)(pFt))->IsActive(); in HasFooter() 2874 const SwFmtFooter* _pKeepFooter = NULL; in ReadSectControls() 3572 pHdFtFmt->SetFmtAttr(SwFmtFooter(sal_True)); in SetFooter()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 287 const SwFmtFooter& rFooterFmt = rDesc.GetMaster().GetFooter(); in ExecTabWin() 1437 const SwFmtFooter& rFooterFmt = rMaster.GetFooter(); in StateTabWin()
|
/aoo42x/main/sw/source/core/bastyp/ |
H A D | init.cxx | 601 aAttrTab[ RES_FOOTER- POOLATTR_BEGIN ] = new SwFmtFooter; in _InitCore()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unoobj2.cxx | 1163 static_cast<SwFmtFooter*>(pItemNonConst)->GetFooterFmt(); in lcl_IsStartNodeInFormat()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 1924 rMaster.SetFmtAttr( SwFmtFooter( bOn )); in ChangeHeaderOrFooter()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 2112 pFmt->SetFmtAttr(SwFmtFooter(sal_True)); in BeginFooter()
|