Searched refs:SvxJavaOptionsPage (Results 1 – 4 of 4) sorted by relevance
| /AOO42X/main/cui/source/options/ |
| H A D | optjava.cxx | 93 SvxJavaOptionsPage::SvxJavaOptionsPage( Window* pParent, const SfxItemSet& rSet ) : in SvxJavaOptionsPage() function in SvxJavaOptionsPage 120 m_aJavaEnableCB.SetClickHdl( LINK( this, SvxJavaOptionsPage, EnableHdl_Impl ) ); in SvxJavaOptionsPage() 121 m_aJavaList.SetCheckButtonHdl( LINK( this, SvxJavaOptionsPage, CheckHdl_Impl ) ); in SvxJavaOptionsPage() 122 m_aJavaList.SetSelectHdl( LINK( this, SvxJavaOptionsPage, SelectHdl_Impl ) ); in SvxJavaOptionsPage() 123 m_aAddBtn.SetClickHdl( LINK( this, SvxJavaOptionsPage, AddHdl_Impl ) ); in SvxJavaOptionsPage() 124 m_aParameterBtn.SetClickHdl( LINK( this, SvxJavaOptionsPage, ParameterHdl_Impl ) ); in SvxJavaOptionsPage() 125 m_aClassPathBtn.SetClickHdl( LINK( this, SvxJavaOptionsPage, ClassPathHdl_Impl ) ); in SvxJavaOptionsPage() 126 m_aResetTimer.SetTimeoutHdl( LINK( this, SvxJavaOptionsPage, ResetHdl_Impl ) ); in SvxJavaOptionsPage() 150 xDialogListener->SetDialogClosedLink( LINK( this, SvxJavaOptionsPage, DialogClosedHdl ) ); in SvxJavaOptionsPage() 180 SvxJavaOptionsPage::~SvxJavaOptionsPage() in ~SvxJavaOptionsPage() [all …]
|
| H A D | optjava.hxx | 48 class SvxJavaOptionsPage : public SfxTabPage class 98 SvxJavaOptionsPage( Window* pParent, const SfxItemSet& rSet ); 99 ~SvxJavaOptionsPage();
|
| H A D | optjava.hrc | 28 // class SvxJavaOptionsPage ----------------------------------------------
|
| H A D | treeopt.cxx | 366 case RID_SVXPAGE_OPTIONS_JAVA: fnCreate = &SvxJavaOptionsPage::Create ; break; in CreateGeneralTabPage()
|