Home
last modified time | relevance | path

Searched refs:msButtonIDs (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/source/update/check/
H A Dupdatehdl.cxx139 setControlProperty( msButtonIDs[i], UNISTRING("Enabled"), uno::Any( bEnableControl ) ); in enableControls()
158 setControlProperty( msButtonIDs[DOWNLOAD_BUTTON], UNISTRING("Label"), uno::Any( aLabel ) ); in setDownloadBtnLabel()
159 …setControlProperty( msButtonIDs[DOWNLOAD_BUTTON], UNISTRING("HelpURL"), uno::Any( UNISTRING( INET_… in setDownloadBtnLabel()
329 if ( rEvent.ActionCommand.equals( msButtonIDs[i] ) ) in actionPerformed()
756 msButtonIDs[ i ] = UNISTRING("BUTTON_") + rtl::OUString::valueOf( (sal_Int32) i ); in loadStrings()
834 …uno::Reference< awt::XWindow > xWindow( xContainer->getControl( msButtonIDs[(short)eID] ), uno::UN… in focusControl()
1125 showControl( msButtonIDs[i], (bool)(nShiftMe & 0x01) ); in showControls()
1249 insertControlModel ( xControlModel, BUTTON_MODEL, msButtonIDs[PAUSE_BUTTON], in createDialog()
1262 insertControlModel ( xControlModel, BUTTON_MODEL, msButtonIDs[RESUME_BUTTON], in createDialog()
1278 insertControlModel ( xControlModel, BUTTON_MODEL, msButtonIDs[CANCEL_BUTTON], in createDialog()
[all …]
H A Dupdatehdl.hxx136 rtl::OUString msButtonIDs[ BUTTON_COUNT ]; member in UpdateHandler