Home
last modified time | relevance | path

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

12345678910

/trunk/main/svtools/source/brwbox/
H A Ddatwin.cxx425 if ( COMMAND_CONTEXTMENU == rEvt.GetCommand() && rEvt.IsMouseEvent() && in Command()
443 rEvt.IsMouseEvent(), rEvt.GetData() ); in Command()
456 Control::Command( rEvt ); in Command()
512 if ( rEvt.IsLeft() && in MouseMove()
517 aRepeatEvt = rEvt; in MouseMove()
544 MouseMove( rEvt ); in IMPL_LINK_INLINE_END()
629 Control::KeyInput( rEvt ); in KeyInput()
657 MouseEvent(rEvt), in BrowserMouseEvent()
667 MouseEvent(rEvt), in BrowserMouseEvent()
675 :AcceptDropEvent(rEvt) in BrowserAcceptDropEvent()
[all …]
H A Dbrwbox2.cxx146 Control::Command( rEvt ); in Command()
1539 if ( rEvt.IsRight() ) in MouseButtonDown()
1637 rEvt.GetClicks(), rEvt.GetMode(), rEvt.GetButtons(), in MouseButtonUp()
1656 if ( rEvt.GetRow() >= 0 ) in MouseButtonDown()
1669 DoubleClick( rEvt ); in MouseButtonDown()
1739 aSelRange = Range( rEvt.GetRow(), rEvt.GetRow() ); in MouseButtonDown()
1751 aSelRange = Range( rEvt.GetRow(), rEvt.GetRow() ); in MouseButtonDown()
1766 GoToRowColumnId( rEvt.GetRow(), rEvt.GetColumnId() ); in MouseButtonDown()
1809 aSelRange = Range( rEvt.GetRow(), rEvt.GetRow() ); in MouseButtonUp()
1816 GoToRowColumnId( rEvt.GetRow(), rEvt.GetColumnId() ); in MouseButtonUp()
[all …]
H A Deditbrowsebox.cxx480 Control::KeyInput(rEvt); in KeyInput()
490 Control::KeyInput(rEvt); in KeyInput()
494 BrowseBox::KeyInput(rEvt); in KeyInput()
502 long nRow = rEvt.GetRow(); in MouseButtonDown()
505 if (rEvt.GetClicks() > 1 && rEvt.GetRow() >= 0) in MouseButtonDown()
540 GoToRowColumnId( rEvt.GetRow(), rEvt.GetColumnId() ); in MouseButtonDown()
541 if (rEvt.GetRow() >= 0) in MouseButtonDown()
550 if (rEvt.GetClicks() > 1 && rEvt.GetRow() >= 0) in MouseButtonUp()
558 if (rEvt.GetRow() >= 0) in MouseButtonUp()
639 switch (rEvt.GetType()) in PreNotify()
[all …]
H A Debbcontrols.cxx101 switch (rEvt.GetKeyCode().GetCode()) in MoveAllowed()
119 if (!rEvt.GetKeyCode().IsShift() && in MoveAllowed()
120 rEvt.GetKeyCode().IsMod1()) in MoveAllowed()
123 else if (rEvt.GetKeyCode().IsMod2() && rEvt.GetKeyCode().GetCode() == KEY_DOWN) in MoveAllowed()
211 switch (rEvt.GetKeyCode().GetCode()) in MoveAllowed()
215 if (!rEvt.GetKeyCode().IsShift() && in MoveAllowed()
216 rEvt.GetKeyCode().IsMod1()) in MoveAllowed()
220 if (rEvt.GetKeyCode().IsMod2() && rEvt.GetKeyCode().GetCode() == KEY_DOWN) in MoveAllowed()
332 switch (rEvt.GetType()) in PreNotify()
340 return Control::PreNotify(rEvt); in PreNotify()
[all …]
/trunk/main/sw/source/ui/docvw/
H A Dedtdd.cxx247 : rEvt.mnAction; in ExecuteDrop()
251 rEvt.mnAction, in ExecuteDrop()
254 &rEvt.maDropEvent.Transferable ); in ExecuteDrop()
258 nRet = rEvt.mnAction; in ExecuteDrop()
350 if( rEvt.mbLeaving ) in AcceptDrop()
353 return rEvt.mnAction; in AcceptDrop()
361 Point aPixPt( rEvt.maPosPixel ); in AcceptDrop()
405 : rEvt.mnAction; in AcceptDrop()
410 rEvt.mnAction, in AcceptDrop()
438 else if( rEvt.mbDefault ) in AcceptDrop()
[all …]
/trunk/main/linguistic/source/
H A Dlngprophelp.cxx204 switch (rEvt.PropertyHandle) in propertyChange_Impl()
225 rEvt.NewValue >>= *pbVal; in propertyChange_Impl()
252 propertyChange_Impl( rEvt ); in propertyChange()
292 xRef->processLinguServiceEvent( rEvt ); in LaunchEvent()
366 PropertyChgHelper::propertyChange_Impl( rEvt ); in propertyChange()
460 switch (rEvt.PropertyHandle) in propertyChange_Impl()
487 rEvt.NewValue >>= *pbVal; in propertyChange_Impl()
513 propertyChange_Impl( rEvt ); in propertyChange()
644 switch (rEvt.PropertyHandle) in propertyChange_Impl()
653 rEvt.NewValue >>= *pnVal; in propertyChange_Impl()
[all …]
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableDesignControl.cxx113 void OTableRowView::KeyInput( const KeyEvent& rEvt ) in KeyInput() argument
118 !rEvt.GetKeyCode().IsShift() && in KeyInput()
119 !rEvt.GetKeyCode().IsMod1()) in KeyInput()
124 if( rEvt.GetKeyCode().GetCode() == KEY_F2 ) in KeyInput()
131 EditBrowseBox::KeyInput(rEvt); in KeyInput()
142 void OTableRowView::Command(const CommandEvent& rEvt) in Command() argument
145 switch (rEvt.GetCommand()) in Command()
149 if (!rEvt.IsMouseEvent()) in Command()
151 EditBrowseBox::Command(rEvt); in Command()
156 long nRow = GetRowAtYPosPixel(rEvt.GetMousePosPixel().Y()); in Command()
[all …]
/trunk/main/svtools/source/hatchwindow/
H A Dipwin.cxx524 if( m_aResizer.SelectBegin( this, rEvt.GetPosPixel() ) ) in MouseButtonDown()
525 SelectMouse( rEvt.GetPosPixel() ); in MouseButtonDown()
533 void SvResizeWindow::MouseMove( const MouseEvent & rEvt ) in MouseMove() argument
536 SelectMouse( rEvt.GetPosPixel() ); in MouseMove()
584 void SvResizeWindow::KeyInput( const KeyEvent & rEvt ) in KeyInput() argument
586 if( rEvt.GetKeyCode().GetCode() == KEY_ESCAPE ) in KeyInput()
615 long SvResizeWindow::PreNotify( NotifyEvent& rEvt ) in PreNotify() argument
617 if ( rEvt.GetType() == EVENT_GETFOCUS && !m_bActive ) in PreNotify()
623 return Window::PreNotify(rEvt); in PreNotify()
626 long SvResizeWindow::Notify( NotifyEvent& rEvt ) in Notify() argument
[all …]
/trunk/main/sfx2/source/view/
H A Duserinputinterception.cxx97 void lcl_initKeyEvent( KeyEvent& rEvent, const ::KeyEvent& rEvt ) in lcl_initKeyEvent() argument
99 lcl_initModifiers( rEvent, rEvt.GetKeyCode() ); in lcl_initKeyEvent()
101 rEvent.KeyCode = rEvt.GetKeyCode().GetCode(); in lcl_initKeyEvent()
102 rEvent.KeyChar = rEvt.GetCharCode(); in lcl_initKeyEvent()
108 lcl_initModifiers( rEvent, rEvt ); in lcl_initMouseEvent()
111 if ( rEvt.IsLeft() ) in lcl_initMouseEvent()
113 if ( rEvt.IsRight() ) in lcl_initMouseEvent()
115 if ( rEvt.IsMiddle() ) in lcl_initMouseEvent()
118 rEvent.X = rEvt.GetPosPixel().X(); in lcl_initMouseEvent()
119 rEvent.Y = rEvt.GetPosPixel().Y(); in lcl_initMouseEvent()
[all …]
/trunk/main/extensions/source/bibliography/
H A Dtoolbar.cxx74 if(rEvt.FeatureURL.Complete == aCommand) in statusChanged()
79 ::com::sun::star::uno::Any aState=rEvt.State; in statusChanged()
109 if(rEvt.FeatureURL.Complete == GetCommand()) in statusChanged()
114 Any aState = rEvt.State; in statusChanged()
133 XubString aStr = String(rEvt.FeatureDescriptor); in statusChanged()
149 if(rEvt.FeatureURL.Complete == GetCommand()) in statusChanged()
154 uno::Any aState=rEvt.State; in statusChanged()
166 if(pStringArray[i]==rEvt.FeatureDescriptor) in statusChanged()
187 if(rEvt.FeatureURL.Complete == GetCommand()) in statusChanged()
190 pToolBar->EnableQuery(rEvt.IsEnabled); in statusChanged()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dbrwbox.hxx178 BrowserMouseEvent( BrowserDataWin* pWin, const MouseEvent& rEvt );
179 BrowserMouseEvent( Window* pWin, const MouseEvent& rEvt,
444 virtual void MouseButtonDown( const MouseEvent& rEvt );
445 virtual void MouseMove( const MouseEvent& rEvt );
446 virtual void MouseButtonUp( const MouseEvent& rEvt );
447 virtual void KeyInput( const KeyEvent& rEvt );
453 virtual void Command( const CommandEvent& rEvt );
464 virtual void MouseMove( const BrowserMouseEvent& rEvt );
465 virtual void MouseButtonUp( const BrowserMouseEvent& rEvt );
469 virtual void DoubleClick( const BrowserMouseEvent& rEvt );
[all …]
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowTitle.cxx139 void OTableWindowTitle::Command( const CommandEvent& rEvt ) in Command() argument
141 switch( rEvt.GetCommand() ) in Command()
147 m_pTabWin->Command( rEvt ); in Command()
149 Control::Command(rEvt); in Command()
164 void OTableWindowTitle::KeyInput( const KeyEvent& rEvt ) in KeyInput() argument
167 m_pTabWin->KeyInput( rEvt ); in KeyInput()
171 void OTableWindowTitle::MouseButtonDown( const MouseEvent& rEvt ) in MouseButtonDown() argument
173 if( rEvt.IsLeft() ) in MouseButtonDown()
175 if( rEvt.GetClicks() == 2) in MouseButtonDown()
199 Point aPos = rEvt.GetPosPixel(); in MouseButtonDown()
[all …]
H A DTableWindow.cxx435 void OTableWindow::MouseMove( const MouseEvent& rEvt ) in MouseMove() argument
437 Window::MouseMove(rEvt); in MouseMove()
443 Point aPos = rEvt.GetPosPixel(); in MouseMove()
477 void OTableWindow::MouseButtonDown( const MouseEvent& rEvt ) in MouseButtonDown() argument
485 Window::MouseButtonDown( rEvt ); in MouseButtonDown()
565 const KeyCode& rCode = rEvt.GetKeyCode(); in HandleKeyInput()
629 void OTableWindow::Command(const CommandEvent& rEvt) in Command() argument
631 switch (rEvt.GetCommand()) in Command()
639 if ( rEvt.IsMouseEvent() ) in Command()
640 ptWhere = rEvt.GetMousePosPixel(); in Command()
[all …]
/trunk/main/sw/source/ui/cctrl/
H A Dpopbox.cxx47 void SwHelpToolBox::MouseButtonDown(const MouseEvent &rEvt) in MouseButtonDown() argument
52 if(rEvt.GetButtons() == MOUSE_RIGHT && in MouseButtonDown()
53 0 == GetItemId(rEvt.GetPosPixel())) in MouseButtonDown()
55 aRightClickLink.Call((MouseEvent *)&rEvt); in MouseButtonDown()
58 ToolBox::MouseButtonDown(rEvt); in MouseButtonDown()
77 sal_Int8 SwHelpToolBox::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() argument
79 return ((SwNavigationPI*)GetParent())->AcceptDrop( rEvt ); in AcceptDrop()
82 sal_Int8 SwHelpToolBox::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop() argument
84 return ((SwNavigationPI*)GetParent())->ExecuteDrop( rEvt ); in ExecuteDrop()
H A Dactctrl.cxx77 void NoSpaceEdit::KeyInput(const KeyEvent& rEvt) in KeyInput() argument
80 if(rEvt.GetCharCode()) in KeyInput()
82 String sKey = rEvt.GetCharCode(); in KeyInput()
87 Edit::KeyInput(rEvt); in KeyInput()
123 void ReturnActionEdit::KeyInput( const KeyEvent& rEvt) in KeyInput() argument
125 const KeyCode aKeyCode = rEvt.GetKeyCode(); in KeyInput()
134 Edit::KeyInput(rEvt); in KeyInput()
/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()
/trunk/main/sd/source/ui/view/
H A Dtabcontr.cxx225 sal_Int8 TabControl::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() argument
229 if( rEvt.mbLeaving ) in AcceptDrop()
235 Point aPos( rEvt.maPosPixel ); in AcceptDrop()
239 if( rEvt.mbLeaving || ( pDrViewSh->GetEditMode() == EM_MASTERPAGE ) ) in AcceptDrop()
244 nRet = rEvt.mnAction; in AcceptDrop()
255 nRet = pDrViewSh->AcceptDrop( rEvt, *this, NULL, (sal_uInt16)nPageId, SDRLAYER_NOTFOUND ); in AcceptDrop()
270 sal_Int8 TabControl::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop() argument
273 Point aPos( rEvt.maPosPixel ); in ExecuteDrop()
280 switch (rEvt.mnAction) in ExecuteDrop()
328 nRet = rEvt.mnAction; in ExecuteDrop()
[all …]
H A Dsdview2.cxx107 const ExecuteDropEvent& rEvt, in SdNavigatorDropEvent()
112 : ExecuteDropEvent( rEvt ), in SdNavigatorDropEvent()
501 sal_Int8 nDropAction = rEvt.mnAction; in AcceptDrop()
579 if(pIAOHandle->getOverlayObjectList().isHitPixel(rEvt.maPosPixel)) in AcceptDrop()
598 Point aPos( pWindow->PixelToLogic( rEvt.maPosPixel ) ); in AcceptDrop()
666 if( rEvt.mbLeaving && mpDropMarker ) in AcceptDrop()
682 sal_Int8 nDropAction = rEvt.mnAction; in ExecuteDrop()
708 Point aPos( pOLV->GetWindow()->PixelToLogic( rEvt.maPosPixel ) ); in ExecuteDrop()
719 TransferableDataHelper aDataHelper( rEvt.maDropEvent.Transferable ); in ExecuteDrop()
722 aPos = pTargetWindow->PixelToLogic( rEvt.maPosPixel ); in ExecuteDrop()
[all …]
/trunk/main/sfx2/source/dialog/
H A Dbasedlgs.cxx382 long SfxModelessDialog::Notify( NotifyEvent& rEvt ) in Notify() argument
391 if ( rEvt.GetType() == EVENT_GETFOCUS ) in Notify()
395 Window* pWindow = rEvt.GetWindow(); in Notify()
411 else if( rEvt.GetType() == EVENT_KEYINPUT ) in Notify()
420 return ModelessDialog::Notify( rEvt ); in Notify()
484 long SfxFloatingWindow::Notify( NotifyEvent& rEvt ) in Notify() argument
493 if ( rEvt.GetType() == EVENT_GETFOCUS ) in Notify()
497 Window* pWindow = rEvt.GetWindow(); in Notify()
508 else if ( rEvt.GetType() == EVENT_LOSEFOCUS ) in Notify()
516 else if( rEvt.GetType() == EVENT_KEYINPUT ) in Notify()
[all …]
/trunk/main/svx/source/gallery2/
H A Dgalctrl.cxx248 sal_Int8 GalleryPreview::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() argument
253 nRet = ( (GalleryBrowser2*) GetParent() )->AcceptDrop( *this, rEvt ); in AcceptDrop()
262 sal_Int8 GalleryPreview::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop() argument
267 nRet = ( (GalleryBrowser2*) GetParent() )->ExecuteDrop( *this, rEvt ); in ExecuteDrop()
569 sal_Int8 GalleryIconView::AcceptDrop( const AcceptDropEvent& rEvt ) in AcceptDrop() argument
576 sal_Int8 GalleryIconView::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop() argument
912 void GalleryListView::DoubleClick( const BrowserMouseEvent& rEvt ) in DoubleClick() argument
914 BrowseBox::DoubleClick( rEvt ); in DoubleClick()
916 if( rEvt.GetRow() != BROWSER_ENDOFSELECTION ) in DoubleClick()
947 sal_Int8 GalleryListView::ExecuteDrop( const BrowserExecuteDropEvent& rEvt ) in ExecuteDrop() argument
[all …]
/trunk/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx213 const PropertyChangeEvent& rEvt ) in impl_notifyPropertyChangeListeners() argument
232 xListener->propertyChange( rEvt ); in impl_notifyPropertyChangeListeners()
246 xListener->propertyChange( rEvt ); in impl_notifyPropertyChangeListeners()
273 xListener->vetoableChange( rEvt ); in impl_notifyVetoableChangeListeners()
287 xListener->vetoableChange( rEvt ); in impl_notifyVetoableChangeListeners()
823 PropertyChangeEvent aEvt( rEvt ); in impl_propertyChange()
837 PropertyChangeEvent aEvt( rEvt ); in impl_vetoableChange()
1448 ::propertyChange( const PropertyChangeEvent& rEvt ) in propertyChange() argument
1452 m_pOwner->impl_propertyChange( rEvt ); in propertyChange()
1460 ::vetoableChange( const PropertyChangeEvent& rEvt ) in vetoableChange() argument
[all …]
/trunk/main/extensions/source/scanner/
H A Dgrid.cxx430 void GridWindow::MouseMove( const MouseEvent& rEvt ) in MouseMove() argument
434 Point aPoint( rEvt.GetPosPixel() ); in MouseMove()
460 ModalDialog::MouseMove( rEvt ); in MouseMove()
465 void GridWindow::MouseButtonUp( const MouseEvent& rEvt ) in MouseButtonUp() argument
467 if( rEvt.GetButtons() == MOUSE_LEFT ) in MouseButtonUp()
478 ModalDialog::MouseButtonUp( rEvt ); in MouseButtonUp()
483 void GridWindow::MouseButtonDown( const MouseEvent& rEvt ) in MouseButtonDown() argument
485 Point aPoint( rEvt.GetPosPixel() ); in MouseButtonDown()
496 if( rEvt.GetButtons() == MOUSE_LEFT ) in MouseButtonDown()
504 else if( rEvt.GetButtons() == MOUSE_RIGHT ) in MouseButtonDown()
[all …]
/trunk/main/svx/inc/svx/
H A Dgalctrl.hxx76 SVX_DLLPRIVATE virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
77 SVX_DLLPRIVATE virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
119 virtual sal_Int8 AcceptDrop( const AcceptDropEvent& rEvt );
120 virtual sal_Int8 ExecuteDrop( const ExecuteDropEvent& rEvt );
152 virtual void DoubleClick( const BrowserMouseEvent& rEvt );
154 virtual sal_Int8 AcceptDrop( const BrowserAcceptDropEvent& rEvt );
155 virtual sal_Int8 ExecuteDrop( const BrowserExecuteDropEvent& rEvt );
/trunk/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx157 virtual void KeyInput(const KeyEvent& rEvt);
158 virtual void Command( const CommandEvent& rEvt );
720 void OFieldExpressionControl::KeyInput( const KeyEvent& rEvt ) in KeyInput() argument
725 !rEvt.GetKeyCode().IsShift() && in KeyInput()
726 !rEvt.GetKeyCode().IsMod1()) in KeyInput()
732 EditBrowseBox::KeyInput(rEvt); in KeyInput()
735 void OFieldExpressionControl::Command(const CommandEvent& rEvt) in Command() argument
737 switch (rEvt.GetCommand()) in Command()
741 if (!rEvt.IsMouseEvent()) in Command()
743 EditBrowseBox::Command(rEvt); in Command()
[all …]
/trunk/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()

Completed in 113 milliseconds

12345678910