/aoo41x/main/sw/source/core/undo/ |
H A D | SwUndoPageDesc.cxx | 89 SwFrmFmt* pFooterFmt = rFoot.GetFooterFmt(); in DebugHeaderFooterContent() 100 SwFrmFmt* pLeftFooterFmt = rLeftFoot.GetFooterFmt(); in DebugHeaderFooterContent() 175 SwFrmFmt* pFormat = new SwFrmFmt( *rNewFoot.GetFooterFmt() ); in SwUndoPageDesc() 261 SwFrmFmt *pNewFmt = ((SwFmtFooter*)pNewItem)->GetFooterFmt(); in ExchangeContentNodes() 262 pNewFmt->SetFmtAttr( rSourceFoot.GetFooterFmt()->GetCntnt() ); in ExchangeContentNodes() 268 const SwFmtCntnt& rFooterDestCntnt = rDestFoot.GetFooterFmt()->GetCntnt(); in ExchangeContentNodes() 273 pNewFmt = ((SwFmtFooter*)pNewItem)->GetFooterFmt(); in ExchangeContentNodes() 283 rDest.GetLeft().GetFooter().GetFooterFmt()->GetCntnt(); in ExchangeContentNodes() 289 pNewFmt = ((SwFmtFooter*)pNewItem)->GetFooterFmt(); in ExchangeContentNodes() 290 pNewFmt->SetFmtAttr( rSourceLeftFoot.GetFooterFmt()->GetCntnt() ); in ExchangeContentNodes() [all …]
|
/aoo41x/main/sw/source/core/doc/ |
H A D | docdesc.cxx | 338 ::lcl_DescSetAttr( *rFoot.GetFooterFmt(), *aFoot.GetFooterFmt(), sal_False); in ChgPageDesc() 342 const SwFrmFmt *pRight = rFoot.GetFooterFmt(); in ChgPageDesc() 344 const SwFmtCntnt &aLCnt = rLeftFoot.GetFooterFmt()->GetCntnt(); in ChgPageDesc() 367 *(SwFrmFmt*)rLeftFoot.GetFooterFmt(), sal_False ); in ChgPageDesc()
|
H A D | docfmt.cxx | 2086 pOldFmt = ((SwFmtFooter*)pNewItem)->GetFooterFmt(); in CopyPageDescHeaderFooterImpl()
|
/aoo41x/main/sw/inc/ |
H A D | fmthdft.hxx | 94 const SwFrmFmt *GetFooterFmt() const { return (SwFrmFmt*)GetRegisteredIn(); } in GetFooterFmt() function in SwFmtFooter 95 SwFrmFmt *GetFooterFmt() { return (SwFrmFmt*)GetRegisteredIn(); } in GetFooterFmt() function in SwFmtFooter
|
/aoo41x/main/sw/source/core/layout/ |
H A D | hffrm.cxx | 767 ASSERT( rF.GetFooterFmt(), "FrmFmt fuer Footer nicht gefunden." ); in PrepareFooter() 769 if ( pLay->GetFmt() == (SwFrmFmt*)rF.GetFooterFmt() ) in PrepareFooter() 777 SwFooterFrm *pF = new SwFooterFrm( (SwFrmFmt*)rF.GetFooterFmt(), this ); in PrepareFooter()
|
H A D | atrfrm.cxx | 563 if ( GetFooterFmt() ) in ~SwFmtFooter() 564 DelHFFormat( this, GetFooterFmt() ); in ~SwFmtFooter() 2505 if( pF && pF->IsActive() && !pF->GetFooterFmt() ) in Modify()
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmlsect.cxx | 171 pHdFtFmt = (SwFrmFmt*)rPageFmt.GetFooter().GetFooterFmt(); in NewDivision() 176 pHdFtFmt = (SwFrmFmt*)rPageFmt.GetFooter().GetFooterFmt(); in NewDivision() 427 : (SwFrmFmt*)rPageFmt.GetFooter().GetFooterFmt(); in FixHeaderFooterDistance()
|
H A D | wrthtml.cxx | 377 ((const SwFmtFooter *)pItem)->GetFooterFmt(); in WriteStream()
|
/aoo41x/main/sw/source/ui/utlui/ |
H A D | uitool.cxx | 265 SwFrmFmt *pFooterFmt = aFooterFmt.GetFooterFmt(); in ItemSetToPageDesc() 429 const SwFrmFmt *pFooterFmt = rFooterFmt.GetFooterFmt(); in PageDescToItemSet()
|
H A D | attrdesc.cxx | 472 const sal_uInt16 nId = GetFooterFmt() ? STR_FOOTER : STR_NO_FOOTER; in GetPresentation()
|
/aoo41x/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 726 if (SwFrmFmt* pFtFmt = (SwFrmFmt*)rFmt.GetFooter().GetFooterFmt()) in SetPageULSpaceItems() 3287 if (pPgFmt->GetFooter().GetFooterFmt()) in ReadPageDescTbl() 3290 (SwFrmFmt*)pPgFmt->GetFooter().GetFooterFmt(); in ReadPageDescTbl() 3352 if( pPgFmt->GetFooter().GetFooterFmt() ) in ReadPageDescTbl() 3354 SwFrmFmt* pFFmt = (SwFrmFmt*)pPgFmt->GetFooter().GetFooterFmt(); in ReadPageDescTbl() 3577 pHdFtFmt->GetFooter().GetFooterFmt() : 0; in SetFooter() 3582 pExisting = pHdFtFmt->GetFooter().GetFooterFmt(); in SetFooter()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | writerwordglue.cxx | 449 if (pFt && pFt->IsActive() && pFt->GetFooterFmt()) in HdFtDistanceGlue() 452 …tom = dyaBottom + static_cast< sal_uInt16 >( (myImplHelpers::CalcFtDist(*(pFt->GetFooterFmt()))) ); in HdFtDistanceGlue()
|
H A D | wrtw8sty.cxx | 1165 ((SwFmtFooter*)pItem)->GetFooterFmt() ) in SetFooterFlag() 1869 ASSERT( rFt.GetFooterFmt(), "Footer text is not here" ); in WriteHeaderFooterText() 1870 pCntnt = &rFt.GetFooterFmt()->GetCntnt(); in WriteHeaderFooterText()
|
H A D | ww8atr.cxx | 382 pFmt = rFmt.GetFooter().GetFooterFmt(); in FmtHdFtContainsChapterField() 4449 const SwFrmFmt *footerFmt = footer->GetFooterFmt(); in FormatColumns()
|
H A D | ww8par.cxx | 2184 if (!pPD->GetMaster().GetFooter().GetFooterFmt()) in Read_HdFt() 2188 pHdFtFmt = (SwFrmFmt*)pFmt->GetFooter().GetFooterFmt(); in Read_HdFt()
|
H A D | ww8par6.cxx | 649 if (SwFrmFmt* pFtFmt = (SwFrmFmt*)rFmt.GetFooter().GetFooterFmt()) in SetPageULSpaceItems()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 288 SwFrmFmt *pFooterFmt = (SwFrmFmt*)rFooterFmt.GetFooterFmt(); in ExecTabWin() 1142 rDesc.GetMaster().GetFooter().GetFooterFmt()); in StateTabWin() 1438 SwFrmFmt *pFooterFmt = (SwFrmFmt*)rFooterFmt.GetFooterFmt(); in StateTabWin()
|
/aoo41x/main/sw/source/core/crsr/ |
H A D | crstrvl.cxx | 262 if( rFt.GetFooterFmt() ) in SetCrsrInHdFt() 263 pCnt = &rFt.GetFooterFmt()->GetCntnt(); in SetCrsrInHdFt()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unoobj2.cxx | 1163 static_cast<SwFmtFooter*>(pItemNonConst)->GetFooterFmt(); in lcl_IsStartNodeInFormat()
|
H A D | unostyle.cxx | 3437 GetFooterFmt(); in lcl_makeHeaderFooter()
|
/aoo41x/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 1931 (SwFrmFmt*)rMaster.GetFooter().GetFooterFmt(); in ChangeHeaderOrFooter()
|
H A D | basesh.cxx | 2931 aFoot.GetFooterFmt()->SetFmtAttr( aBrush ); in ExecuteGallery()
|
/aoo41x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 2116 pHdFtFmt = (SwFrmFmt*)pFmt->GetFooter().GetFooterFmt(); in BeginFooter()
|