Lines Matching refs:EventObject
49 using ::com::sun::star::lang::EventObject;
80 …virtual void SAL_CALL windowEnabled( const ::com::sun::star::lang::EventObject& e ) throw (::com::…
81 …virtual void SAL_CALL windowDisabled( const ::com::sun::star::lang::EventObject& e ) throw (::com:…
86 …virtual void SAL_CALL windowShown( const ::com::sun::star::lang::EventObject& e ) throw (::com::su…
87 …virtual void SAL_CALL windowHidden( const ::com::sun::star::lang::EventObject& e ) throw (::com::s…
90 …virtual void SAL_CALL disposing( const ::com::sun::star::lang::EventObject& Source ) throw (::com:…
154 …void SAL_CALL WindowStateGuard_Impl::windowEnabled( const EventObject& /*e*/ ) throw (RuntimeExcep… in windowEnabled() argument
160 …void SAL_CALL WindowStateGuard_Impl::windowDisabled( const EventObject& /*e*/ ) throw (RuntimeExce… in windowDisabled() argument
178 …void SAL_CALL WindowStateGuard_Impl::windowShown( const EventObject& /*e*/ ) throw (RuntimeExcepti… in windowShown() argument
184 …void SAL_CALL WindowStateGuard_Impl::windowHidden( const EventObject& /*e*/ ) throw (RuntimeExcept… in windowHidden() argument
190 …void SAL_CALL WindowStateGuard_Impl::disposing( const EventObject& Source ) throw (RuntimeExceptio… in disposing()