Lines Matching refs:UpdateCheckUI

129 class UpdateCheckUI : public ::cppu::WeakImplHelper3  class
157 DECL_LINK( UserEventHdl, UpdateCheckUI* );
171 UpdateCheckUI(const uno::Reference<uno::XComponentContext>&);
172 virtual ~UpdateCheckUI();
211 UpdateCheckUI::UpdateCheckUI(const uno::Reference<uno::XComponentContext>& xContext) : in UpdateCheckUI() function in __anond983826c0111::UpdateCheckUI
227 maWaitTimer.SetTimeoutHdl( LINK( this, UpdateCheckUI, WaitTimeOutHdl ) ); in UpdateCheckUI()
230 maTimeoutTimer.SetTimeoutHdl( LINK( this, UpdateCheckUI, TimeOutHdl ) ); in UpdateCheckUI()
235 maWindowEventHdl = LINK( this, UpdateCheckUI, WindowEventHdl ); in UpdateCheckUI()
236 maApplicationEventHdl = LINK( this, UpdateCheckUI, ApplicationEventHdl ); in UpdateCheckUI()
241 UpdateCheckUI::~UpdateCheckUI() in ~UpdateCheckUI()
251 UpdateCheckUI::getGlobalEventBroadcaster() const throw (uno::RuntimeException) in getGlobalEventBroadcaster()
274 UpdateCheckUI::getImplementationName() throw (uno::RuntimeException) in getImplementationName()
281 UpdateCheckUI::getSupportedServiceNames() throw (uno::RuntimeException) in getSupportedServiceNames()
288 UpdateCheckUI::supportsService( rtl::OUString const & serviceName ) throw (uno::RuntimeException) in supportsService()
300 Image UpdateCheckUI::GetMenuBarIcon( MenuBar* pMBar ) in GetMenuBarIcon()
325 Image UpdateCheckUI::GetBubbleImage( ::rtl::OUString &rURL ) in GetBubbleImage()
369 void UpdateCheckUI::AddMenuBarIcon( SystemWindow *pSysWin, bool bAddEventHdl ) in AddMenuBarIcon()
398 LINK( this, UpdateCheckUI, ClickHdl ), in AddMenuBarIcon()
402 LINK( this, UpdateCheckUI, HighlightHdl ) ); in AddMenuBarIcon()
423 void SAL_CALL UpdateCheckUI::notifyEvent(const document::EventObject& rEvent) in notifyEvent()
435 void SAL_CALL UpdateCheckUI::disposing(const lang::EventObject&) in disposing()
441 uno::Reference< beans::XPropertySetInfo > UpdateCheckUI::getPropertySetInfo(void) in getPropertySetInfo()
448 void UpdateCheckUI::setPropertyValue(const rtl::OUString& rPropertyName, in setPropertyValue()
482 Application::PostUserEvent( LINK( this, UpdateCheckUI, UserEventHdl ) ); in setPropertyValue()
501 Application::PostUserEvent( LINK( this, UpdateCheckUI, UserEventHdl ) ); in setPropertyValue()
514 uno::Any UpdateCheckUI::getPropertyValue(const rtl::OUString& rPropertyName) in getPropertyValue()
540 void UpdateCheckUI::addPropertyChangeListener( const rtl::OUString& /*aPropertyName*/, in addPropertyChangeListener()
548 void UpdateCheckUI::removePropertyChangeListener( const rtl::OUString& /*aPropertyName*/, in removePropertyChangeListener()
556 void UpdateCheckUI::addVetoableChangeListener( const rtl::OUString& /*aPropertyName*/, in addVetoableChangeListener()
564 void UpdateCheckUI::removeVetoableChangeListener( const rtl::OUString& /*aPropertyName*/, in removeVetoableChangeListener()
575 BubbleWindow * UpdateCheckUI::GetBubbleWindow() in GetBubbleWindow()
608 void UpdateCheckUI::RemoveBubbleWindow( bool bRemoveIcon ) in RemoveBubbleWindow()
641 IMPL_LINK( UpdateCheckUI, ClickHdl, sal_uInt16*, EMPTYARG ) in IMPL_LINK() argument
664 IMPL_LINK( UpdateCheckUI, HighlightHdl, MenuBar::MenuBarButtonCallbackArg*, pData ) in IMPL_LINK() argument
675 IMPL_LINK( UpdateCheckUI, WaitTimeOutHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
690 IMPL_LINK( UpdateCheckUI, TimeOutHdl, Timer*, EMPTYARG ) in IMPL_LINK() argument
698 IMPL_LINK( UpdateCheckUI, UserEventHdl, UpdateCheckUI*, EMPTYARG ) in IMPL_LINK() argument
731 IMPL_LINK( UpdateCheckUI, WindowEventHdl, VclWindowEvent*, pEvent ) in IMPL_LINK() argument
783 IMPL_LINK( UpdateCheckUI, ApplicationEventHdl, VclSimpleEvent *, pEvent) in IMPL_LINK() argument
1030 return *new UpdateCheckUI(xContext); in createInstance()