/trunk/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() 180 pFormat = new SwFrmFmt( *rNewDesc.GetLeft().GetFooter().GetFooterFmt() ); in SwUndoPageDesc() 254 const SwFmtFooter& rDestFoot = rDest.GetMaster().GetFooter(); in ExchangeContentNodes() 255 const SwFmtFooter& rSourceFoot = rSource.GetMaster().GetFooter(); in ExchangeContentNodes() 279 const SwFmtFooter& rSourceLeftFoot = rSource.GetLeft().GetFooter(); in ExchangeContentNodes() 283 rDest.GetLeft().GetFooter().GetFooterFmt()->GetCntnt(); in ExchangeContentNodes()
|
/trunk/main/sw/inc/ |
H A D | fmthdft.hxx | 104 inline const SwFmtFooter &SwAttrSet::GetFooter(sal_Bool bInP) const in GetFooter() function in SwAttrSet 109 inline const SwFmtFooter &SwFmt::GetFooter(sal_Bool bInP) const in GetFooter() function in SwFmt 110 { return aSet.GetFooter(bInP); } in GetFooter()
|
H A D | format.hxx | 233 inline const SwFmtFooter &GetFooter( sal_Bool = sal_True ) const;
|
H A D | swatrset.hxx | 280 inline const SwFmtFooter &GetFooter( sal_Bool = sal_True ) const;
|
/trunk/main/sw/source/ui/utlui/ |
H A D | uitool.cxx | 259 if(!rMaster.GetFooter().IsActive()) in ItemSetToPageDesc() 264 SwFmtFooter aFooterFmt(rMaster.GetFooter()); in ItemSetToPageDesc() 276 if(rMaster.GetFooter().IsActive()) in ItemSetToPageDesc() 433 if(rMaster.GetFooter().IsActive()) in PageDescToItemSet() 435 const SwFmtFooter &rFooterFmt = rMaster.GetFooter(); in PageDescToItemSet()
|
/trunk/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() 356 pDesc->GetLeft().SetFmtAttr( pDesc->GetMaster().GetFooter() ); in ChgPageDesc() 361 const SwFmtFooter &rLeftFoot = pDesc->GetLeft().GetFooter(); in ChgPageDesc() 375 pDesc->GetLeft().SetFmtAttr( rChged.GetLeft().GetFooter() ); in ChgPageDesc()
|
H A D | docfmt.cxx | 2204 rDstDesc.GetLeft().SetFmtAttr( rDstDesc.GetMaster().GetFooter() ); in CopyPageDesc()
|
/trunk/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 717 if (SwFrmFmt* pFtFmt = (SwFrmFmt*)rFmt.GetFooter().GetFooterFmt()) in SetPageULSpaceItems() 779 rDestMaster.SetFmtAttr(rFromMaster.GetFooter()); in MoveFrom() 786 rDestLeft.SetFmtAttr(rFromLeft.GetFooter()); in MoveFrom() 3005 _pKeepFooter = &aNewSection.mpPageHdFt->GetMaster().GetFooter(); in ReadSectControls() 3278 if (pPgFmt->GetFooter().GetFooterFmt()) in ReadPageDescTbl() 3281 (SwFrmFmt*)pPgFmt->GetFooter().GetFooterFmt(); in ReadPageDescTbl() 3343 if( pPgFmt->GetFooter().GetFooterFmt() ) in ReadPageDescTbl() 3345 SwFrmFmt* pFFmt = (SwFrmFmt*)pPgFmt->GetFooter().GetFooterFmt(); in ReadPageDescTbl() 3568 pHdFtFmt->GetFooter().GetFooterFmt() : 0; in SetFooter() 3573 pExisting = pHdFtFmt->GetFooter().GetFooterFmt(); in SetFooter()
|
/trunk/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()
|
/trunk/main/sc/source/ui/view/ |
H A D | preview.cxx | 413 nFooterHeight = pPrintFunc->GetFooter().nHeight; in DoPrint() 415 bFooterOn = pPrintFunc->GetFooter().bEnable; in DoPrint() 1289 …nFooterHeight = (long)( nBottomMargin - pPrintFunc->GetFooter().nHeight * HMM_PER_TWIPS * mnScale … in MouseMove() 1294 … nFooterHeight = (long)( nBottomMargin - pPrintFunc->GetFooter().nHeight * HMM_PER_TWIPS ); in MouseMove()
|
/trunk/main/svx/inc/svx/ |
H A D | pagectrl.hxx | 153 sal_Bool GetFooter() const { return bFooter; } in GetFooter() function in SvxPageWindow
|
/trunk/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 1661 : !rDesc.GetMaster().GetFooter().IsActive() ) in GetState() 1905 (!bHeader && aDesc.GetMaster().GetFooter().IsActive()))) in ChangeHeaderOrFooter() 1930 (SwFrmFmt*)rMaster.GetFooter().GetFooterFmt(); in ChangeHeaderOrFooter()
|
H A D | basesh.cxx | 2937 SwFmtFooter aFoot( aDesc.GetMaster().GetFooter() ); in ExecuteGallery()
|
/trunk/main/sw/source/core/layout/ |
H A D | pagechg.cxx | 255 if ( pFmt->GetFooter().IsActive() ) in SwPageFrm() 627 const SwFmtFooter &rOldF = pOldFmt->GetFooter(); in _UpdateAttr() 628 const SwFmtFooter &rNewF = pNewFmt->GetFooter(); in _UpdateAttr()
|
H A D | hffrm.cxx | 758 const SwFmtFooter &rF = ((SwFrmFmt*)GetRegisteredIn())->GetFooter(); in PrepareFooter()
|
/trunk/main/sc/source/ui/inc/ |
H A D | printfun.hxx | 299 ScPrintHFParam GetFooter(){return aFtr;} in GetFooter() function in ScPrintFunc
|
/trunk/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 287 const SwFmtFooter& rFooterFmt = rDesc.GetMaster().GetFooter(); in ExecTabWin() 1142 rDesc.GetMaster().GetFooter().GetFooterFmt()); in StateTabWin() 1437 const SwFmtFooter& rFooterFmt = rMaster.GetFooter(); in StateTabWin()
|
/trunk/main/sw/source/ui/dbui/ |
H A D | dbmgr.cxx | 982 rMaster.GetFooter().IsActive(); in MergeMailFiles() 2901 rMaster.GetFooter().IsActive(); in MergeDocuments()
|
/trunk/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 2113 pHdFtFmt = (SwFrmFmt*)pFmt->GetFooter().GetFooterFmt(); in BeginFooter()
|
/trunk/main/sw/source/filter/ww8/ |
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 | wrtw8sty.cxx | 1868 const SwFmtFooter& rFt = rFmt.GetFooter(); in WriteHeaderFooterText()
|
H A D | ww8par6.cxx | 649 if (SwFrmFmt* pFtFmt = (SwFrmFmt*)rFmt.GetFooter().GetFooterFmt()) in SetPageULSpaceItems()
|
H A D | ww8atr.cxx | 382 pFmt = rFmt.GetFooter().GetFooterFmt(); in FmtHdFtContainsChapterField()
|
/trunk/main/sw/source/core/crsr/ |
H A D | crstrvl.cxx | 261 const SwFmtFooter& rFt = rDesc.GetMaster().GetFooter(); in SetCrsrInHdFt()
|