Searched refs:msButtonIDs (Results 1 – 2 of 2) sorted by relevance
| /AOO41X/main/extensions/source/update/check/ |
| H A D | updatehdl.cxx | 141 setControlProperty( msButtonIDs[i], UNISTRING("Enabled"), uno::Any( bEnableControl ) ); in enableControls() 160 setControlProperty( msButtonIDs[DOWNLOAD_BUTTON], UNISTRING("Label"), uno::Any( aLabel ) ); in setDownloadBtnLabel() 161 …setControlProperty( msButtonIDs[DOWNLOAD_BUTTON], UNISTRING("HelpURL"), uno::Any( UNISTRING( INET_… in setDownloadBtnLabel() 331 if ( rEvent.ActionCommand.equals( msButtonIDs[i] ) ) in actionPerformed() 758 msButtonIDs[ i ] = UNISTRING("BUTTON_") + rtl::OUString::valueOf( (sal_Int32) i ); in loadStrings() 836 …uno::Reference< awt::XWindow > xWindow( xContainer->getControl( msButtonIDs[(short)eID] ), uno::UN… in focusControl() 1127 showControl( msButtonIDs[i], (bool)(nShiftMe & 0x01) ); in showControls() 1251 insertControlModel ( xControlModel, BUTTON_MODEL, msButtonIDs[PAUSE_BUTTON], in createDialog() 1264 insertControlModel ( xControlModel, BUTTON_MODEL, msButtonIDs[RESUME_BUTTON], in createDialog() 1280 insertControlModel ( xControlModel, BUTTON_MODEL, msButtonIDs[CANCEL_BUTTON], in createDialog() [all …]
|
| H A D | updatehdl.hxx | 136 rtl::OUString msButtonIDs[ BUTTON_COUNT ]; member in UpdateHandler
|