Home
last modified time | relevance | path

Searched refs:WindowEvent (Results 1 – 25 of 101) sorted by relevance

12345

/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/java/accessibility/
H A DDialog.java181 postWindowEvent(java.awt.event.WindowEvent.WINDOW_CLOSED); in dispose()
185 eventQueue.postEvent(new java.awt.event.WindowEvent(this, i)); in postWindowEvent()
212 java.awt.event.WindowEvent.WINDOW_ICONIFIED : in setComponentState()
213 java.awt.event.WindowEvent.WINDOW_DEICONIFIED); in setComponentState()
369 public void windowActivated(java.awt.event.WindowEvent e) { in windowActivated()
379 public void windowClosed(java.awt.event.WindowEvent e) { in windowClosed()
386 public void windowClosing(java.awt.event.WindowEvent e) { in windowClosing()
393 public void windowDeactivated(java.awt.event.WindowEvent e) { in windowDeactivated()
403 public void windowDeiconified(java.awt.event.WindowEvent e) { in windowDeiconified()
410 public void windowIconified(java.awt.event.WindowEvent e) { in windowIconified()
[all …]
H A DFrame.java152 postWindowEvent(java.awt.event.WindowEvent.WINDOW_CLOSED); in dispose()
156 eventQueue.postEvent(new java.awt.event.WindowEvent(this, i)); in postWindowEvent()
187 java.awt.event.WindowEvent.WINDOW_ICONIFIED : in setComponentState()
188 java.awt.event.WindowEvent.WINDOW_DEICONIFIED); in setComponentState()
346 public void windowActivated(java.awt.event.WindowEvent e) { in windowActivated()
356 public void windowClosed(java.awt.event.WindowEvent e) { in windowClosed()
363 public void windowClosing(java.awt.event.WindowEvent e) { in windowClosing()
370 public void windowDeactivated(java.awt.event.WindowEvent e) { in windowDeactivated()
380 public void windowDeiconified(java.awt.event.WindowEvent e) { in windowDeiconified()
387 public void windowIconified(java.awt.event.WindowEvent e) { in windowIconified()
[all …]
H A DWindow.java138 postWindowEvent(java.awt.event.WindowEvent.WINDOW_OPENED); in setVisible()
150 postWindowEvent(java.awt.event.WindowEvent.WINDOW_CLOSED); in dispose()
155 eventQueue.postEvent(new java.awt.event.WindowEvent(getOwner(), in dispose()
156 java.awt.event.WindowEvent.WINDOW_GAINED_FOCUS)); in dispose()
161 eventQueue.postEvent(new java.awt.event.WindowEvent(this, i)); in postWindowEvent()
181 java.awt.event.WindowEvent.WINDOW_ICONIFIED : in setComponentState()
182 java.awt.event.WindowEvent.WINDOW_DEICONIFIED); in setComponentState()
H A DAccessibleObjectFactory.java55 postWindowEvent(w, java.awt.event.WindowEvent.WINDOW_GAINED_FOCUS); in postWindowGainedFocus()
59 postWindowEvent(w, java.awt.event.WindowEvent.WINDOW_LOST_FOCUS); in postWindowLostFocus()
63 postWindowEvent(w, java.awt.event.WindowEvent.WINDOW_ACTIVATED); in postWindowActivated()
67 postWindowEvent(w, java.awt.event.WindowEvent.WINDOW_DEACTIVATED); in postWindowDeactivated()
71 postWindowEvent(w, java.awt.event.WindowEvent.WINDOW_OPENED); in postWindowOpened()
75 postWindowEvent(w, java.awt.event.WindowEvent.WINDOW_CLOSED); in postWindowClosed()
90 theEventQueue.postEvent(new java.awt.event.WindowEvent(w, i)); in postWindowEvent()
/trunk/main/forms/source/helper/
H A Dwindowstateguard.cxx45 using ::com::sun::star::awt::WindowEvent;
84 …virtual void SAL_CALL windowResized( const ::com::sun::star::awt::WindowEvent& e ) throw (::com::s…
85 …virtual void SAL_CALL windowMoved( const ::com::sun::star::awt::WindowEvent& e ) throw (::com::sun…
166 …void SAL_CALL WindowStateGuard_Impl::windowResized( const WindowEvent& /*e*/ ) throw (RuntimeExcep… in windowResized() argument
172 …void SAL_CALL WindowStateGuard_Impl::windowMoved( const WindowEvent& /*e*/ ) throw (RuntimeExcepti… in windowMoved() argument
/trunk/main/extensions/workben/
H A Dtestframecontrol.cxx81 virtual void windowResized( const WindowEvent& evt );
82 virtual void windowMoved( const WindowEvent& evt );
173 void Listener_Impl::windowResized( const WindowEvent& evt ) {} in windowResized()
174 void Listener_Impl::windowMoved( const WindowEvent& evt ) {} in windowMoved()
/trunk/main/UnoControls/source/base/
H A Dmultiplexer.cxx333 void OMRCListenerMultiplexerHelper::windowResized(const WindowEvent& aEvent ) throw( UNO3_RUNTIMEEX… in windowResized()
335 MULTIPLEX( XWindowListener, windowResized, WindowEvent, aEvent ) in windowResized()
342 void OMRCListenerMultiplexerHelper::windowMoved(const WindowEvent& aEvent ) throw( UNO3_RUNTIMEEXCE… in windowMoved()
344 MULTIPLEX( XWindowListener, windowMoved, WindowEvent, aEvent ) in windowMoved()
H A Dbasecontrol.cxx808 void SAL_CALL BaseControl::windowResized( const WindowEvent& aEvent ) throw( RuntimeException ) in windowResized()
815 WindowEvent aMappedEvent = aEvent; in windowResized()
825 void SAL_CALL BaseControl::windowMoved( const WindowEvent& aEvent ) throw( RuntimeException ) in windowMoved()
832 WindowEvent aMappedEvent = aEvent; in windowMoved()
958 void BaseControl::impl_recalcLayout( const WindowEvent& /*aEvent*/ ) in impl_recalcLayout() argument
/trunk/main/dbaccess/source/core/recovery/
H A Dsubcomponentloader.cxx55 using ::com::sun::star::awt::WindowEvent;
160 …void SAL_CALL SubComponentLoader::windowResized( const WindowEvent& i_rEvent ) throw (RuntimeExcep… in windowResized()
167 …void SAL_CALL SubComponentLoader::windowMoved( const WindowEvent& i_rEvent ) throw (RuntimeExcepti… in windowMoved()
H A Dsubcomponentloader.hxx66 …virtual void SAL_CALL windowResized( const ::com::sun::star::awt::WindowEvent& e ) throw (::com::s…
67 …virtual void SAL_CALL windowMoved( const ::com::sun::star::awt::WindowEvent& e ) throw (::com::sun…
/trunk/main/offapi/com/sun/star/awt/
H A DXWindowListener.idl31 #include <com/sun/star/awt/WindowEvent.idl>
58 [oneway] void windowResized( [in] com::sun::star::awt::WindowEvent e );
64 [oneway] void windowMoved( [in] com::sun::star::awt::WindowEvent e );
/trunk/main/canvas/inc/canvas/base/
H A Dbufferedgraphicdevicebase.hxx220 void boundsChanged( const ::com::sun::star::awt::WindowEvent& e ) in boundsChanged()
250 …virtual void SAL_CALL windowResized( const ::com::sun::star::awt::WindowEvent& e ) throw (::com::s… in windowResized()
255 …virtual void SAL_CALL windowMoved( const ::com::sun::star::awt::WindowEvent& e ) throw (::com::sun… in windowMoved()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DDocumentView.java35 import java.awt.event.WindowEvent;
296 protected void processWindowEvent(WindowEvent aEvent) in processWindowEvent()
298 if (aEvent.getID()!=WindowEvent.WINDOW_CLOSING) in processWindowEvent()
/trunk/main/UnoControls/source/controls/
H A Dstatusindicator.cxx217 …impl_recalcLayout ( WindowEvent(static_cast< OWeakObject* >(this),0,0,impl_getWidth(),impl_getHeig… in start()
405 impl_recalcLayout ( WindowEvent(static_cast< OWeakObject* >(this),0,0,nWidth,nHeight,0,0,0,0) ) ; in setPosSize()
499 void StatusIndicator::impl_recalcLayout ( const WindowEvent& aEvent ) in impl_recalcLayout()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DWindowListener.java64 public void windowMoved(com.sun.star.awt.WindowEvent windowEvent) { in windowMoved()
71 public void windowResized(com.sun.star.awt.WindowEvent windowEvent) { in windowResized()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/awt/
H A D_XWindow.java34 import com.sun.star.awt.WindowEvent;
183 public void windowResized(WindowEvent e) { in windowResized()
186 public void windowMoved(WindowEvent e) { in windowMoved()
/trunk/main/odk/examples/java/Inspector/
H A DSwingDialogProvider.java33 import java.awt.event.WindowEvent;
161 public void windowClosed(WindowEvent e){ in windowClosed()
166 public void windowClosing(WindowEvent e){ in windowClosing()
/trunk/main/sdext/source/presenter/
H A DPresenterPane.hxx78 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
81 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
H A DPresenterSpritePane.hxx90 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
93 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
H A DPresenterHelpView.hxx76 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
79 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
H A DPresenterPane.cxx94 void SAL_CALL PresenterPane::windowResized (const awt::WindowEvent& rEvent) in windowResized()
113 void SAL_CALL PresenterPane::windowMoved (const awt::WindowEvent& rEvent) in windowMoved()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DCommonListener.java71 public void windowResized(WindowEvent event) in windowResized()
79 public void windowMoved(WindowEvent event) in windowMoved()
/trunk/main/framework/inc/dispatch/
H A Dhelpagentdispatcher.hxx104 virtual void SAL_CALL windowResized(const css::awt::WindowEvent& aSource)
106 virtual void SAL_CALL windowMoved(const css::awt::WindowEvent& aSource)
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx137 using ::com::sun::star::awt::WindowEvent;
698 virtual void SAL_CALL windowResized( const WindowEvent& e ) throw(RuntimeException);
699 virtual void SAL_CALL windowMoved( const WindowEvent& e ) throw(RuntimeException);
1459 …void SAL_CALL ViewObjectContactOfUnoControl_Impl::windowResized( const WindowEvent& /*e*/ ) throw(… in windowResized() argument
1465 …void SAL_CALL ViewObjectContactOfUnoControl_Impl::windowMoved( const WindowEvent& /*e*/ ) throw(Ru… in windowMoved() argument
/trunk/main/sd/source/ui/inc/framework/
H A DViewShellWrapper.hxx114 const ::com::sun::star::awt::WindowEvent& rEvent)
118 const ::com::sun::star::awt::WindowEvent& rEvent)

Completed in 154 milliseconds

12345