Home
last modified time | relevance | path

Searched refs:SvxTabulatorTabPage (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/cui/source/tabpages/
H A Dtabstpge.cxx100 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()
[all …]
/AOO41X/main/cui/source/inc/
H A Dtabstpge.hxx71 class SvxTabulatorTabPage : public SfxTabPage class
76 ~SvxTabulatorTabPage();
90 SvxTabulatorTabPage( Window* pParent, const SfxItemSet& rSet );
/AOO41X/main/cui/source/factory/
H A Ddlgfact.cxx1779 return SvxTabulatorTabPage::Create; in GetTabPageCreatorFunc()
1858 return SvxTabulatorTabPage::GetRanges; in GetTabPageRangesFunc()