Searched refs:m_aAddBtn (Results 1 – 8 of 8) sorted by relevance
/trunk/main/cui/source/options/ |
H A D | optjava.cxx | 102 m_aAddBtn ( this, CUI_RES( PB_ADD ) ), in SvxJavaOptionsPage() 123 m_aAddBtn.SetClickHdl( LINK( this, SvxJavaOptionsPage, AddHdl_Impl ) ); in SvxJavaOptionsPage() 166 aPos = m_aAddBtn.GetPosPixel(); in SvxJavaOptionsPage() 168 m_aAddBtn.SetPosSizePixel(aPos, aButtonSize); in SvxJavaOptionsPage() 208 m_aAddBtn.Enable( bEnable ); in IMPL_LINK()
|
H A D | optjava.hxx | 56 PushButton m_aAddBtn; member in SvxJavaOptionsPage
|
/trunk/main/desktop/source/deployment/gui/ |
H A D | dp_gui_dialog2.cxx | 699 m_aAddBtn( this, getResId( RID_EM_BTN_ADD ) ), in ExtMgrDialog() 726 m_aAddBtn.SetClickHdl( LINK( this, ExtMgrDialog, HandleAddBtn ) ); in ExtMgrDialog() 994 m_aAddBtn.Enable( !bLockInterface ); in IMPL_LINK() 1141 m_aAddBtn.SetPosPixel( aPos ); in Resize() 1208 if ( m_aAddBtn.HasFocus() ) { in Notify()
|
H A D | dp_gui_dialog2.hxx | 106 PushButton m_aAddBtn; member in dp_gui::ExtMgrDialog
|
/trunk/main/padmin/source/ |
H A D | adddlg.cxx | 104 m_aAddBtn( this, PaResId( RID_ADDP_CHDRV_BTN_ADD ) ), in APChooseDriverPage() 109 m_aAddBtn.SetClickHdl( LINK( this, APChooseDriverPage, ClickBtnHdl ) ); in APChooseDriverPage() 181 if( pButton == &m_aAddBtn ) in IMPL_LINK()
|
H A D | adddlg.hxx | 83 PushButton m_aAddBtn; member in padmin::APChooseDriverPage
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | dinfdlg.hxx | 551 PushButton m_aAddBtn; member in SfxCustomPropertiesPage
|
/trunk/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 2408 m_aAddBtn ( this, SfxResId( BTN_ADD ) ), in SfxCustomPropertiesPage() 2414 m_aAddBtn.SetClickHdl( LINK( this, SfxCustomPropertiesPage, AddHdl ) ); in SfxCustomPropertiesPage()
|
Completed in 64 milliseconds