Home
last modified time | relevance | path

Searched refs:rEvt (Results 1 – 25 of 229) sorted by path

12345678910

/trunk/main/automation/source/server/
H A Dstatemnt.cxx1180 long VCLEventHook( NotifyEvent& rEvt );
1347 long DisplayHidWin::VCLEventHook( NotifyEvent& rEvt ) in VCLEventHook() argument
1349 if ( EVENT_MOUSEMOVE == rEvt.GetType() ) in VCLEventHook()
1351 pLastMouseMoveWin = rEvt.GetWindow(); in VCLEventHook()
1377 …T_MOUSEBUTTONUP == rEvt.GetType() && rEvt.GetMouseEvent()->GetButtons() == MOUSE_LEFT) || ( EVENT_… in VCLEventHook()
1604 long VCLEventHook( NotifyEvent& rEvt );
1766 long TranslateWin::VCLEventHook( NotifyEvent& rEvt ) in VCLEventHook() argument
1768 if ( EVENT_MOUSEMOVE == rEvt.GetType() ) in VCLEventHook()
1772 const MouseEvent *pMEvt = rEvt.GetMouseEvent(); in VCLEventHook()
1774 Act = rEvt.GetWindow(); in VCLEventHook()
[all …]
/trunk/main/avmedia/inc/avmedia/
H A Dmediawindow.hxx138 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
139 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
/trunk/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx552 void Window::fireMousePressedEvent( const ::com::sun::star::awt::MouseEvent& rEvt ) in fireMousePressedEvent() argument
564 uno::UNO_QUERY )->mousePressed( rEvt ); in fireMousePressedEvent()
571 void Window::fireMouseReleasedEvent( const ::com::sun::star::awt::MouseEvent& rEvt ) in fireMouseReleasedEvent() argument
583 uno::UNO_QUERY )->mouseReleased( rEvt ); in fireMouseReleasedEvent()
590 void Window::fireMouseMovedEvent( const ::com::sun::star::awt::MouseEvent& rEvt ) in fireMouseMovedEvent() argument
603 uno::UNO_QUERY )->mouseMoved( rEvt ); in fireMouseMovedEvent()
610 void Window::fireSetFocusEvent( const ::com::sun::star::awt::FocusEvent& rEvt ) in fireSetFocusEvent() argument
622 uno::UNO_QUERY )->focusGained( rEvt ); in fireSetFocusEvent()
H A Dgstwindow.hxx162 void fireMousePressedEvent( const ::com::sun::star::awt::MouseEvent& rEvt );
164 void fireMouseReleasedEvent( const ::com::sun::star::awt::MouseEvent& rEvt );
166 void fireMouseMovedEvent( const ::com::sun::star::awt::MouseEvent& rEvt );
168 void fireKeyPressedEvent( const ::com::sun::star::awt::KeyEvent& rEvt );
170 void fireKeyReleasedEvent( const ::com::sun::star::awt::KeyEvent& rEvt );
172 void fireSetFocusEvent( const ::com::sun::star::awt::FocusEvent& rEvt );
/trunk/main/avmedia/source/viewer/
H A Dmediawindow_impl.cxx518 sal_Int8 MediaWindowImpl::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() argument
521 return( pMediaWindow ? pMediaWindow->AcceptDrop( rEvt ) : 0 ); in AcceptDrop()
526 sal_Int8 MediaWindowImpl::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop() argument
529 return( pMediaWindow ? pMediaWindow->ExecuteDrop( rEvt ) : 0 ); in ExecuteDrop()
H A Dmediawindow_impl.hxx123 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
124 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
/trunk/main/avmedia/source/win/
H A Dwindow.cxx657 void Window::fireMousePressedEvent( const ::com::sun::star::awt::MouseEvent& rEvt ) in fireMousePressedEvent() argument
666 … uno::Reference< awt::XMouseListener >( aIter.next(), uno::UNO_QUERY )->mousePressed( rEvt ); in fireMousePressedEvent()
672 void Window::fireMouseReleasedEvent( const ::com::sun::star::awt::MouseEvent& rEvt ) in fireMouseReleasedEvent() argument
681 … uno::Reference< awt::XMouseListener >( aIter.next(), uno::UNO_QUERY )->mouseReleased( rEvt ); in fireMouseReleasedEvent()
687 void Window::fireMouseMovedEvent( const ::com::sun::star::awt::MouseEvent& rEvt ) in fireMouseMovedEvent() argument
696 … uno::Reference< awt::XMouseMotionListener >( aIter.next(), uno::UNO_QUERY )->mouseMoved( rEvt ); in fireMouseMovedEvent()
702 void Window::fireSetFocusEvent( const ::com::sun::star::awt::FocusEvent& rEvt ) in fireSetFocusEvent() argument
711 … uno::Reference< awt::XFocusListener >( aIter.next(), uno::UNO_QUERY )->focusGained( rEvt ); in fireSetFocusEvent()
H A Dwindow.hxx94 void fireMousePressedEvent( const ::com::sun::star::awt::MouseEvent& rEvt );
95 void fireMouseReleasedEvent( const ::com::sun::star::awt::MouseEvent& rEvt );
96 void fireMouseMovedEvent( const ::com::sun::star::awt::MouseEvent& rEvt );
97 void fireKeyPressedEvent( const ::com::sun::star::awt::KeyEvent& rEvt );
98 void fireKeyReleasedEvent( const ::com::sun::star::awt::KeyEvent& rEvt );
99 void fireSetFocusEvent( const ::com::sun::star::awt::FocusEvent& rEvt );
/trunk/main/avmedia/source/xine/
H A Dwindow.cxx481 void Window::fireMousePressedEvent( const ::com::sun::star::awt::MouseEvent& rEvt ) in fireMousePressedEvent() argument
490 … uno::Reference< awt::XMouseListener >( aIter.next(), uno::UNO_QUERY )->mousePressed( rEvt ); in fireMousePressedEvent()
496 void Window::fireMouseReleasedEvent( const ::com::sun::star::awt::MouseEvent& rEvt ) in fireMouseReleasedEvent() argument
505 … uno::Reference< awt::XMouseListener >( aIter.next(), uno::UNO_QUERY )->mouseReleased( rEvt ); in fireMouseReleasedEvent()
511 void Window::fireMouseMovedEvent( const ::com::sun::star::awt::MouseEvent& rEvt ) in fireMouseMovedEvent() argument
520 … uno::Reference< awt::XMouseMotionListener >( aIter.next(), uno::UNO_QUERY )->mouseMoved( rEvt ); in fireMouseMovedEvent()
526 void Window::fireSetFocusEvent( const ::com::sun::star::awt::FocusEvent& rEvt ) in fireSetFocusEvent() argument
535 … uno::Reference< awt::XFocusListener >( aIter.next(), uno::UNO_QUERY )->focusGained( rEvt ); in fireSetFocusEvent()
H A Dwindow.hxx89 void fireMousePressedEvent( const ::com::sun::star::awt::MouseEvent& rEvt );
90 void fireMouseReleasedEvent( const ::com::sun::star::awt::MouseEvent& rEvt );
91 void fireMouseMovedEvent( const ::com::sun::star::awt::MouseEvent& rEvt );
92 void fireKeyPressedEvent( const ::com::sun::star::awt::KeyEvent& rEvt );
93 void fireKeyReleasedEvent( const ::com::sun::star::awt::KeyEvent& rEvt );
94 void fireSetFocusEvent( const ::com::sun::star::awt::FocusEvent& rEvt );
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx344 void __EXPORT EditorWindow::MouseMove( const MouseEvent &rEvt ) in MouseMove() argument
347 pEditView->MouseMove( rEvt ); in MouseMove()
352 void __EXPORT EditorWindow::MouseButtonUp( const MouseEvent &rEvt ) in MouseButtonUp() argument
356 pEditView->MouseButtonUp( rEvt ); in MouseButtonUp()
367 void __EXPORT EditorWindow::MouseButtonDown( const MouseEvent &rEvt ) in MouseButtonDown() argument
372 pEditView->MouseButtonDown( rEvt ); in MouseButtonDown()
H A Dobjdlg.cxx73 void ObjectTreeListBox::KeyInput( const KeyEvent& rEvt ) in KeyInput() argument
75 if ( rEvt.GetKeyCode() == KEY_RETURN && OpenCurrent() ) in KeyInput()
79 BasicTreeListBox::KeyInput( rEvt ); in KeyInput()
H A Dobjdlg.hxx43 virtual void KeyInput( const KeyEvent& rEvt );
/trunk/main/chart2/source/controller/dialogs/
H A DDataBrowser.cxx792 void DataBrowser::MouseButtonDown( const BrowserMouseEvent& rEvt ) in MouseButtonDown() argument
797 EditBrowseBox::MouseButtonDown( rEvt ); in MouseButtonDown()
H A DDataBrowser.hxx69 virtual void MouseButtonDown( const BrowserMouseEvent& rEvt );
/trunk/main/chart2/source/controller/main/
H A DChartDropTargetHelper.cxx86 sal_Int8 ChartDropTargetHelper::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() argument
90 if( ( rEvt.mnAction == DND_ACTION_COPY || in AcceptDrop()
91 rEvt.mnAction == DND_ACTION_MOVE ) && in AcceptDrop()
96 nResult = rEvt.mnAction; in AcceptDrop()
102 sal_Int8 ChartDropTargetHelper::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop() argument
106 if( ( rEvt.mnAction == DND_ACTION_COPY || in ExecuteDrop()
107 rEvt.mnAction == DND_ACTION_MOVE ) && in ExecuteDrop()
108 rEvt.maDropEvent.Transferable.is() && in ExecuteDrop()
111 TransferableDataHelper aDataHelper( rEvt.maDropEvent.Transferable ); in ExecuteDrop()
160 if( rEvt.mnAction == DND_ACTION_COPY ) in ExecuteDrop()
H A DChartDropTargetHelper.hxx48 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
49 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h189 void SAL_CALL disposeAndClear( const ::com::sun::star::lang::EventObject & rEvt ) SAL_THROW( () );
392 …inline void SAL_CALL disposeAndClear( const ::com::sun::star::lang::EventObject & rEvt ) SAL_THROW…
595 void SAL_CALL disposeAndClear( const ::com::sun::star::lang::EventObject & rEvt ) SAL_THROW( () );
H A Dinterfacecontainer.hxx144 const ::com::sun::star::lang::EventObject & rEvt ) in disposeAndClear()
174 ppListenerContainers[i]->disposeAndClear( rEvt ); in disposeAndClear()
H A Dpropshlp.hxx296 void SAL_CALL disposeAndClear( const ::com::sun::star::lang::EventObject & rEvt ) SAL_THROW( () );
/trunk/main/cppuhelper/source/
H A Dinterfacecontainer.cxx319 void OInterfaceContainerHelper::disposeAndClear( const EventObject & rEvt ) SAL_THROW( () ) in disposeAndClear() argument
338 xLst->disposing( rEvt ); in disposeAndClear()
485 void OMultiTypeInterfaceContainerHelper::disposeAndClear( const EventObject & rEvt ) in disposeAndClear() argument
517 ppListenerContainers[i]->disposeAndClear( rEvt ); in disposeAndClear()
667 void OMultiTypeInterfaceContainerHelperInt32::disposeAndClear( const EventObject & rEvt ) in disposeAndClear() argument
702 ppListenerContainers[i]->disposeAndClear( rEvt ); in disposeAndClear()
H A Dtdmgr.cxx738 virtual void SAL_CALL disposing( lang::EventObject const & rEvt )
742 void EventListenerImpl::disposing( lang::EventObject const & rEvt ) in disposing() argument
745 if (rEvt.Source != m_xTDMgr) { in disposing()
/trunk/main/cpputools/source/unoexe/
H A Dunoexe.cxx571 virtual void SAL_CALL disposing( const EventObject & rEvt )
/trunk/main/cui/source/customize/
H A Dcfg.cxx1500 sal_Int8 SvxMenuEntriesListBox::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() argument
1505 if ( rEvt.mnAction == DND_ACTION_COPY ) in AcceptDrop()
1508 return SvTreeListBox::AcceptDrop( rEvt ); in AcceptDrop()
1512 AcceptDropEvent aNewAcceptDropEvent( rEvt ); in AcceptDrop()
/trunk/main/cui/source/dialogs/
H A Dcuigrfflt.cxx683 void GraphicFilterEmboss::EmbossControl::MouseButtonDown( const MouseEvent& rEvt ) in MouseButtonDown() argument
687 SvxRectCtl::MouseButtonDown( rEvt ); in MouseButtonDown()

Completed in 122 milliseconds

12345678910