Searched refs:m_aRemoveButton (Results 1 – 6 of 6) sorted by relevance
/trunk/main/padmin/source/ |
H A D | prtsetup.cxx | 625 m_aRemoveButton( this, PaResId( RID_RTS_FS_REMOVE_BTN ) ), in RTSFontSubstPage() 657 m_aRemoveButton.Enable( sal_False ); in RTSFontSubstPage() 672 m_aRemoveButton.SetClickHdl( LINK( this, RTSFontSubstPage, ClickBtnHdl ) ); in RTSFontSubstPage() 685 m_aRemoveButton.Enable( sal_False ); in update() 701 m_aRemoveButton.IsEnabled() ) in IMPL_LINK() 702 ClickBtnHdl( &m_aRemoveButton ); in IMPL_LINK() 710 …m_aRemoveButton.Enable( m_aSubstitutionsBox.GetSelectEntryCount() && m_pParent->m_aJobData.m_bPerf… in IMPL_LINK() 722 else if( pButton == &m_aRemoveButton ) in IMPL_LINK() 739 …m_aRemoveButton.Enable( m_aSubstitutionsBox.GetSelectEntryCount() && m_pParent->m_aJobData.m_bPerf… in IMPL_LINK()
|
H A D | fontentry.cxx | 131 m_aRemoveButton( this, PaResId( RID_FNTNM_BTN_REMOVE ) ), in FontNameDlg() 146 m_aRemoveButton.SetClickHdl( LINK( this, FontNameDlg, ClickBtnHdl ) ); in FontNameDlg() 255 m_aRemoveButton.Enable( sal_False ); in init() 310 m_aRemoveButton.Enable( bEnable ); in IMPL_LINK() 318 if( pBox == &m_aFontBox && m_aRemoveButton.IsEnabled() ) in IMPL_LINK() 320 ClickBtnHdl( &m_aRemoveButton ); in IMPL_LINK() 334 …else if( pButton == &m_aRemoveButton && AreYouSure( this, RID_QUERY_REMOVEFONTFROMLIST ) && m_aFon… in IMPL_LINK()
|
H A D | fontentry.hxx | 104 PushButton m_aRemoveButton; member in padmin::FontNameDlg
|
H A D | prtsetup.hxx | 195 PushButton m_aRemoveButton; member in padmin::RTSFontSubstPage
|
/trunk/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 1769 m_aRemoveButton ( pParent, SfxResId( SFX_PB_PROPERTY_REMOVE ), this ), in CustomPropertyLine() 1777 m_aRemoveButton.SetModeImage( SfxResId( SFX_IMG_PROPERTY_REMOVE ), BMP_COLOR_NORMAL ); in CustomPropertyLine() 1793 m_aRemoveButton.Hide(); in SetRemoved() 1809 m_aRemoveButton ( this, SfxResId( SFX_PB_PROPERTY_REMOVE ) ), in CustomPropertiesWindow() 1883 &pLine->m_aRemoveButton, NULL }; in IMPL_LINK() 1997 m_aRemoveButton.Hide(); in InitControls() 2019 if ( *pCurrent == &m_aRemoveButton ) in InitControls() 2050 ( m_aRemoveButton.GetPosPixel().Y() * 2 ) + m_aRemoveButton.GetSizePixel().Height(); in InitControls() 2089 &m_aYesNoButton, &m_aRemoveButton, NULL }; in AddLine() 2094 &pNewLine->m_aYesNoButton, &pNewLine->m_aRemoveButton, NULL }; in AddLine() [all …]
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | dinfdlg.hxx | 445 CustomPropertiesRemoveButton m_aRemoveButton; member 468 ImageButton m_aRemoveButton; member in CustomPropertiesWindow
|
Completed in 45 milliseconds