Home
last modified time | relevance | path

Searched refs:rEvt (Results 26 – 50 of 227) sorted by relevance

12345678910

/aoo41x/main/sw/source/core/draw/
H A Ddpage.cxx156 const HelpEvent& rEvt ) in RequestHelp() argument
160 if( rEvt.GetMode() & ( HELPMODE_QUICK | HELPMODE_BALLOON )) in RequestHelp()
162 Point aPos( rEvt.GetMousePosPixel() ); in RequestHelp()
224 if( rEvt.GetMode() & HELPMODE_BALLOON ) in RequestHelp()
226 Help::ShowBalloon( pWindow, rEvt.GetMousePosPixel(), sTxt ); in RequestHelp()
231 Rectangle aRect( rEvt.GetMousePosPixel(), Size(1,1) ); in RequestHelp()
240 bWeiter = !FmFormPage::RequestHelp( pWindow, pView, rEvt ); in RequestHelp()
/aoo41x/main/svtools/source/brwbox/
H A Ddatwin.hxx160 virtual void Command( const CommandEvent& rEvt );
161 virtual void MouseButtonDown( const MouseEvent& rEvt );
162 virtual void MouseMove( const MouseEvent& rEvt );
165 virtual void MouseButtonUp( const MouseEvent& rEvt );
166 virtual void KeyInput( const KeyEvent& rEvt );
170 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
171 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
/aoo41x/main/sw/source/ui/docvw/
H A Dedtwin2.cxx107 void SwEditWin::RequestHelp(const HelpEvent &rEvt) in RequestHelp() argument
110 sal_Bool bQuickBalloon = 0 != (rEvt.GetMode() & ( HELPMODE_QUICK | HELPMODE_BALLOON )); in RequestHelp()
116 Point aPos( PixelToLogic( ScreenToOutputPixel( rEvt.GetMousePosPixel() ) )); in RequestHelp()
117 sal_Bool bBalloon = static_cast< sal_Bool >(rEvt.GetMode() & HELPMODE_BALLOON); in RequestHelp()
127 bWeiter = pPage && pPage->RequestHelp(this, pSdrView, rEvt); in RequestHelp()
370 Help::ShowBalloon( this, rEvt.GetMousePosPixel(), sTxt ); in RequestHelp()
420 Rectangle aRect(rEvt.GetMousePosPixel(), aTxtSize); in RequestHelp()
489 Help::ShowBalloon(this, rEvt.GetMousePosPixel(), aScreenRect, sTxt); in RequestHelp()
496 Window::RequestHelp( rEvt ); in RequestHelp()
/aoo41x/main/sc/source/ui/view/
H A Dtabcont.cxx503 sal_Int8 ScTabControl::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop() argument
513 SCTAB nPos = GetPrivatDropPos( rEvt.maPosPixel ); in ExecuteDrop()
516 if ( nPos == rData.pCellTransfer->GetVisibleTab() && rEvt.mnAction == DND_ACTION_MOVE ) in ExecuteDrop()
526 … pViewData->GetView()->MoveTable( lcl_DocShellNr(pDoc), nPos, rEvt.mnAction != DND_ACTION_MOVE ); in ExecuteDrop()
539 sal_Int8 ScTabControl::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() argument
541 if ( rEvt.mbLeaving ) in AcceptDrop()
545 return rEvt.mnAction; in AcceptDrop()
556 ShowDropPos( rEvt.maPosPixel ); in AcceptDrop()
557 return rEvt.mnAction; in AcceptDrop()
562 SwitchPage( rEvt.maPosPixel ); // switch sheet after timeout in AcceptDrop()
H A Dgridwin.cxx2496 if ( rEvt.IsShift() ) in lcl_InitMouseEvent()
2498 if ( rEvt.IsMod1() ) in lcl_InitMouseEvent()
2500 if ( rEvt.IsMod2() ) in lcl_InitMouseEvent()
2506 if ( rEvt.IsLeft() ) in lcl_InitMouseEvent()
2508 if ( rEvt.IsRight() ) in lcl_InitMouseEvent()
2510 if ( rEvt.IsMiddle() ) in lcl_InitMouseEvent()
3313 if ( rEvt.mbLeaving ) in AcceptPrivateDrop()
3319 return rEvt.mnAction; in AcceptPrivateDrop()
3552 return rEvt.mnAction; in AcceptPrivateDrop()
3558 if ( rEvt.mbLeaving ) in AcceptDrop()
[all …]
/aoo41x/main/svtools/source/contnr/
H A Dsvlbox.cxx1729 if( rEvt.mbLeaving || !CheckDragAndDropMode( pDDSource, rEvt.mnAction ) ) in AcceptDrop()
1748 && DND_ACTION_MOVE == rEvt.mnAction in AcceptDrop()
1752 nRet = rEvt.mnAction; in AcceptDrop()
1790 nRet = rEvt.mnAction; in ExecuteDrop()
1802 if( DND_ACTION_COPY == rEvt.mnAction ) in ExecuteDrop()
1805 nRet = rEvt.mnAction; in ExecuteDrop()
1807 else if( DND_ACTION_MOVE == rEvt.mnAction ) in ExecuteDrop()
1810 nRet = rEvt.mnAction; in ExecuteDrop()
1812 else if( DND_ACTION_COPYMOVE == rEvt.mnAction ) in ExecuteDrop()
1815 nRet = rEvt.mnAction; in ExecuteDrop()
[all …]
/aoo41x/main/sd/source/ui/dlg/
H A DLayerTabBar.cxx162 sal_Int8 LayerTabBar::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() argument
166 if( rEvt.mbLeaving ) in AcceptDrop()
172 Point aPos( PixelToLogic( rEvt.maPosPixel ) ); in AcceptDrop()
175 nRet = pDrViewSh->AcceptDrop( rEvt, *this, NULL, nPageId, nLayerId ); in AcceptDrop()
189 sal_Int8 LayerTabBar::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop() argument
192 …tDoc()->GetLayerAdmin().GetLayerID( GetPageText( GetPageId( PixelToLogic( rEvt.maPosPixel ) ) ), s… in ExecuteDrop()
193 sal_Int8 nRet = pDrViewSh->ExecuteDrop( rEvt, *this, NULL, nPageId, nLayerId ); in ExecuteDrop()
/aoo41x/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx123 virtual sal_Bool MoveAllowed(const KeyEvent& rEvt) const;
262 virtual sal_Bool MoveAllowed(const KeyEvent& rEvt) const;
281 virtual sal_Bool MoveAllowed(const KeyEvent& rEvt) const;
299 virtual long PreNotify(NotifyEvent& rEvt);
366 virtual sal_Bool MoveAllowed(const KeyEvent& rEvt) const;
399 virtual sal_Bool MoveAllowed(const KeyEvent& rEvt) const;
530 virtual void KeyInput(const KeyEvent& rEvt);
531 virtual void MouseButtonDown(const BrowserMouseEvent& rEvt);
532 virtual void MouseButtonUp(const BrowserMouseEvent& rEvt);
/aoo41x/main/ucb/source/cacher/
H A Dcachedcontentresultsetstub.cxx91 ::impl_propertyChange( const PropertyChangeEvent& rEvt ) in impl_propertyChange() argument
98 if( rEvt.PropertyName == m_aPropertyNameForFetchSize in impl_propertyChange()
99 || rEvt.PropertyName == m_aPropertyNameForFetchDirection ) in impl_propertyChange()
102 PropertyChangeEvent aEvt( rEvt ); in impl_propertyChange()
112 ::impl_vetoableChange( const PropertyChangeEvent& rEvt ) in impl_vetoableChange() argument
120 if( rEvt.PropertyName == m_aPropertyNameForFetchSize in impl_vetoableChange()
121 || rEvt.PropertyName == m_aPropertyNameForFetchDirection ) in impl_vetoableChange()
124 PropertyChangeEvent aEvt( rEvt ); in impl_vetoableChange()
/aoo41x/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 );
/aoo41x/main/dbaccess/source/ui/inc/
H A DJoinTableView.hxx132 virtual void KeyInput( const KeyEvent& rEvt );
233 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
234 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
276 virtual void MouseButtonUp( const MouseEvent& rEvt );
277 virtual void MouseButtonDown( const MouseEvent& rEvt );
288 virtual void Command(const CommandEvent& rEvt);
/aoo41x/main/sd/source/ui/notes/
H A DEditWindow.hxx73 virtual void MouseMove(const MouseEvent &rEvt);
74 virtual void MouseButtonUp(const MouseEvent &rEvt);
75 virtual void MouseButtonDown(const MouseEvent &rEvt);
77 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
78 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
H A DEditWindow.cxx323 void EditWindow::MouseButtonUp(const MouseEvent &rEvt) in MouseButtonUp() argument
326 mpEditView->MouseButtonUp(rEvt); in MouseButtonUp()
328 Window::MouseButtonUp (rEvt); in MouseButtonUp()
337 void EditWindow::MouseButtonDown(const MouseEvent &rEvt) in MouseButtonDown() argument
340 mpEditView->MouseButtonDown(rEvt); in MouseButtonDown()
342 Window::MouseButtonDown (rEvt); in MouseButtonDown()
796 void EditWindow::MouseMove(const MouseEvent &rEvt) in MouseMove() argument
799 mpEditView->MouseMove(rEvt); in MouseMove()
/aoo41x/main/vcl/source/window/
H A Dwinproc.cxx78 long ImplCallPreNotify( NotifyEvent& rEvt ) in ImplCallPreNotify() argument
82 nRet = rEvt.GetWindow()->PreNotify( rEvt ); in ImplCallPreNotify()
88 long ImplCallEvent( NotifyEvent& rEvt ) in ImplCallEvent() argument
90 long nRet = ImplCallPreNotify( rEvt ); in ImplCallEvent()
93 Window* pWindow = rEvt.GetWindow(); in ImplCallEvent()
94 switch ( rEvt.GetType() ) in ImplCallEvent()
1467 sal_uInt16 nCode = rEvt.mnCode; in ImplHandleWheelEvent()
1468 bool bHorz = rEvt.mbHorz; in ImplHandleWheelEvent()
1469 bool bPixel = rEvt.mbDeltaIsPixel; in ImplHandleWheelEvent()
1482 …CommandWheelData aWheelData( rEvt.mnDelta, rEvt.mnNotchDelta, rEvt.mnScrollLines, nMode, nCode,… in ImplHandleWheelEvent()
[all …]
/aoo41x/main/dbaccess/source/ui/querydesign/
H A DJoinTableView.cxx939 Window::MouseButtonDown(rEvt); in MouseButtonDown()
946 Window::MouseButtonUp(rEvt); in MouseButtonUp()
957 if( (*aIter)->CheckHit(rEvt.GetPosPixel()) ) in MouseButtonUp()
962 if( rEvt.GetClicks() == 2 ) in MouseButtonUp()
975 sal_uInt16 nCode = rEvt.GetKeyCode().GetCode(); in KeyInput()
976 sal_Bool bShift = rEvt.GetKeyCode().IsShift(); in KeyInput()
977 sal_Bool bCtrl = rEvt.GetKeyCode().IsMod1(); in KeyInput()
985 Window::KeyInput( rEvt ); in KeyInput()
1300 switch (rEvt.GetCommand()) in Command()
1309 if (!rEvt.IsMouseEvent()) in Command()
[all …]
H A DSelectionBrowseBox.hxx218 virtual sal_Int8 AcceptDrop( const BrowserAcceptDropEvent& rEvt );
219 virtual sal_Int8 ExecuteDrop( const BrowserExecuteDropEvent& rEvt );
220 virtual void MouseButtonDown( const BrowserMouseEvent& rEvt );
221 virtual void MouseButtonUp( const BrowserMouseEvent& rEvt );
222 virtual void KeyInput( const KeyEvent& rEvt );
223 virtual void Command(const CommandEvent& rEvt);
/aoo41x/main/toolkit/inc/toolkit/helper/
H A Dunowrapper.hxx70 void WindowEvent_MouseButtonUp( Window* pWindow, const MouseEvent& rEvt );
71 void WindowEvent_MouseButtonDown( Window* pWindow, const MouseEvent& rEvt );
72 void WindowEvent_MouseMove( Window* pWindow, const MouseEvent& rEvt );
74 void WindowEvent_KeyInput( Window* pWindow, const KeyEvent& rEvt );
75 void WindowEvent_KeyUp( Window* pWindow, const KeyEvent& rEvt );
/aoo41x/main/starmath/inc/
H A Dedit.hxx79 virtual void MouseMove(const MouseEvent &rEvt);
80 virtual void MouseButtonUp(const MouseEvent &rEvt);
81 virtual void MouseButtonDown(const MouseEvent &rEvt);
83 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
84 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
/aoo41x/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 );
/aoo41x/main/svtools/workben/
H A Dbrowser.cxx130 virtual void MouseButtonDown( const BrowserMouseEvent &rEvt );
377 void Browser::MouseButtonDown( const BrowserMouseEvent &rEvt ) in MouseButtonDown() argument
379 if ( 3 == rEvt.GetClicks() ) in MouseButtonDown()
380 InfoBox( 0, String( GetColumnAtXPosPixel(rEvt.GetPosPixel().X() ) ) ).Execute(); in MouseButtonDown()
382 BrowseBox::MouseButtonDown( rEvt ); in MouseButtonDown()
412 void Browser::Command( const CommandEvent &rEvt ) in Command() argument
415 aEvent += rEvt.GetMousePosPixel().X(); in Command()
417 aEvent += rEvt.GetMousePosPixel().Y(); in Command()
419 BrowseBox::Command(rEvt); in Command()
/aoo41x/main/sd/source/ui/view/
H A Dsdwindow.cxx372 void Window::RequestHelp(const HelpEvent& rEvt) in RequestHelp() argument
376 if( !mpViewShell->RequestHelp( rEvt, this) ) in RequestHelp()
377 ::Window::RequestHelp( rEvt ); in RequestHelp()
380 ::Window::RequestHelp( rEvt ); in RequestHelp()
1065 sal_Int8 Window::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() argument
1072 nRet = mpViewShell->AcceptDrop( rEvt, *this, this, SDRPAGE_NOTFOUND, SDRLAYER_NOTFOUND ); in AcceptDrop()
1075 DropScroll( rEvt.maPosPixel ); in AcceptDrop()
1087 sal_Int8 Window::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop() argument
1093 nRet = mpViewShell->ExecuteDrop( rEvt, *this, this, SDRPAGE_NOTFOUND, SDRLAYER_NOTFOUND ); in ExecuteDrop()
/aoo41x/main/linguistic/workben/
H A Dsprophelp.cxx117 void PropertyChgHelper::LaunchEvent( const LinguServiceEvent &rEvt ) in LaunchEvent() argument
124 xRef->processLinguServiceEvent( rEvt ); in LaunchEvent()
261 PropertyHelper_Spell::propertyChange( const PropertyChangeEvent& rEvt ) in propertyChange() argument
266 if (GetPropSet().is() && rEvt.Source == GetPropSet()) in propertyChange()
273 switch (rEvt.PropertyHandle) in propertyChange()
317 rEvt.NewValue >>= *pbVal; in propertyChange()
/aoo41x/main/avmedia/source/win/
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 );

Completed in 584 milliseconds

12345678910