Home
last modified time | relevance | path

Searched refs:pFooterFmt (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sw/source/ui/utlui/
H A Duitool.cxx265 SwFrmFmt *pFooterFmt = aFooterFmt.GetFooterFmt(); in ItemSetToPageDesc() local
266 ASSERT(pFooterFmt != 0, "kein FooterFormat"); in ItemSetToPageDesc()
268 ::FillHdFt(pFooterFmt, rFooterSet); in ItemSetToPageDesc()
436 const SwFrmFmt *pFooterFmt = rFooterFmt.GetFooterFmt(); in PageDescToItemSet() local
437 ASSERT(pFooterFmt != 0, kein FooterFormat.); in PageDescToItemSet()
460 const SwFmtFrmSize &rFrmSize = pFooterFmt->GetFrmSize(); in PageDescToItemSet()
476 aFooterSet.Put(pFooterFmt->GetAttrSet()); in PageDescToItemSet()
/trunk/main/sw/source/core/undo/
H A DSwUndoPageDesc.cxx89 SwFrmFmt* pFooterFmt = rFoot.GetFooterFmt(); in DebugHeaderFooterContent() local
90 if( pFooterFmt ) in DebugHeaderFooterContent()
92 nFooterCount = pFooterFmt->GetClientCount(); in DebugHeaderFooterContent()
93 const SwFmtCntnt* pCntnt = &pFooterFmt->GetCntnt(); in DebugHeaderFooterContent()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx288 SwFrmFmt *pFooterFmt = (SwFrmFmt*)rFooterFmt.GetFooterFmt(); in ExecTabWin() local
393 else if( nFrmType & FRMTYPE_FOOTER && pFooterFmt ) in ExecTabWin()
394 pFooterFmt->SetFmtAttr( aLR ); in ExecTabWin()
558 if( (bHead && pHeaderFmt) || (!bHead && pFooterFmt) ) in ExecTabWin()
561 pFooterFmt->GetFrmSize() ); in ExecTabWin()
568 pFooterFmt->SetFmtAttr( aSz ); in ExecTabWin()
1438 SwFrmFmt *pFooterFmt = (SwFrmFmt*)rFooterFmt.GetFooterFmt(); in StateTabWin() local
1439 … if( pFooterFmt )// #i80890# if rDesc is not the one belonging to the current page is might crash in StateTabWin()
1440 pBox = & (const SvxBoxItem&)pFooterFmt->GetBox(); in StateTabWin()
/trunk/main/sw/source/filter/html/
H A Dwrthtml.cxx376 const SwFrmFmt *pFooterFmt = in WriteStream() local
378 if( pFooterFmt ) in WriteStream()
379 OutHTML_HeaderFooter( *this, *pFooterFmt, sal_False ); in WriteStream()
/trunk/main/sw/inc/
H A Dfmthdft.hxx78 SwFmtFooter( SwFrmFmt *pFooterFmt );
/trunk/main/sw/source/core/layout/
H A Datrfrm.cxx545 SwFmtFooter::SwFmtFooter( SwFrmFmt *pFooterFmt ) in SwFmtFooter() argument
547 SwClient( pFooterFmt ), in SwFmtFooter()
548 bActive( pFooterFmt ? sal_True : sal_False ) in SwFmtFooter()

Completed in 50 milliseconds