Home
last modified time | relevance | path

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

12345678910

/AOO41X/main/svtools/source/brwbox/
H A Ddatwin.cxx412 void BrowserDataWin::Command( const CommandEvent& rEvt ) in Command() argument
416 if ( ( (rEvt.GetCommand() == COMMAND_WHEEL) || in Command()
417 (rEvt.GetCommand() == COMMAND_STARTAUTOSCROLL) || in Command()
418 (rEvt.GetCommand() == COMMAND_AUTOSCROLL) ) && in Command()
419 ( HandleScrollCommand( rEvt, &pBox->aHScroll, pBox->pVScroll ) ) ) in Command()
422 Point aEventPos( rEvt.GetMousePosPixel() ); in Command()
425 if ( COMMAND_CONTEXTMENU == rEvt.GetCommand() && rEvt.IsMouseEvent() && in Command()
442 CommandEvent aEvt( aEventPos, rEvt.GetCommand(), in Command()
443 rEvt.IsMouseEvent(), rEvt.GetData() ); in Command()
453 if ( COMMAND_STARTDRAG == rEvt.GetCommand() ) in Command()
[all …]
H A Dbrwbox2.cxx143 void BrowseBox::Command( const CommandEvent& rEvt ) in Command() argument
146 Control::Command( rEvt ); in Command()
527 void BrowseBox::ExpandRowSelection( const BrowserMouseEvent& rEvt ) in ExpandRowSelection() argument
539 sal_Bool bSelectThis = ( bSelect != aJustifiedRange.IsInside( rEvt.GetRow() ) ); in ExpandRowSelection()
541 if ( aJustifiedRange.IsInside( rEvt.GetRow() ) ) in ExpandRowSelection()
544 while ( rEvt.GetRow() < aSelRange.Max() ) in ExpandRowSelection()
549 while ( rEvt.GetRow() > aSelRange.Max() ) in ExpandRowSelection()
560 while ( rEvt.GetRow() < aSelRange.Max() ) in ExpandRowSelection()
569 while ( rEvt.GetRow() > aSelRange.Max() ) in ExpandRowSelection()
584 if ( !bMultiSelection || !IsRowSelected( rEvt.GetRow() ) ) in ExpandRowSelection()
[all …]
H A Deditbrowsebox.cxx456 void EditBrowseBox::KeyInput( const KeyEvent& rEvt ) in KeyInput() argument
458 sal_uInt16 nCode = rEvt.GetKeyCode().GetCode(); in KeyInput()
459 sal_Bool bShift = rEvt.GetKeyCode().IsShift(); in KeyInput()
460 sal_Bool bCtrl = rEvt.GetKeyCode().IsMod1(); in KeyInput()
470 BrowseBox::KeyInput(rEvt); in KeyInput()
480 Control::KeyInput(rEvt); in KeyInput()
490 Control::KeyInput(rEvt); in KeyInput()
494 BrowseBox::KeyInput(rEvt); in KeyInput()
499 void EditBrowseBox::MouseButtonDown(const BrowserMouseEvent& rEvt) in MouseButtonDown() argument
501 sal_uInt16 nColPos = GetColumnPos( rEvt.GetColumnId() ); in MouseButtonDown()
[all …]
H A Debbcontrols.cxx98 sal_Bool ComboBoxCellController::MoveAllowed(const KeyEvent& rEvt) const in MoveAllowed()
101 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()
208 sal_Bool ListBoxCellController::MoveAllowed(const KeyEvent& rEvt) const 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()
[all …]
/AOO41X/main/linguistic/source/
H A Dlngprophelp.cxx192 sal_Bool PropertyChgHelper::propertyChange_Impl( const PropertyChangeEvent& rEvt ) in propertyChange_Impl() argument
196 if (GetPropSet().is() && rEvt.Source == GetPropSet()) in propertyChange_Impl()
204 switch (rEvt.PropertyHandle) in propertyChange_Impl()
225 rEvt.NewValue >>= *pbVal; in propertyChange_Impl()
248 PropertyChgHelper::propertyChange( const PropertyChangeEvent& rEvt ) in propertyChange() argument
252 propertyChange_Impl( rEvt ); in propertyChange()
285 void PropertyChgHelper::LaunchEvent( const LinguServiceEvent &rEvt ) in LaunchEvent() argument
292 xRef->processLinguServiceEvent( rEvt ); in LaunchEvent()
362 PropertyHelper_Thes::propertyChange( const PropertyChangeEvent& rEvt ) in propertyChange() argument
366 PropertyChgHelper::propertyChange_Impl( rEvt ); in propertyChange()
[all …]
/AOO41X/main/sw/source/ui/docvw/
H A Dedtdd.cxx210 sal_Int8 SwEditWin::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop() argument
218 const Point aDocPt( PixelToLogic( rEvt.maPosPixel )); in ExecuteDrop()
227 const Point aPos = pOLV->GetWindow()->PixelToLogic(rEvt.maPosPixel); in ExecuteDrop()
246 sal_Int8 nUserOpt = rEvt.mbDefault ? EXCHG_IN_ACTION_DEFAULT in ExecuteDrop()
247 : rEvt.mnAction; in ExecuteDrop()
251 rEvt.mnAction, in ExecuteDrop()
254 &rEvt.maDropEvent.Transferable ); in ExecuteDrop()
257 TransferableDataHelper aData( rEvt.maDropEvent.Transferable ); in ExecuteDrop()
258 nRet = rEvt.mnAction; in ExecuteDrop()
260 m_nDropDestination, sal_False, rEvt.mbDefault, &aDocPt, nRet)) in ExecuteDrop()
[all …]
/AOO41X/main/dbaccess/source/ui/tabledesign/
H A DTableDesignControl.cxx113 void OTableRowView::KeyInput( const KeyEvent& rEvt ) in KeyInput() argument
117 if (rEvt.GetKeyCode().GetCode() == KEY_DELETE && // Delete rows in KeyInput()
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()
[all …]
/AOO41X/main/svtools/source/hatchwindow/
H A Dipwin.cxx522 void SvResizeWindow::MouseButtonDown( const MouseEvent & rEvt ) in MouseButtonDown() argument
524 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()
539 Rectangle aRect( m_aResizer.GetTrackRectPixel( rEvt.GetPosPixel() ) ); in MouseMove()
557 void SvResizeWindow::MouseButtonUp( const MouseEvent & rEvt ) in MouseButtonUp() argument
561 Rectangle aRect( m_aResizer.GetTrackRectPixel( rEvt.GetPosPixel() ) ); in MouseButtonUp()
570 if( m_aResizer.SelectRelease( this, rEvt.GetPosPixel(), aOutRect ) ) in MouseButtonUp()
584 void SvResizeWindow::KeyInput( const KeyEvent & rEvt ) in KeyInput() argument
[all …]
/AOO41X/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()
103 rEvent.KeyFunc = sal::static_int_cast< sal_Int16 >( rEvt.GetKeyCode().GetFunction()); in lcl_initKeyEvent()
106 void lcl_initMouseEvent( MouseEvent& rEvent, const ::MouseEvent& rEvt ) in lcl_initMouseEvent() argument
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()
[all …]
/AOO41X/main/extensions/source/bibliography/
H A Dtoolbar.cxx72 void BibToolBarListener::statusChanged(const ::com::sun::star::frame::FeatureStateEvent& rEvt)throw… in statusChanged() argument
74 if(rEvt.FeatureURL.Complete == aCommand) in statusChanged()
77 pToolBar->EnableItem(nIndex,rEvt.IsEnabled); in statusChanged()
79 ::com::sun::star::uno::Any aState=rEvt.State; in statusChanged()
107 void BibTBListBoxListener::statusChanged(const ::com::sun::star::frame::FeatureStateEvent& rEvt)thr… in statusChanged() argument
109 if(rEvt.FeatureURL.Complete == GetCommand()) in statusChanged()
112 pToolBar->EnableSourceList(rEvt.IsEnabled); in statusChanged()
114 Any aState = rEvt.State; in statusChanged()
133 XubString aStr = String(rEvt.FeatureDescriptor); in statusChanged()
147 void BibTBQueryMenuListener::statusChanged(const frame::FeatureStateEvent& rEvt)throw( uno::Runtime… in statusChanged() argument
[all …]
/AOO41X/main/svtools/inc/svtools/
H A Dbrwbox.hxx177 BrowserMouseEvent( BrowserDataWin* pWin, const MouseEvent& rEvt );
178 BrowserMouseEvent( Window* pWin, const MouseEvent& rEvt,
191 BrowserAcceptDropEvent( BrowserDataWin* pWin, const AcceptDropEvent& rEvt );
202 BrowserExecuteDropEvent( BrowserDataWin* pWin, const ExecuteDropEvent& rEvt );
310 SVT_DLLPRIVATE void ExpandRowSelection( const BrowserMouseEvent& rEvt );
443 virtual void MouseButtonDown( const MouseEvent& rEvt );
444 virtual void MouseMove( const MouseEvent& rEvt );
445 virtual void MouseButtonUp( const MouseEvent& rEvt );
446 virtual void KeyInput( const KeyEvent& rEvt );
452 virtual void Command( const CommandEvent& rEvt );
[all …]
/AOO41X/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()
563 sal_Bool OTableWindow::HandleKeyInput( const KeyEvent& rEvt ) in HandleKeyInput() argument
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()
[all …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
496 sal_Int8 View::AcceptDrop( const AcceptDropEvent& rEvt, DropTargetHelper& rTargetHelper, in AcceptDrop() argument
501 sal_Int8 nDropAction = rEvt.mnAction; in AcceptDrop()
526 if( aRect.IsInside( pOLV->GetWindow()->PixelToLogic( rEvt.maPosPixel ) ) ) 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()
677 sal_Int8 View::ExecuteDrop( const ExecuteDropEvent& rEvt, DropTargetHelper& rTargetHelper, in ExecuteDrop() argument
682 sal_Int8 nDropAction = rEvt.mnAction; in ExecuteDrop()
[all …]
/AOO41X/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()
406 else if ( rEvt.GetType() == EVENT_LOSEFOCUS && !HasChildPathFocus() ) in Notify()
411 else if( rEvt.GetType() == EVENT_KEYINPUT ) in Notify()
414 if ( !ModelessDialog::Notify( rEvt ) && SfxViewShell::Current() ) in Notify()
416 return SfxViewShell::Current()->GlobalKeyInput_Impl( *rEvt.GetKeyEvent() ); 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()
[all …]
/AOO41X/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
571 return( static_cast< GalleryBrowser2* >( GetParent() )->AcceptDrop( *this, rEvt ) ); in AcceptDrop()
576 sal_Int8 GalleryIconView::ExecuteDrop( const ExecuteDropEvent& rEvt ) in ExecuteDrop() argument
578 return( static_cast< GalleryBrowser2* >( GetParent() )->ExecuteDrop( *this, rEvt ) ); in ExecuteDrop()
912 void GalleryListView::DoubleClick( const BrowserMouseEvent& rEvt ) in DoubleClick() argument
914 BrowseBox::DoubleClick( rEvt ); in DoubleClick()
[all …]
/AOO41X/main/ucb/source/cacher/
H A Dcontentresultsetwrapper.cxx213 const PropertyChangeEvent& rEvt ) in impl_notifyPropertyChangeListeners() argument
223 m_pPropertyChangeListeners->getContainer( rEvt.PropertyName ); in impl_notifyPropertyChangeListeners()
232 xListener->propertyChange( rEvt ); in impl_notifyPropertyChangeListeners()
246 xListener->propertyChange( rEvt ); in impl_notifyPropertyChangeListeners()
252 ::impl_notifyVetoableChangeListeners( const PropertyChangeEvent& rEvt ) in impl_notifyVetoableChangeListeners() argument
264 m_pVetoableChangeListeners->getContainer( rEvt.PropertyName ); in impl_notifyVetoableChangeListeners()
273 xListener->vetoableChange( rEvt ); in impl_notifyVetoableChangeListeners()
287 xListener->vetoableChange( rEvt ); in impl_notifyVetoableChangeListeners()
818 ::impl_propertyChange( const PropertyChangeEvent& rEvt ) in impl_propertyChange() argument
823 PropertyChangeEvent aEvt( rEvt ); in impl_propertyChange()
[all …]
/AOO41X/main/extensions/source/scanner/
H A Dgrid.cxx430 void GridWindow::MouseMove( const MouseEvent& rEvt ) in MouseMove() argument
432 if( rEvt.GetButtons() == MOUSE_LEFT && m_nDragIndex != 0xffffffff ) in MouseMove()
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()
[all …]
/AOO41X/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 );
/AOO41X/main/linguistic/inc/linguistic/
H A Dlngprophelp.hxx104 const ::com::sun::star::beans::PropertyChangeEvent& rEvt );
124 propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& rEvt )
143 const ::com::sun::star::linguistic2::LinguServiceEvent& rEvt );
178 propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& rEvt )
208 const ::com::sun::star::beans::PropertyChangeEvent& rEvt );
222 propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& rEvt )
257 const ::com::sun::star::beans::PropertyChangeEvent& rEvt );
271 propertyChange( const ::com::sun::star::beans::PropertyChangeEvent& rEvt )
/AOO41X/main/reportdesign/source/ui/dlg/
H A DGroupsSorting.cxx157 virtual void KeyInput(const KeyEvent& rEvt);
158 virtual void Command( const CommandEvent& rEvt );
162 virtual sal_Int8 AcceptDrop( const BrowserAcceptDropEvent& rEvt );
163 virtual sal_Int8 ExecuteDrop( const BrowserExecuteDropEvent& rEvt );
268 sal_Int8 OFieldExpressionControl::AcceptDrop( const BrowserAcceptDropEvent& rEvt ) in AcceptDrop() argument
279 …change::getReportGroupId() ) && m_pParent->getGroups()->getCount() > 1 && rEvt.GetWindow() == &Get… in AcceptDrop()
286 sal_Int8 OFieldExpressionControl::ExecuteDrop( const BrowserExecuteDropEvent& rEvt ) in ExecuteDrop() argument
292 sal_Int32 nRow = GetRowAtYPosPixel(rEvt.maPosPixel.Y(), sal_False); in ExecuteDrop()
295 TransferableDataHelper aDropped( rEvt.maDropEvent.Transferable ); in ExecuteDrop()
720 void OFieldExpressionControl::KeyInput( const KeyEvent& rEvt ) in KeyInput() argument
[all …]

12345678910