Lines Matching refs:SwAutoFormatDlg

177 SwAutoFormatDlg::SwAutoFormatDlg( Window* pParent, SwWrtShell* pWrtShell,  in SwAutoFormatDlg()  function in SwAutoFormatDlg
223 __EXPORT SwAutoFormatDlg::~SwAutoFormatDlg() in ~SwAutoFormatDlg()
235 void SwAutoFormatDlg::Init( const SwTableAutoFmt* pSelFmt ) in Init()
237 Link aLk( LINK( this, SwAutoFormatDlg, CheckHdl ) ); in Init()
244 aBtnAdd.SetClickHdl ( LINK( this, SwAutoFormatDlg, AddHdl ) ); in Init()
245 aBtnRemove.SetClickHdl ( LINK( this, SwAutoFormatDlg, RemoveHdl ) ); in Init()
246 aBtnRename.SetClickHdl ( LINK( this, SwAutoFormatDlg, RenameHdl ) ); in Init()
247 aBtnOk.SetClickHdl ( LINK( this, SwAutoFormatDlg, OkHdl ) ); in Init()
248 aLbFormat.SetSelectHdl( LINK( this, SwAutoFormatDlg, SelFmtHdl ) ); in Init()
284 void SwAutoFormatDlg::UpdateChecks( const SwTableAutoFmt& rFmt, sal_Bool bEnable ) in UpdateChecks()
302 void SwAutoFormatDlg::FillAutoFmtOfIndex( SwTableAutoFmt*& rToFill ) const in FillAutoFmtOfIndex()
321 IMPL_LINK( SwAutoFormatDlg, CheckHdl, Button *, pBtn ) in IMPL_LINK() argument
357 IMPL_LINK( SwAutoFormatDlg, AddHdl, void *, EMPTYARG ) in IMPL_LINK() argument
424 IMPL_LINK( SwAutoFormatDlg, RemoveHdl, void *, EMPTYARG ) in IMPL_LINK() argument
461 IMPL_LINK( SwAutoFormatDlg, RenameHdl, void *, EMPTYARG ) in IMPL_LINK() argument
531 IMPL_LINK( SwAutoFormatDlg, SelFmtHdl, void *, EMPTYARG ) in IMPL_LINK() argument
566 IMPL_LINK_INLINE_START( SwAutoFormatDlg, OkHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_START() argument
573 IMPL_LINK_INLINE_END( SwAutoFormatDlg, OkHdl, Button *, EMPTYARG ) in IMPL_LINK_INLINE_END() argument