Home
last modified time | relevance | path

Searched refs:WindowEvent (Results 26 – 50 of 101) sorted by relevance

12345

/aoo42x/main/toolkit/inc/toolkit/controls/
H A Dtabpagemodel.hxx84 …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…
H A Ddialogcontrol.hxx94 …virtual void SAL_CALL windowResized( const ::com::sun::star::awt::WindowEvent& e ) throw (::com::s…
95 …virtual void SAL_CALL windowMoved( const ::com::sun::star::awt::WindowEvent& e ) throw (::com::sun…
/aoo42x/main/sdext/source/presenter/
H A DPresenterSlidePreview.hxx90 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
93 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
H A DPresenterSpritePane.cxx107 void SAL_CALL PresenterSpritePane::windowResized (const awt::WindowEvent& rEvent) in windowResized()
122 void SAL_CALL PresenterSpritePane::windowMoved (const awt::WindowEvent& rEvent) in windowMoved()
H A DPresenterClock.hxx104 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
107 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
H A DPresenterPaneBase.hxx110 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
113 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
H A DPresenterNotesView.hxx107 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
110 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
H A DPresenterButton.hxx85 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
88 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
H A DPresenterSlideSorter.hxx95 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
98 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
H A DPresenterWindowManager.hxx139 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
142 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
H A DPresenterSlidePreview.cxx161 void SAL_CALL PresenterSlidePreview::windowResized (const awt::WindowEvent& rEvent) in windowResized()
174 void SAL_CALL PresenterSlidePreview::windowMoved (const awt::WindowEvent& rEvent) in windowMoved()
H A DPresenterPaneBase.cxx332 void SAL_CALL PresenterPaneBase::windowResized (const awt::WindowEvent& rEvent) in windowResized()
343 void SAL_CALL PresenterPaneBase::windowMoved (const awt::WindowEvent& rEvent) in windowMoved()
H A DPresenterScrollBar.hxx123 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
126 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
H A DPresenterSlideShowView.hxx182 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
185 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
/aoo42x/main/sd/source/ui/framework/factories/
H A DViewShellWrapper.cxx211 void SAL_CALL ViewShellWrapper::windowResized (const awt::WindowEvent& rEvent) in windowResized()
223 void SAL_CALL ViewShellWrapper::windowMoved (const awt::WindowEvent& rEvent) in windowMoved()
/aoo42x/main/toolkit/test/accessibility/
H A DHelpWindow.java33 import java.awt.event.WindowEvent;
96 public void windowClosing (WindowEvent e) in HelpWindow()
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DHelpWindow.java35 import java.awt.event.WindowEvent;
98 public void windowClosing (WindowEvent e) in HelpWindow()
/aoo42x/main/framework/inc/services/
H A Dframe.hxx258 …virtual void SAL_CALL windowResized ( const css::awt::WindowEvent& aEve…
259 …virtual void SAL_CALL windowMoved ( const css::awt::WindowEvent& /*aEve… in windowMoved() argument
399 …_Bool implcp_windowResized ( const css::awt::WindowEvent& …
/aoo42x/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx145 …virtual void SAL_CALL windowResized( const awt::WindowEvent& rEvent ) throw (uno::RuntimeException…
146 … virtual void SAL_CALL windowMoved( const awt::WindowEvent& rEvent ) throw (uno::RuntimeException);
321 void SAL_CALL ScVbaEventListener::windowResized( const awt::WindowEvent& rEvent ) throw (uno::Runti… in windowResized()
333 void SAL_CALL ScVbaEventListener::windowMoved( const awt::WindowEvent& /*rEvent*/ ) throw (uno::Run… in windowMoved() argument
/aoo42x/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.cxx504 void SAL_CALL SlideShowView::windowResized( const awt::WindowEvent& e ) throw (RuntimeException) in windowResized()
512 awt::WindowEvent aEvent( e ); in windowResized()
520 void SAL_CALL SlideShowView::windowMoved( const awt::WindowEvent& ) throw (RuntimeException) in windowMoved() argument
/aoo42x/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterService.hxx86 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
89 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
/aoo42x/main/wizards/com/sun/star/wizards/ui/
H A DPeerConfig.java99 public void windowResized(WindowEvent arg0) in windowResized()
103 public void windowMoved(WindowEvent arg0) in windowMoved()
/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/javascript/
H A DScriptEditorForJavaScript.java46 import java.awt.event.WindowEvent;
287 public void windowClosing(WindowEvent e) { in initUI()
/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptEditorForBeanShell.java35 import java.awt.event.WindowEvent;
287 public void windowClosing(WindowEvent e) { in initUI()
/aoo42x/main/scripting/workben/installer/
H A DInstallWizard.java128 public void windowClosing(java.awt.event.WindowEvent evt) { in initComponents()
197 public void exitForm(java.awt.event.WindowEvent evt) { in exitForm()

Completed in 124 milliseconds

12345