Lines Matching refs:SwFmtFooter
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()
577 int SwFmtFooter::operator==( const SfxPoolItem& rAttr ) const in operator ==()
580 return ( GetRegisteredIn() == ((SwFmtFooter&)rAttr).GetRegisteredIn() && in operator ==()
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()
2566 pF = (SwFmtFooter*)pNew; in Modify()