Home
last modified time | relevance | path

Searched refs:WindowEvent (Results 51 – 75 of 101) sorted by relevance

12345

/aoo42x/main/sdext/source/presenter/
H A DPresenterToolBar.hxx125 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
128 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
H A DPresenterButton.cxx266 void SAL_CALL PresenterButton::windowResized (const css::awt::WindowEvent& rEvent) in windowResized()
277 void SAL_CALL PresenterButton::windowMoved (const css::awt::WindowEvent& rEvent) in windowMoved()
H A DPresenterNotesView.cxx326 void SAL_CALL PresenterNotesView::windowResized (const awt::WindowEvent& rEvent) in windowResized()
336 void SAL_CALL PresenterNotesView::windowMoved (const awt::WindowEvent& rEvent) in windowMoved()
H A DPresenterAccessibility.cxx203 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
206 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
1322 const css::awt::WindowEvent& rEvent) in windowResized()
1334 const css::awt::WindowEvent& rEvent) in windowMoved()
H A DPresenterHelpView.cxx250 void SAL_CALL PresenterHelpView::windowResized (const awt::WindowEvent& rEvent) in windowResized()
261 void SAL_CALL PresenterHelpView::windowMoved (const awt::WindowEvent& rEvent) in windowMoved()
/aoo42x/main/sd/source/ui/inc/
H A DAccessibleDocumentViewBase.hxx243 windowResized (const ::com::sun::star::awt::WindowEvent& e)
247 windowMoved (const ::com::sun::star::awt::WindowEvent& e)
/aoo42x/main/toolkit/source/controls/
H A Dtabpagemodel.cxx247 void SAL_CALL UnoControlTabPage::windowResized( const ::com::sun::star::awt::WindowEvent& e ) in windowResized()
285 void SAL_CALL UnoControlTabPage::windowMoved( const ::com::sun::star::awt::WindowEvent& e ) in windowMoved()
H A Ddialogcontrol.cxx324 void SAL_CALL UnoDialogControl::windowResized( const ::com::sun::star::awt::WindowEvent& e ) in windowResized()
365 void SAL_CALL UnoDialogControl::windowMoved( const ::com::sun::star::awt::WindowEvent& e ) in windowMoved()
/aoo42x/main/framework/source/dispatch/
H A Dhelpagentdispatcher.cxx128 void SAL_CALL HelpAgentDispatcher::windowResized(const css::awt::WindowEvent&) in windowResized() argument
135 void SAL_CALL HelpAgentDispatcher::windowMoved(const css::awt::WindowEvent&) in windowMoved() argument
/aoo42x/main/framework/inc/tabwin/
H A Dtabwindow.hxx136 …virtual void SAL_CALL windowResized( const css::awt::WindowEvent& aEvent ) throw( css::uno::Runtim…
137 …virtual void SAL_CALL windowMoved( const css::awt::WindowEvent& aEvent ) throw( css::uno::RuntimeE…
/aoo42x/main/odk/examples/DevelopersGuide/OfficeBean/
H A DOOoBeanViewer.java362 public void windowClosed( java.awt.event.WindowEvent e) in windowClosed()
372 public void windowClosing( java.awt.event.WindowEvent e) in windowClosing()
/aoo42x/main/sd/source/ui/slideshow/
H A Dslideshowviewimpl.hxx235 …virtual void SAL_CALL windowResized( const ::com::sun::star::awt::WindowEvent& e ) throw (::com::s…
236 …virtual void SAL_CALL windowMoved( const ::com::sun::star::awt::WindowEvent& e ) throw (::com::sun…
/aoo42x/main/sd/source/ui/slidesorter/shell/
H A DSlideSorterService.cxx204 void SAL_CALL SlideSorterService::windowResized (const awt::WindowEvent& rEvent) in windowResized()
217 void SAL_CALL SlideSorterService::windowMoved (const awt::WindowEvent& rEvent) in windowMoved()
/aoo42x/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java28 import java.awt.event.WindowEvent;
195 public void windowClosed(WindowEvent e ){ in initView()
/aoo42x/main/toolkit/source/helper/
H A Dlistenermultiplexer.cxx81 …plexer, ::com::sun::star::awt::XWindowListener, windowResized, ::com::sun::star::awt::WindowEvent )
82 …tiplexer, ::com::sun::star::awt::XWindowListener, windowMoved, ::com::sun::star::awt::WindowEvent )
/aoo42x/main/toolkit/inc/toolkit/helper/
H A Dlistenermultiplexer.hxx99 …void SAL_CALL windowResized( const ::com::sun::star::awt::WindowEvent& e ) throw(::com::sun::star:…
100 …void SAL_CALL windowMoved( const ::com::sun::star::awt::WindowEvent& e ) throw(::com::sun::star::u…
/aoo42x/main/sd/source/ui/presenter/
H A DPresenterCanvas.hxx361 virtual void SAL_CALL windowResized (const css::awt::WindowEvent& rEvent)
364 virtual void SAL_CALL windowMoved (const css::awt::WindowEvent& rEvent)
/aoo42x/main/framework/source/layoutmanager/
H A Dtoolbarlayoutmanager.hxx165 …virtual void SAL_CALL windowResized( const css::awt::WindowEvent& aEvent ) throw( css::uno::Runtim…
166 …virtual void SAL_CALL windowMoved( const css::awt::WindowEvent& aEvent ) throw( css::uno::RuntimeE…
/aoo42x/main/accessibility/workben/org/openoffice/accessibility/awb/
H A DAccessibilityWorkBench.java31 import java.awt.event.WindowEvent;
144 { public void windowClosing (WindowEvent e) {Quit();} } in AccessibilityWorkBench()
/aoo42x/main/framework/inc/services/
H A Dlayoutmanager.hxx172 …virtual void SAL_CALL windowResized( const css::awt::WindowEvent& aEvent ) throw( css::uno::Runtim…
173 …virtual void SAL_CALL windowMoved( const css::awt::WindowEvent& aEvent ) throw( css::uno::RuntimeE…
/aoo42x/main/toolkit/source/awt/
H A Dvclxwindow.cxx355 void ImplInitWindowEvent( ::com::sun::star::awt::WindowEvent& rEvent, Window* pWindow ) in ImplInitWindowEvent()
520 ::com::sun::star::awt::WindowEvent aEvent; in ProcessWindowEvent()
531 ::com::sun::star::awt::WindowEvent aEvent; in ProcessWindowEvent()
542 ::com::sun::star::awt::WindowEvent aEvent; in ProcessWindowEvent()
561 ::com::sun::star::awt::WindowEvent aEvent; in ProcessWindowEvent()
/aoo42x/main/bean/test/
H A DTest.java51 public void windowClosing( java.awt.event.WindowEvent e){ in main()
/aoo42x/main/sd/source/ui/accessibility/
H A DAccessibleDocumentViewBase.cxx639 AccessibleDocumentViewBase::windowResized (const ::com::sun::star::awt::WindowEvent& ) in windowResized() argument
654 AccessibleDocumentViewBase::windowMoved (const ::com::sun::star::awt::WindowEvent& ) in windowMoved() argument
/aoo42x/main/odk/examples/java/EmbedDocument/EmbeddedObject/
H A DEditorFrame.java42 public void windowClosing( WindowEvent e )
/aoo42x/main/odk/examples/java/EmbedDocument/Container1/
H A DEmbedContFrame.java47 public void windowClosing( WindowEvent e )

Completed in 119 milliseconds

12345