Home
last modified time | relevance | path

Searched refs:GetMousePosPixel (Results 1 – 25 of 120) sorted by relevance

12345

/trunk/main/sw/source/ui/docvw/
H A DSidebarTxtControl.cxx129 … Help::ShowQuickHelp( this,PixelToLogic(Rectangle(rEvt.GetMousePosPixel(),Size(50,10))),sTxt); in RequestHelp()
328 GetTextView()->IsWrongSpelledWordAtPos( rCEvt.GetMousePosPixel(),sal_True )) in Command()
331 GetTextView()->ExecuteSpellPopup(rCEvt.GetMousePosPixel(),&aLink); in Command()
335 …anager* pMgr = mrDocView.GetViewFrame()->GetDispatcher()->Popup(0, this,&rCEvt.GetMousePosPixel()); in Command()
348 aPos = rCEvt.GetMousePosPixel(); in Command()
H A Dedtwin2.cxx116 Point aPos( PixelToLogic( ScreenToOutputPixel( rEvt.GetMousePosPixel() ) )); 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()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableDesignControl.cxx155 sal_uInt16 nColId = GetColumnAtXPosPixel(rEvt.GetMousePosPixel().X()); in Command()
156 long nRow = GetRowAtYPosPixel(rEvt.GetMousePosPixel().Y()); in Command()
166 switch (aContextMenu.Execute(this, rEvt.GetMousePosPixel())) in Command()
/trunk/main/sw/source/core/draw/
H A Ddpage.cxx162 Point aPos( rEvt.GetMousePosPixel() ); in RequestHelp()
226 Help::ShowBalloon( pWindow, rEvt.GetMousePosPixel(), sTxt ); in RequestHelp()
231 Rectangle aRect( rEvt.GetMousePosPixel(), Size(1,1) ); in RequestHelp()
/trunk/main/svtools/source/control/
H A Dtaskbox.cxx146 sal_uInt16 nItemId = GetItemId( rCEvt.GetMousePosPixel() ); in Command()
151 maContextMenuPos = rCEvt.GetMousePosPixel(); in Command()
166 sal_uInt16 nItemId = GetItemId( ScreenToOutputPixel( rHEvt.GetMousePosPixel() ) ); in RequestHelp()
H A Dtaskstat.cxx433 ImplTaskSBFldItem* pItem = ImplGetFieldItem( rCEvt.GetMousePosPixel(), bFieldRect ); in Command()
459 …ImplTaskSBFldItem* pItem = ImplGetFieldItem( ScreenToOutputPixel( rHEvt.GetMousePosPixel() ), bFie… in RequestHelp()
/trunk/main/svx/source/gallery2/
H A Dgalctrl.cxx199 ( rCEvt.IsMouseEvent() ? &rCEvt.GetMousePosPixel() : NULL ) ); in Command()
555 ( rCEvt.IsMouseEvent() ? &rCEvt.GetMousePosPixel() : NULL ) ); in Command()
895 …if( rCEvt.IsMouseEvent() && ( GetRowAtYPosPixel( rCEvt.GetMousePosPixel().Y() ) != BROWSER_ENDOFSE… in Command()
896 pPos = &rCEvt.GetMousePosPixel(); in Command()
/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx267 Point aPosPixel = ScreenToOutputPixel( rHEvt.GetMousePosPixel() ); in RequestHelp()
295 Point aPosPixel = ScreenToOutputPixel( rHEvt.GetMousePosPixel() ); in RequestHelp()
384 Help::ShowBalloon(this,rHEvt.GetMousePosPixel(), aScreenRect, aHelpText); in RequestHelp()
/trunk/main/sd/source/ui/view/
H A Ddrviews4.cxx556 aPos = GetActiveWindow()->PixelToLogic( rCEvt.GetMousePosPixel() ); in Command()
600 ShowSnapLineContextMenu(*pPV, nHelpLine, rCEvt.GetMousePosPixel()); in Command()
627 aMPos = rCEvt.GetMousePosPixel(); in Command()
673 Point aPos(rCEvt.GetMousePosPixel()); in Command()
/trunk/main/vcl/source/window/
H A Dseleng.cxx480 if ( pFunctionSet->IsSelectionAtPoint( rCEvt.GetMousePosPixel() ) ) in Command()
482 aLastMove = MouseEvent( rCEvt.GetMousePosPixel(), in Command()
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlideSorterController.cxx428 pWindow->PixelToLogic(rEvent.GetMousePosPixel()), in Command()
443 aMenuLocation = rEvent.GetMousePosPixel(); in Command()
520 mrSlideSorter.GetView().UpdatePageUnderMouse(rEvent.GetMousePosPixel(), false); in Command()
/trunk/main/sd/source/ui/func/
H A Dsmarttag.cxx292 Point aMDPos( mrView.GetViewShell()->GetActiveWindow()->PixelToLogic( rHEvt.GetMousePosPixel() ) ); in RequestHelp()
316 …Point aMDPos( mrView.GetViewShell()->GetActiveWindow()->PixelToLogic( rCEvt.GetMousePosPixel() ) ); in Command()
/trunk/main/framework/source/uielement/
H A Dstatusbarmanager.cxx678 sal_uInt16 nId = m_pStatusBar->GetItemId( rEvt.GetMousePosPixel() ); in Command()
686 aPos.X = rEvt.GetMousePosPixel().X(); in Command()
687 aPos.Y = rEvt.GetMousePosPixel().Y(); in Command()
/trunk/main/svx/source/dialog/
H A Dimapwnd.cxx648 aMenu.Execute( this, rCEvt.GetMousePosPixel() ); in Command()
708 Point aPos = PixelToLogic( ScreenToOutputPixel( rHEvt.GetMousePosPixel() ) ); in RequestHelp()
725 Help::ShowBalloon( this, rHEvt.GetMousePosPixel(), aScreenRect, aStr ); in RequestHelp()
/trunk/main/sd/source/ui/sidebar/
H A DLayoutMenu.cxx719 if (GetItemId(rEvent.GetMousePosPixel()) <= 0) in Command()
721 aMenuPosition = rEvent.GetMousePosPixel(); in Command()
/trunk/main/svtools/workben/
H A Dbrowser.cxx415 aEvent += rEvt.GetMousePosPixel().X(); in Command()
417 aEvent += rEvt.GetMousePosPixel().Y(); in Command()
/trunk/main/cui/source/options/
H A Dreadonlyimage.cxx61 Help::ShowBalloon( this, rHEvt.GetMousePosPixel(), aScreenRect, in RequestHelp()
/trunk/main/sw/source/ui/fldui/
H A DFldRefTreeListBox.cxx48 Point aPos( ScreenToOutputPixel( rHEvt.GetMousePosPixel() )); in RequestHelp()
/trunk/main/svtools/source/brwbox/
H A Dbrwhead.cxx53 Point aPos( rCEvt.GetMousePosPixel() ); in Command()
/trunk/main/svtools/source/contnr/
H A Dsvicnvw.cxx621 pImp->PrepareCommandEvent( rCEvt.GetMousePosPixel() ); in Command()
698 pImp->PrepareCommandEvent( rCEvt.GetMousePosPixel() ); in PrepareCommandEvent()
H A Dtooltiplbox.cxx46 Point aMousePos( rListBox.ScreenToOutputPixel( rHEvt.GetMousePosPixel() ) ); in lcl_ToolTipLBox_ShowToolTip()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx779 if( mpMeta->IsVisible() &&(mpMeta->GetPosPixel().Y() < rCEvt.GetMousePosPixel().Y()) ) in Command()
781 …mrManager.ExecuteAnnotationContextMenu( mxAnnotation, this, Rectangle(rCEvt.GetMousePosPixel(),Siz… in Command()
/trunk/main/sw/source/ui/utlui/
H A Dbookctrl.cxx148 aPop.Execute( &GetStatusBar(), rCEvt.GetMousePosPixel()); in Command()
H A Dtmplctrl.cxx150 aPop.Execute( &GetStatusBar(), rCEvt.GetMousePosPixel()); in Command()
/trunk/main/sd/source/ui/app/
H A Dtmplctrl.cxx138 aPop.Execute( &GetStatusBar(), rCEvt.GetMousePosPixel()); in Command()

Completed in 93 milliseconds

12345