Home
last modified time | relevance | path

Searched refs:rCEvt (Results 51 – 75 of 208) sorted by relevance

123456789

/trunk/main/svtools/inc/svtools/
H A Dtaskbar.hxx213 virtual void Command( const CommandEvent& rCEvt );
250 virtual sal_Bool Command( sal_uInt16 nItemd, const CommandEvent& rCEvt );
342 virtual void Command( const CommandEvent& rCEvt );
/trunk/main/sd/source/ui/func/
H A Dfuoutl.cxx65 sal_Bool FuOutline::Command(const CommandEvent& rCEvt) in Command() argument
75 pOlView->Command(rCEvt); // liefert leider keinen Returnwert in Command()
/trunk/main/sw/source/ui/utlui/
H A Dzoomctrl.cxx87 void SwZoomControl::Command( const CommandEvent& rCEvt ) in Command() argument
90 SvxZoomStatusBarControl::Command(rCEvt); in Command()
H A Dunotools.cxx493 void SwFrmCtrlWindow::Command( const CommandEvent& rCEvt ) in Command() argument
495 switch ( rCEvt.GetCommand() ) in Command()
501 pExampleFrame->CreatePopup(rCEvt.GetMousePosPixel()); in Command()
/trunk/main/svtools/source/contnr/
H A Dsvicnvw.cxx619 void SvIconView::Command( const CommandEvent& rCEvt ) in Command() argument
621 pImp->PrepareCommandEvent( rCEvt.GetMousePosPixel() ); in Command()
696 void SvIconView::PrepareCommandEvent( const CommandEvent& rCEvt ) in PrepareCommandEvent() argument
698 pImp->PrepareCommandEvent( rCEvt.GetMousePosPixel() ); in PrepareCommandEvent()
/trunk/main/avmedia/source/viewer/
H A Dmediawindow_impl.hxx74 virtual void Command( const CommandEvent& rCEvt );
116 virtual void Command( const CommandEvent& rCEvt );
/trunk/main/xmlsecurity/source/dialogs/
H A Dstbcontrl.cxx151 void XmlSecStatusBarControl::Command( const CommandEvent& rCEvt ) in Command() argument
160 SfxStatusBarControl::Command( rCEvt ); in Command()
/trunk/main/sd/source/ui/inc/
H A Dsmarttag.hxx67 virtual bool Command( const CommandEvent& rCEvt );
125 bool Command( const CommandEvent& rCEvt );
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx603 void IMapWindow::Command(const CommandEvent& rCEvt) in Command() argument
607 if ( rCEvt.GetCommand() == COMMAND_CONTEXTMENU ) in Command()
648 aMenu.Execute( this, rCEvt.GetMousePosPixel() ); in Command()
651 Window::Command(rCEvt); in Command()
H A Dsimptabl.cxx467 void SvxSimpleTable::Command( const CommandEvent& rCEvt ) in Command() argument
469 aCEvt=rCEvt; in Command()
471 SvHeaderTabListBox::Command(rCEvt); in Command()
/trunk/main/starmath/inc/
H A Dedit.hxx72 virtual void Command(const CommandEvent& rCEvt);
137 sal_Bool HandleWheelCommands( const CommandEvent &rCEvt );
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.hxx70 virtual void Command( const CommandEvent& rCEvt );
159 virtual void Command( const CommandEvent& rCEvt );
H A Dannotationtag.cxx436 bool AnnotationTag::Command( const CommandEvent& rCEvt ) in Command() argument
438 if ( rCEvt.GetCommand() == COMMAND_CONTEXTMENU ) in Command()
443 Rectangle aContextRect(rCEvt.GetMousePosPixel(),Size(1,1)); in Command()
/trunk/main/svtools/source/control/
H A Dcalendar.cxx1910 void Calendar::Command( const CommandEvent& rCEvt ) in Command() argument
1912 if ( rCEvt.GetCommand() == COMMAND_CONTEXTMENU ) in Command()
1914 if ( !mbSelection && rCEvt.IsMouseEvent() ) in Command()
1917 sal_uInt16 nHitTest = ImplHitTest( rCEvt.GetMousePosPixel(), aTempDate ); in Command()
1920 ImplShowMenu( rCEvt.GetMousePosPixel(), aTempDate ); in Command()
1925 else if ( rCEvt.GetCommand() == COMMAND_WHEEL ) in Command()
1927 const CommandWheelData* pData = rCEvt.GetWheelData(); in Command()
1952 Control::Command( rCEvt ); in Command()
H A Dheadbar.cxx1083 void HeaderBar::Command( const CommandEvent& rCEvt ) in Command() argument
1085 if ( rCEvt.IsMouseEvent() && (rCEvt.GetCommand() == COMMAND_STARTDRAG) && !mbDrag ) in Command()
1087 ImplStartDrag( rCEvt.GetMousePosPixel(), sal_True ); in Command()
1091 Window::Command( rCEvt ); in Command()
/trunk/main/sc/source/ui/view/
H A Dtabcont.cxx392 void ScTabControl::Command( const CommandEvent& rCEvt ) in Command() argument
401 sal_uInt16 nCmd = rCEvt.GetCommand(); in Command()
409 sal_uInt16 nId = GetPageId( rCEvt.GetMousePosPixel() ); in Command()
H A Dpreview.cxx586 void __EXPORT ScPreview::Command( const CommandEvent& rCEvt ) in Command() argument
588 sal_uInt16 nCmd = rCEvt.GetCommand(); in Command()
591 sal_Bool bDone = pViewShell->ScrollCommand( rCEvt ); in Command()
593 Window::Command(rCEvt); in Command()
598 Window::Command( rCEvt ); in Command()
H A Dgridwin.cxx2693 void __EXPORT ScGridWindow::Command( const CommandEvent& rCEvt ) in Command() argument
2700 sal_uInt16 nCmd = rCEvt.GetCommand(); in Command()
2729 pOlView->Command( rCEvt ); in Command()
2749 pHdl->InputCommand( rCEvt, sal_True ); in Command()
2753 Window::Command( rCEvt ); in Command()
2767 pEditView->Command( rCEvt ); in Command()
2777 pOlView->Command( rCEvt ); in Command()
2794 PasteSelection( rCEvt.GetMousePosPixel() ); in Command()
2814 Window::Command(rCEvt); in Command()
2825 sal_Bool bMouse = rCEvt.IsMouseEvent(); in Command()
[all …]
/trunk/main/starmath/source/
H A Dview.cxx352 void SmGraphicWindow::Command(const CommandEvent& rCEvt) in Command() argument
357 switch ( rCEvt.GetCommand() ) in Command()
366 if (rCEvt.IsMouseEvent()) in Command()
367 aPos = rCEvt.GetMousePosPixel(); in Command()
382 const CommandWheelData* pWData = rCEvt.GetWheelData(); in Command()
398 ScrollableWindow::Command (rCEvt); in Command()
/trunk/main/sd/source/ui/notes/
H A DEditWindow.cxx350 void EditWindow::Command(const CommandEvent& rCEvt) in Command() argument
380 mpEditView->Command( rCEvt ); in Command()
382 Window::Command (rCEvt); in Command()
/trunk/main/editeng/source/editeng/
H A Dimpedit2.cxx374 if ( rCEvt.GetCommand() == COMMAND_VOICE ) in Command()
376 const CommandVoiceData* pData = rCEvt.GetVoiceData(); in Command()
478 else if ( rCEvt.GetCommand() == COMMAND_STARTEXTTEXTINPUT ) in Command()
491 else if ( rCEvt.GetCommand() == COMMAND_ENDEXTTEXTINPUT ) in Command()
532 else if ( rCEvt.GetCommand() == COMMAND_EXTTEXTINPUT ) in Command()
537 const CommandExtTextInputData* pData = rCEvt.GetExtTextInputData(); in Command()
603 else if ( rCEvt.GetCommand() == COMMAND_INPUTCONTEXTCHANGE ) in Command()
606 else if ( rCEvt.GetCommand() == COMMAND_CURSORPOS ) in Command()
637 else if ( rCEvt.GetCommand() == COMMAND_SELECTIONCHANGE ) in Command()
657 else if ( rCEvt.GetCommand() == COMMAND_PREPARERECONVERSION ) in Command()
[all …]
/trunk/main/sc/source/ui/drawfunc/
H A Dfuconstr.cxx68 sal_uInt8 FuConstruct::Command(const CommandEvent& rCEvt) in Command() argument
72 return FuDraw::Command( rCEvt ); in Command()
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx1033 virtual void Command( const CommandEvent& rCEvt );
1203 void SwAssignFieldsControl::Command( const CommandEvent& rCEvt ) in Command() argument
1205 switch ( rCEvt.GetCommand() ) in Command()
1211 const CommandWheelData* pWheelData = rCEvt.GetWheelData(); in Command()
1214 HandleScrollCommand( rCEvt, 0, &m_aVScroll ); in Command()
1219 Control::Command(rCEvt); in Command()
/trunk/main/sd/source/ui/view/
H A Dtabcontr.cxx350 void TabControl::Command(const CommandEvent& rCEvt) in Command() argument
352 sal_uInt16 nCmd = rCEvt.GetCommand(); in Command()
/trunk/main/sd/source/ui/dlg/
H A DLayerTabBar.cxx205 void LayerTabBar::Command(const CommandEvent& rCEvt) in Command() argument
207 if ( rCEvt.GetCommand() == COMMAND_CONTEXTMENU ) in Command()

Completed in 175 milliseconds

123456789