Home
last modified time | relevance | path

Searched refs:OutputToScreenPixel (Results 1 – 25 of 105) sorted by relevance

12345

/trunk/main/svx/source/sdr/contact/
H A Dsdrmediawindow.cxx59 …vent aTransformedEvent( pWindow->ScreenToOutputPixel( getWindow()->OutputToScreenPixel( rMEvt.GetP… in MouseMove()
75 …vent aTransformedEvent( pWindow->ScreenToOutputPixel( getWindow()->OutputToScreenPixel( rMEvt.GetP… in MouseButtonDown()
90 …vent aTransformedEvent( pWindow->ScreenToOutputPixel( getWindow()->OutputToScreenPixel( rMEvt.GetP… in MouseButtonUp()
125 …vent aTransformedEvent( pWindow->ScreenToOutputPixel( getWindow()->OutputToScreenPixel( rCEvt.GetM… in Command()
/trunk/main/avmedia/source/viewer/
H A Dmediawindow_impl.cxx107 …const MouseEvent aTransformedEvent( GetParent()->ScreenToOutputPixel( OutputToScreenPixel( rMEvt.G… in MouseMove()
118 …const MouseEvent aTransformedEvent( GetParent()->ScreenToOutputPixel( OutputToScreenPixel( rMEvt.G… in MouseButtonDown()
129 …const MouseEvent aTransformedEvent( GetParent()->ScreenToOutputPixel( OutputToScreenPixel( rMEvt.G… in MouseButtonUp()
156 …const CommandEvent aTransformedEvent( GetParent()->ScreenToOutputPixel( OutputToScreenPixel( rCEvt… in Command()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx375 Point aPt( OutputToScreenPixel( LogicToPixel( aRect.TopLeft() ))); in RequestHelp()
378 aPt = OutputToScreenPixel( LogicToPixel( aRect.BottomRight() )); in RequestHelp()
485 Rectangle aScreenRect(OutputToScreenPixel(aLogicPix.TopLeft()), in RequestHelp()
486 OutputToScreenPixel(aLogicPix.BottomRight())); in RequestHelp()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowTitle.cxx124 Point aPt = OutputToScreenPixel( aItemRect.TopLeft() ); in RequestHelp()
127 aPt = OutputToScreenPixel( aItemRect.BottomRight() ); in RequestHelp()
200 aPos = OutputToScreenPixel( aPos ); in MouseButtonDown()
/trunk/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx78 …const MouseEvent aTransformedEvent( GetParent()->ScreenToOutputPixel( OutputToScreenPixel( rMEvt.G… in MouseMove()
89 …const MouseEvent aTransformedEvent( GetParent()->ScreenToOutputPixel( OutputToScreenPixel( rMEvt.G… in MouseButtonDown()
100 …const MouseEvent aTransformedEvent( GetParent()->ScreenToOutputPixel( OutputToScreenPixel( rMEvt.G… in MouseButtonUp()
127 …const CommandEvent aTransformedEvent( GetParent()->ScreenToOutputPixel( OutputToScreenPixel( rCEvt… in Command()
/trunk/main/vcl/source/window/
H A Ddockwin.cxx180 …maDockPos = mpDockWin->GetParent()->OutputToScreenPixel( maDockPos ); // sfx expects screen coord… in IMPL_LINK()
187 Point aMousePos = mpDockWin->GetParent()->OutputToScreenPixel( aState.maPos ); in IMPL_LINK()
568 Point aOldPos = OutputToScreenPixel( aPos ); in Tracking()
572 if ( aOldPos != OutputToScreenPixel( aPos ) ) in Tracking()
634 aPos = pWindow->OutputToScreenPixel( aPos ); in Notify()
H A Dscrwnd.cxx327 const Point aMousePos( OutputToScreenPixel( rMEvt.GetPosPixel() ) ); in MouseMove()
386 … const Point aMousePos( pWindow->OutputToScreenPixel( pWindow->GetPointerPosPixel() ) ); in IMPL_LINK()
H A Dwinproc.cxx832 … ImplHandleMouseHelpRequest( pChild, pChild->OutputToScreenPixel( aMEvt.GetPosPixel() ) ); in ImplHandleMouseEvent()
1161 aPos = pChild->OutputToScreenPixel( aPos ); in ImplHandleKey()
1175 … Point aMousePos = pChild->OutputToScreenPixel( pChild->GetPointerPosPixel() ); in ImplHandleKey()
1502 pMouseWindow->OutputToScreenPixel( in ImplHandleWheelEvent()
1513 Point aRelMousePos( pMouseWindow->OutputToScreenPixel( in ImplHandleWheelEvent()
1531 Point aRelMousePos( pFocusWindow->OutputToScreenPixel( in ImplHandleWheelEvent()
/trunk/main/cui/source/options/
H A Dreadonlyimage.cxx56 Rectangle aScreenRect( OutputToScreenPixel( aLogicPix.TopLeft() ), in RequestHelp()
57 OutputToScreenPixel( aLogicPix.BottomRight() ) ); in RequestHelp()
/trunk/main/sw/source/ui/envelp/
H A Dsyncbtn.cxx63 pWindow->SetPosPixel(rEditWin.OutputToScreenPixel(Point(0, 0))); in SFX_IMPL_FLOATINGWINDOW()
66 pWindow->SetPosPixel(_pParent->OutputToScreenPixel(Point(0, 0))); in SFX_IMPL_FLOATINGWINDOW()
/trunk/main/svx/source/form/
H A Dfmpage.cxx256 Point aPt = pWindow->OutputToScreenPixel( aItemRect.TopLeft() ); in RequestHelp()
259 aPt = pWindow->OutputToScreenPixel( aItemRect.BottomRight() ); in RequestHelp()
/trunk/main/svtools/source/brwbox/
H A Ddatwin.cxx479 aLastMousePos = OutputToScreenPixel( rEvt.GetPosPixel() ); in MouseButtonDown()
496 Point aNewPos = OutputToScreenPixel( rEvt.GetPosPixel() ); in MouseMove()
540 Point aNewPos = OutputToScreenPixel( rEvt.GetPosPixel() ); in IMPL_LINK_INLINE_END()
H A Dbrwbox1.cxx2278 aTopLeft = pDataWin->OutputToScreenPixel( aTopLeft ); in GetFieldRectPixel()
2307 aTopLeft = pDataWin->OutputToScreenPixel( aTopLeft ); in GetRowRectPixel()
2354 Point aDataTopLeft = pDataWin->OutputToScreenPixel( Point(0, 0) ); in GetRowAtYPosPixel()
2355 Point aTopLeft = OutputToScreenPixel( Point(0, 0) ); in GetRowAtYPosPixel()
/trunk/main/vcl/source/app/
H A Dhelp.cxx119 Point aMousePos = pWindow->OutputToScreenPixel( pWindow->GetPointerPosPixel() ); in StartContextHelp()
270 pParent->OutputToScreenPixel( pParent->GetPointerPosPixel() ), &rScreenRect ); in ShowQuickHelp()
308 pParent->OutputToScreenPixel( pParent->GetPointerPosPixel() ), &rScreenRect ); in UpdateTip()
/trunk/main/svtools/source/control/
H A Dtabbar.cxx177 maStartPos = OutputToScreenPixel( rMEvt.GetPosPixel() ); in MouseButtonDown()
194 ImplTrack( OutputToScreenPixel( rTEvt.GetMouseEvent().GetPosPixel() ) ); in Tracking()
1391 Point aPt = OutputToScreenPixel( aItemRect.TopLeft() ); in RequestHelp()
1394 aPt = OutputToScreenPixel( aItemRect.BottomRight() ); in RequestHelp()
1424 Point aPt = OutputToScreenPixel( aItemRect.TopLeft() ); in RequestHelp()
1427 aPt = OutputToScreenPixel( aItemRect.BottomRight() ); in RequestHelp()
H A Dtaskstat.cxx477 Point aPt = OutputToScreenPixel( aItemRect.TopLeft() ); in RequestHelp()
480 aPt = OutputToScreenPixel( aItemRect.BottomRight() ); in RequestHelp()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx1339 Point aPt = OutputToScreenPixel( aItemRect.TopLeft() ); in RequestHelp()
1342 aPt = OutputToScreenPixel( aItemRect.BottomRight() ); in RequestHelp()
1371 Point aPt = OutputToScreenPixel( aItemRect.TopLeft() ); in RequestHelp()
1374 aPt = OutputToScreenPixel( aItemRect.BottomRight() ); in RequestHelp()
1396 Point aPt = OutputToScreenPixel( aItemRect.TopLeft() ); in RequestHelp()
1399 aPt = OutputToScreenPixel( aItemRect.BottomRight() ); in RequestHelp()
H A Dspinfld.cxx106 … aClipRect.SetPos( pBorder->ScreenToOutputPixel(pWin->OutputToScreenPixel(aClipRect.TopLeft())) ); in ImplDrawNativeSpinfield()
728 aPoint = pBorder->ScreenToOutputPixel( pWin->OutputToScreenPixel( aPoint ) ); in ImplCalcButtonAreas()
781 aPoint = pBorder->ScreenToOutputPixel( OutputToScreenPixel( aPoint ) ); in Resize()
/trunk/main/reportdesign/source/ui/report/
H A DStartMarker.cxx293 Point aPt = OutputToScreenPixel( aItemRect.TopLeft() ); in RequestHelp()
296 aPt = OutputToScreenPixel( aItemRect.BottomRight() ); in RequestHelp()
/trunk/main/dbaccess/source/ui/control/
H A Dopendoccontrols.cxx350 OutputToScreenPixel( aItemRect.TopLeft() ), in RequestHelp()
351 OutputToScreenPixel( aItemRect.BottomRight() ) ); in RequestHelp()
/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx380 Rectangle aScreenRect(OutputToScreenPixel(aPixRect.TopLeft()), in RequestHelp()
381 OutputToScreenPixel(aPixRect.BottomRight())); in RequestHelp()
/trunk/main/sfx2/source/dialog/
H A Dsplitwin.cxx1078 Point aPos = pEmptyWin->GetParent()->OutputToScreenPixel( pEmptyWin->GetPosPixel() ); in CursorIsOverRect()
1107 if ( aRect.IsInside( OutputToScreenPixel( ((Window*)this)->GetPointerPosPixel() ) ) ) in CursorIsOverRect()
1158 aPos = GetParent()->OutputToScreenPixel( aPos ); in SetPinned_Impl()
/trunk/main/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx442 Rectangle aScreenRect( OutputToScreenPixel( aLogicPix.TopLeft() ), in RequestHelp()
443 OutputToScreenPixel( aLogicPix.BottomRight() ) ); in RequestHelp()
/trunk/main/svx/source/accessibility/
H A Dsvxrectctaccessiblecontext.cxx314 …Rectangle aBoundingBoxOnScreen( mpRepr->OutputToScreenPixel( aFocusRect.TopLeft() ), aFocusRect.G… in getAccessibleChild()
820 …return Rectangle( mpRepr->GetParent()->OutputToScreenPixel( mpRepr->GetPosPixel() ), mpRepr->GetSi… in GetBoundingBoxOnScreen()
1297 return Rectangle( mrParentWindow.OutputToScreenPixel( aRect.TopLeft() ), aRect.GetSize() ); in GetBoundingBoxOnScreen()
/trunk/main/sw/source/ui/dbui/
H A Dmailmergechildwindow.cxx76 pWindow->SetPosPixel(rEditWin.OutputToScreenPixel(Point(0, 0))); in SFX_IMPL_FLOATINGWINDOW()
79 pWindow->SetPosPixel(_pParent->OutputToScreenPixel(Point(0, 0))); in SFX_IMPL_FLOATINGWINDOW()

Completed in 197 milliseconds

12345