Lines Matching refs:WindowStateGuard_Impl
60 class WindowStateGuard_Impl : public WindowStateGuard_Impl_Base class
74 …WindowStateGuard_Impl( const Reference< XWindow2 >& _rxWindow, const Reference< XPropertySet >& _r…
101 …WindowStateGuard_Impl::WindowStateGuard_Impl( const Reference< XWindow2 >& _rxWindow, const Refere… in WindowStateGuard_Impl() function in frm::WindowStateGuard_Impl
116 void WindowStateGuard_Impl::dispose() in dispose()
128 void WindowStateGuard_Impl::impl_ensureEnabledState_nothrow_nolck() in impl_ensureEnabledState_nothrow_nolck()
154 …void SAL_CALL WindowStateGuard_Impl::windowEnabled( const EventObject& /*e*/ ) throw (RuntimeExcep… in windowEnabled()
160 …void SAL_CALL WindowStateGuard_Impl::windowDisabled( const EventObject& /*e*/ ) throw (RuntimeExce… in windowDisabled()
166 …void SAL_CALL WindowStateGuard_Impl::windowResized( const WindowEvent& /*e*/ ) throw (RuntimeExcep… in windowResized()
172 …void SAL_CALL WindowStateGuard_Impl::windowMoved( const WindowEvent& /*e*/ ) throw (RuntimeExcepti… in windowMoved()
178 …void SAL_CALL WindowStateGuard_Impl::windowShown( const EventObject& /*e*/ ) throw (RuntimeExcepti… in windowShown()
184 …void SAL_CALL WindowStateGuard_Impl::windowHidden( const EventObject& /*e*/ ) throw (RuntimeExcept… in windowHidden()
190 …void SAL_CALL WindowStateGuard_Impl::disposing( const EventObject& Source ) throw (RuntimeExceptio… in disposing()
222 m_pImpl = new WindowStateGuard_Impl( _rxWindow, xModelProps ); in attach()