/trunk/main/sw/source/ui/docvw/ |
H A D | SidebarTxtControl.cxx | 129 … 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 D | edtwin2.cxx | 116 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 D | TableDesignControl.cxx | 155 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 D | dpage.cxx | 162 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 D | taskbox.cxx | 146 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 D | taskstat.cxx | 433 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 D | galctrl.cxx | 199 ( 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 D | gridwin5.cxx | 267 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 D | drviews4.cxx | 556 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 D | seleng.cxx | 480 if ( pFunctionSet->IsSelectionAtPoint( rCEvt.GetMousePosPixel() ) ) in Command() 482 aLastMove = MouseEvent( rCEvt.GetMousePosPixel(), in Command()
|
/trunk/main/sd/source/ui/slidesorter/controller/ |
H A D | SlideSorterController.cxx | 428 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 D | smarttag.cxx | 292 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 D | statusbarmanager.cxx | 678 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 D | imapwnd.cxx | 648 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 D | LayoutMenu.cxx | 719 if (GetItemId(rEvent.GetMousePosPixel()) <= 0) in Command() 721 aMenuPosition = rEvent.GetMousePosPixel(); in Command()
|
/trunk/main/svtools/workben/ |
H A D | browser.cxx | 415 aEvent += rEvt.GetMousePosPixel().X(); in Command() 417 aEvent += rEvt.GetMousePosPixel().Y(); in Command()
|
/trunk/main/cui/source/options/ |
H A D | readonlyimage.cxx | 61 Help::ShowBalloon( this, rHEvt.GetMousePosPixel(), aScreenRect, in RequestHelp()
|
/trunk/main/sw/source/ui/fldui/ |
H A D | FldRefTreeListBox.cxx | 48 Point aPos( ScreenToOutputPixel( rHEvt.GetMousePosPixel() )); in RequestHelp()
|
/trunk/main/svtools/source/brwbox/ |
H A D | brwhead.cxx | 53 Point aPos( rCEvt.GetMousePosPixel() ); in Command()
|
/trunk/main/svtools/source/contnr/ |
H A D | svicnvw.cxx | 621 pImp->PrepareCommandEvent( rCEvt.GetMousePosPixel() ); in Command() 698 pImp->PrepareCommandEvent( rCEvt.GetMousePosPixel() ); in PrepareCommandEvent()
|
H A D | tooltiplbox.cxx | 46 Point aMousePos( rListBox.ScreenToOutputPixel( rHEvt.GetMousePosPixel() ) ); in lcl_ToolTipLBox_ShowToolTip()
|
/trunk/main/sd/source/ui/annotations/ |
H A D | annotationwindow.cxx | 779 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 D | bookctrl.cxx | 148 aPop.Execute( &GetStatusBar(), rCEvt.GetMousePosPixel()); in Command()
|
H A D | tmplctrl.cxx | 150 aPop.Execute( &GetStatusBar(), rCEvt.GetMousePosPixel()); in Command()
|
/trunk/main/sd/source/ui/app/ |
H A D | tmplctrl.cxx | 138 aPop.Execute( &GetStatusBar(), rCEvt.GetMousePosPixel()); in Command()
|