Home
last modified time | relevance | path

Searched refs:GetMousePosPixel (Results 26 – 50 of 120) sorted by relevance

12345

/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx3069 pView->StartDrag( 0, aSelEng.GetMousePosPixel() ); in BeginDrag()
3074 aAsyncBeginDragPos = aSelEng.GetMousePosPixel(); in BeginDrag()
3140 aPopupPos = rCEvt.GetMousePosPixel(); in Command()
3243 const Point& rPos = rCEvt.GetMousePosPixel(); in Command()
3326 Point aPos( pView->ScreenToOutputPixel( rHEvt.GetMousePosPixel() )); in RequestHelp()
/trunk/main/vcl/source/window/
H A Dkeyevent.cxx107 const Point& HelpEvent::GetMousePosPixel() const in GetMousePosPixel() function in HelpEvent
/trunk/main/svtools/source/control/
H A Dcalendar.cxx1844 if ( GetDate( ScreenToOutputPixel( rHEvt.GetMousePosPixel() ), aDate ) ) in RequestHelp()
1870 Help::ShowBalloon( this, rHEvt.GetMousePosPixel(), aDateRect, aStr ); in RequestHelp()
1917 sal_uInt16 nHitTest = ImplHitTest( rCEvt.GetMousePosPixel(), aTempDate ); in Command()
1920 ImplShowMenu( rCEvt.GetMousePosPixel(), aTempDate ); in Command()
H A Dheadbar.cxx1087 ImplStartDrag( rCEvt.GetMousePosPixel(), sal_True ); in Command()
1098 sal_uInt16 nItemId = GetItemId( ScreenToOutputPixel( rHEvt.GetMousePosPixel() ) ); in RequestHelp()
/trunk/main/svx/source/sdr/contact/
H A Dsdrmediawindow.cxx125 …vent( pWindow->ScreenToOutputPixel( getWindow()->OutputToScreenPixel( rCEvt.GetMousePosPixel() ) ), in Command()
/trunk/main/vcl/inc/vcl/
H A Dseleng.hxx139 const Point& GetMousePosPixel() const in GetMousePosPixel() function in SelectionEngine
H A Devent.hxx214 const Point& GetMousePosPixel() const;
H A Dcmdevt.hxx418 const Point& GetMousePosPixel() const { return maPos; } in GetMousePosPixel() function in CommandEvent
/trunk/main/svx/source/stbctrls/
H A Dzoomctrl.cxx185 …if ( aPop.Execute( &rStatusbar, rCEvt.GetMousePosPixel() ) && ( nZoom != aPop.GetZoom() || !nZoom … in Command()
H A Dxmlsecctrl.cxx146 if( aPopupMenu.Execute( &GetStatusBar(), rCEvt.GetMousePosPixel() ) ) in Command()
H A Dpszctrl.cxx328 if ( aMenu.Execute( &GetStatusBar(), rCEvt.GetMousePosPixel() ) ) in Command()
/trunk/main/sc/source/ui/dbgui/
H A Dfieldwnd.cxx615 size_t nFieldIndex = GetFieldIndex( rHEvt.GetMousePosPixel() - GetPosPixel() ); in RequestHelp()
618 Rectangle aRect( rHEvt.GetMousePosPixel(), GetSizePixel() ); in RequestHelp()
H A Dcsvgrid.cxx943 Point aPos( rCEvt.GetMousePosPixel() ); in Command()
967 if( aRect.IsInside( rCEvt.GetMousePosPixel() ) ) in Command()
/trunk/main/svtools/source/table/
H A Dtabledatawindow.cxx106 Point const aMousePos( ScreenToOutputPixel( rHEvt.GetMousePosPixel() ) ); in RequestHelp()
/trunk/main/chart2/source/controller/main/
H A DChartWindow.cxx221 … this, rHEvt.GetMousePosPixel(), lcl_AWTRectToVCLRect( aHelpRect ), String( aQuickHelpText )); in RequestHelp()
/trunk/main/sc/source/ui/navipi/
H A Dscenwnd.cxx152 aPopup.Execute( this, pCEvt->GetMousePosPixel() ); in Notify()
H A Dcontent.cxx660 aPop.Execute( this, rCEvt.GetMousePosPixel() ); in Command()
687 Point aPos( ScreenToOutputPixel( rHEvt.GetMousePosPixel() )); in RequestHelp()
/trunk/main/svx/source/form/
H A Dfmpage.cxx211 Point aPos = rEvt.GetMousePosPixel(); in RequestHelp()
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx2948 sal_uInt16 nColId = GetColumnAtXPosPixel(rEvt.GetMousePosPixel().X()); in Command()
2949 long nRow = GetRowAtYPosPixel(rEvt.GetMousePosPixel().Y()); in Command()
2953 executeRowContextMenu( nRow, rEvt.GetMousePosPixel() ); in Command()
2959 switch (aContextMenu.Execute(this, rEvt.GetMousePosPixel())) in Command()
/trunk/main/reportdesign/source/ui/report/
H A DStartMarker.cxx291 Rectangle aItemRect(rHEvt.GetMousePosPixel(),Size(GetSizePixel().Width(),getMinHeight())); in RequestHelp()
/trunk/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx344 Point aRequestPos( ScreenToOutputPixel( _rHEvt.GetMousePosPixel() ) ); in RequestHelp()
/trunk/main/sc/source/ui/drawfunc/
H A Ddrawsh2.cxx303 Point aMousePos = pViewData->GetMousePosPixel(); in GetDrawAttrState()
H A Ddrawsh.cxx240 …if ( pView->PickObj( pWin->PixelToLogic( pViewData->GetMousePosPixel() ), pView->getHitTolLog(), p… in ExecDrawAttr()
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx332 Point GetMousePosPixel() const;
/trunk/main/avmedia/source/viewer/
H A Dmediawindow_impl.cxx156 …nsformedEvent( GetParent()->ScreenToOutputPixel( OutputToScreenPixel( rCEvt.GetMousePosPixel() ) ), in Command()

Completed in 146 milliseconds

12345