Lines Matching refs:SwFormatTablePage

126 SwFormatTablePage::SwFormatTablePage( Window* pParent, const SfxItemSet& rSet ) :  in SwFormatTablePage()  function in SwFormatTablePage
184 void SwFormatTablePage::Init() in Init()
190 Link aLk = LINK( this, SwFormatTablePage, AutoClickHdl ); in Init()
198 aLk = LINK( this, SwFormatTablePage, UpDownLoseFocusHdl ); in Init()
217 aRelWidthCB.SetClickHdl(LINK( this, SwFormatTablePage, RelWidthClickHdl )); in Init()
222 IMPL_LINK( SwFormatTablePage, RelWidthClickHdl, CheckBox *, pBtn ) in IMPL_LINK() argument
260 IMPL_LINK( SwFormatTablePage, AutoClickHdl, CheckBox *, pBox ) in IMPL_LINK() argument
326 IMPL_LINK( SwFormatTablePage, RightModifyHdl, MetricField *, EMPTYARG ) in IMPL_LINK() argument
348 IMPL_LINK_INLINE_START( SwFormatTablePage, UpDownLoseFocusHdl, MetricField *, pEdit ) in IMPL_LINK_INLINE_START() argument
355 IMPL_LINK_INLINE_END( SwFormatTablePage, UpDownLoseFocusHdl, MetricField *, pEdit ) in IMPL_LINK_INLINE_END() argument
357 void SwFormatTablePage::ModifyHdl( Edit* pEdit ) in IMPL_LINK_INLINE_END()
461 SfxTabPage* SwFormatTablePage::Create( Window* pParent, in Create()
464 return new SwFormatTablePage( pParent, rAttrSet ); in Create()
469 sal_Bool SwFormatTablePage::FillItemSet( SfxItemSet& rCoreSet ) in FillItemSet()
518 void SwFormatTablePage::Reset( const SfxItemSet& ) in Reset()
668 void SwFormatTablePage::ActivatePage( const SfxItemSet& rSet ) in ActivatePage()
695 int SwFormatTablePage::DeactivatePage( SfxItemSet* _pSet ) in DeactivatePage()
1404 AddTabPage(TP_FORMAT_TABLE, &SwFormatTablePage::Create, 0 ); in SwTableTabDlg()