Lines Matching refs:SvxTabulatorTabPage

100 SvxTabulatorTabPage::SvxTabulatorTabPage( Window* pParent,  in SvxTabulatorTabPage()  function in SvxTabulatorTabPage
154 aNewBtn.SetClickHdl( LINK( this,SvxTabulatorTabPage, NewHdl_Impl ) ); in SvxTabulatorTabPage()
155 aDelBtn.SetClickHdl( LINK( this,SvxTabulatorTabPage, DelHdl_Impl ) ); in SvxTabulatorTabPage()
156 aDelAllBtn.SetClickHdl( LINK( this,SvxTabulatorTabPage, DelAllHdl_Impl ) ); in SvxTabulatorTabPage()
158 Link aLink = LINK( this, SvxTabulatorTabPage, TabTypeCheckHdl_Impl ); in SvxTabulatorTabPage()
164 aDezChar.SetLoseFocusHdl( LINK( this, SvxTabulatorTabPage, GetDezCharHdl_Impl ) ); in SvxTabulatorTabPage()
169 aLink = LINK( this, SvxTabulatorTabPage, FillTypeCheckHdl_Impl ); in SvxTabulatorTabPage()
175 aFillChar.SetLoseFocusHdl( LINK( this, SvxTabulatorTabPage, GetFillCharHdl_Impl ) ); in SvxTabulatorTabPage()
179 aTabBox.SetDoubleClickHdl( LINK( this, SvxTabulatorTabPage, SelectHdl_Impl ) ); in SvxTabulatorTabPage()
180 aTabBox.SetModifyHdl( LINK( this, SvxTabulatorTabPage, ModifyHdl_Impl ) ); in SvxTabulatorTabPage()
206 SvxTabulatorTabPage::~SvxTabulatorTabPage() in ~SvxTabulatorTabPage()
216 sal_uInt16* SvxTabulatorTabPage::GetRanges() in GetRanges()
223 sal_Bool SvxTabulatorTabPage::FillItemSet( SfxItemSet& rSet ) in FillItemSet()
283 SfxTabPage* SvxTabulatorTabPage::Create( Window* pParent, in Create()
286 return ( new SvxTabulatorTabPage( pParent, rSet ) ); in Create()
291 void SvxTabulatorTabPage::Reset( const SfxItemSet& rSet ) in Reset()
340 void SvxTabulatorTabPage::DisableControls( const sal_uInt16 nFlag ) in DisableControls()
385 int SvxTabulatorTabPage::DeactivatePage( SfxItemSet* _pSet ) in DeactivatePage()
394 void SvxTabulatorTabPage::InitTabPos_Impl( sal_uInt16 nTabPos ) in InitTabPos_Impl()
450 void SvxTabulatorTabPage::SetFillAndTabType_Impl() in SetFillAndTabType_Impl()
497 IMPL_LINK( SvxTabulatorTabPage, NewHdl_Impl, Button *, pBtn ) in IMPL_LINK() argument
557 IMPL_LINK( SvxTabulatorTabPage, DelHdl_Impl, Button *, EMPTYARG ) in IMPL_LINK() argument
601 IMPL_LINK( SvxTabulatorTabPage, DelAllHdl_Impl, Button *, EMPTYARG ) in IMPL_LINK() argument
616 IMPL_LINK( SvxTabulatorTabPage, TabTypeCheckHdl_Impl, RadioButton *, pBox ) in IMPL_LINK() argument
651 IMPL_LINK( SvxTabulatorTabPage, FillTypeCheckHdl_Impl, RadioButton *, pBox ) in IMPL_LINK() argument
682 IMPL_LINK( SvxTabulatorTabPage, GetFillCharHdl_Impl, Edit *, pEdit ) in IMPL_LINK() argument
700 IMPL_LINK( SvxTabulatorTabPage, GetDezCharHdl_Impl, Edit *, pEdit ) in IMPL_LINK() argument
717 IMPL_LINK( SvxTabulatorTabPage, SelectHdl_Impl, MetricBox *, EMPTYARG ) in IMPL_LINK() argument
731 IMPL_LINK( SvxTabulatorTabPage, ModifyHdl_Impl, MetricBox *, EMPTYARG ) in IMPL_LINK() argument
751 void SvxTabulatorTabPage::PageCreated(SfxAllItemSet aSet) in PageCreated()