Home
last modified time | relevance | path

Searched refs:GetPosPixel (Results 151 – 175 of 436) sorted by relevance

12345678910>>...18

/aoo42x/main/svx/source/dialog/
H A Dcharmap.cxx76 aOrigPos = GetPosPixel(); in SvxShowCharSet()
138 int nIndex = PixelToMapIndex( rMEvt.GetPosPixel() ); in MouseButtonDown()
155 if ( Rectangle(Point(), GetOutputSize()).IsInside(rMEvt.GetPosPixel())) in MouseButtonUp()
168 Point aPos = rMEvt.GetPosPixel(); in MouseMove()
H A Dgraphctl.cxx722 const Point aLogPt( PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown()
766 const Point aLogPos( PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseMove()
812 SetPointer( pView->GetPreferedPointer( PixelToLogic( rMEvt.GetPosPixel() ), this ) ); in MouseButtonUp()
H A Ddlgctl3d.cxx581 maActionStartPoint = rMEvt.GetPosPixel(); in MouseButtonDown()
588 TrySelection(rMEvt.GetPosPixel()); in MouseButtonDown()
637 TrySelection(rMEvt.GetPosPixel()); in Tracking()
644 Point aDeltaPos = rMEvt.GetPosPixel() - maActionStartPoint; in Tracking()
/aoo42x/main/sd/source/ui/func/
H A Dfudraw.cxx124 aMDPos = mpWindow->PixelToLogic( rMEvt.GetPosPixel() ); in MouseButtonDown()
250 Point aPos = mpWindow->PixelToLogic( rMEvt.GetPosPixel() ); in MouseMove()
373 if ( !aOutputArea.IsInside(rMEvt.GetPosPixel()) ) in MouseButtonUp()
605 aPnt = mpWindow->PixelToLogic(pMEvt->GetPosPixel()); in ForcePointer()
H A Dfuconarc.cxx130 Point aPnt( mpWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown()
175 Point aPnt( mpWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonUp()
/aoo42x/main/sc/source/ui/view/
H A Dolinewin.cxx945 if ( ButtonHit( rMEvt.GetPosPixel(), nLevel, nEntry ) ) in MouseMove()
960 if ( ButtonHit( rMEvt.GetPosPixel(), nLevel, nEntry ) ) in MouseButtonUp()
969 bool bHit = ButtonHit( rMEvt.GetPosPixel(), nLevel, nEntry ); in MouseButtonDown()
974 bHit = LineHit( rMEvt.GetPosPixel(), nLevel, nEntry ); in MouseButtonDown()
/aoo42x/main/avmedia/source/gstreamer/
H A Dgstwindow.cxx78 … aTransformedEvent( GetParent()->ScreenToOutputPixel( OutputToScreenPixel( rMEvt.GetPosPixel() ) ), in MouseMove()
89 … aTransformedEvent( GetParent()->ScreenToOutputPixel( OutputToScreenPixel( rMEvt.GetPosPixel() ) ), in MouseButtonDown()
100 … aTransformedEvent( GetParent()->ScreenToOutputPixel( OutputToScreenPixel( rMEvt.GetPosPixel() ) ), in MouseButtonUp()
/aoo42x/main/dbaccess/source/ui/dlg/
H A Dgeneralpage.cxx124 …const long nOffset = m_aRB_OpenDocument.GetPosPixel().Y() - m_aRB_CreateDatabase.GetPosPixel().Y(); in OGeneralPage()
127 Point aPos( pWindowsToMove[i]->GetPosPixel() ); in OGeneralPage()
/aoo42x/main/svx/source/svdraw/
H A Dsvdedxv.cxx1254 (Point&)(rMEvt.GetPosPixel())+=aPvOfs+aObjOfs; in AddTextEditOfs()
1300 Point aPt(rMEvt.GetPosPixel()); in MouseButtonDown()
1306 Point aPixPos(rMEvt.GetPosPixel()); in MouseButtonDown()
1332 Point aPt(rMEvt.GetPosPixel()); in MouseButtonUp()
1338 Point aPixPos(rMEvt.GetPosPixel()); in MouseButtonUp()
1364 Point aPt(rMEvt.GetPosPixel()); in MouseMove()
1370 Point aPixPos(rMEvt.GetPosPixel()); in MouseMove()
/aoo42x/main/sw/source/ui/ribbar/
H A Dinputwin.cxx126 Point aPosPos = aPos.GetPosPixel(); in SFX_IMPL_POS_CHILDWINDOW()
127 Point aEditPos = aEdit.GetPosPixel(); in SFX_IMPL_POS_CHILDWINDOW()
201 long nLeft = aEdit.GetPosPixel().X(); in Resize()
/aoo42x/main/uui/source/
H A Dnewerverwarn.cxx182 Point aNewPos = m_aUpdateBtn.GetPosPixel(); in InitButtonWidth()
187 aNewPos = m_aLaterBtn.GetPosPixel(); in InitButtonWidth()
/aoo42x/main/vcl/source/window/
H A Ddockingarea.cxx180 Point aPos = pChild->GetPosPixel(); in Paint()
203 Point aPos = pChild->GetPosPixel(); in Paint()
H A Dbrdwin.cxx329 Point aMousePos = rMEvt.GetPosPixel(); in ImplMouseMove()
370 pData->maMouseOff = rMEvt.GetPosPixel(); in ImplMouseButtonDown()
426 Point aPos = pBorderWindow->GetPosPixel(); in ImplMouseButtonDown()
642 Point aMousePos = rTEvt.GetMouseEvent().GetPosPixel(); in ImplTracking()
802 Point aPos = pBorderWindow->GetPosPixel(); in ImplTracking()
820 Point aOldPos = pBorderWindow->GetPosPixel(); in ImplTracking()
1180 Point aPos( mpBorderWindow->GetPosPixel() ); in Init()
H A Dwinproc.cxx832 … ImplHandleMouseHelpRequest( pChild, pChild->OutputToScreenPixel( aMEvt.GetPosPixel() ) ); in ImplHandleMouseEvent()
2386 aSalMouseEvent.mnX = pMouseEvt->GetPosPixel().X(); in ImplWindowFrameProc()
2387 aSalMouseEvent.mnY = pMouseEvt->GetPosPixel().Y(); in ImplWindowFrameProc()
2406 aSalMouseEvent.mnX = pMouseEvt->GetPosPixel().X(); in ImplWindowFrameProc()
2407 aSalMouseEvent.mnY = pMouseEvt->GetPosPixel().Y(); in ImplWindowFrameProc()
2423 aSalMouseEvent.mnX = pMouseEvt->GetPosPixel().X(); in ImplWindowFrameProc()
2424 aSalMouseEvent.mnY = pMouseEvt->GetPosPixel().Y(); in ImplWindowFrameProc()
/aoo42x/main/sc/source/ui/drawfunc/
H A Dfuconrec.cxx81 Point aPos( pWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown()
125 Point aPnt( pWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonUp()
H A Dfuconcustomshape.cxx82 Point aPnt( pWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonDown()
132 Point aPnt( pWindow->PixelToLogic( rMEvt.GetPosPixel() ) ); in MouseButtonUp()
/aoo42x/main/svx/source/accessibility/
H A DAccessibleFrameSelector.cxx370 aPos = mpFrameSel->GetPosPixel(); in getBounds()
395 aPos = mpFrameSel->GetPosPixel(); in getLocation()
415 aPos = mpFrameSel->GetPosPixel(); in getLocationOnScreen()
/aoo42x/main/dbaccess/source/ui/control/
H A DRelationControl.cxx701 _pTableSeparator->SetPosPixel(Point(0,m_aFL_InvolvedFields.GetPosPixel().Y())); in lateUIInit()
703 aDlgPoint.Y() = _pTableSeparator->GetPosPixel().Y() + aSize.Height(); in lateUIInit()
704 … m_aFL_InvolvedFields.SetPosPixel(Point(m_aFL_InvolvedFields.GetPosPixel().X(),aDlgPoint.Y())); in lateUIInit()
/aoo42x/main/sc/source/ui/dbgui/
H A Dcsvruler.cxx408 sal_Int32 nPos = GetPosFromX( rMEvt.GetPosPixel().X() ); in MouseButtonDown()
420 sal_Int32 nPos = GetPosFromX( rMEvt.GetPosPixel().X() ); in MouseMove()
431 if( !IsVisibleSplitPos( nPos ) || !aRect.IsInside( rMEvt.GetPosPixel() ) ) in MouseMove()
/aoo42x/main/sc/source/ui/pagedlg/
H A Dscuitphfedit.cxx154 Point pt1 = aWndLeft.GetPosPixel(); in ScHFEditPage()
155 Point pt2 = aWndRight.GetPosPixel(); in ScHFEditPage()
159 pt1 = aFtLeft.GetPosPixel(); in ScHFEditPage()
160 pt2 = aFtRight.GetPosPixel(); in ScHFEditPage()
/aoo42x/main/sfx2/source/view/
H A Duserinputinterception.cxx118 rEvent.X = rEvt.GetPosPixel().X(); in lcl_initMouseEvent()
119 rEvent.Y = rEvt.GetPosPixel().Y(); in lcl_initMouseEvent()
/aoo42x/main/cui/source/tabpages/
H A Dbackgrnd.cxx660 Point aPos(aBorderWin.GetPosPixel()); in Reset()
664 aPos = pPreviewWin1->GetPosPixel(); in Reset()
1228 const Point aCurrentPosContainer(aBorderWin.GetPosPixel()); in FillColorValueSets_Impl()
1953 Point aRectPos(aWndPosition.GetPosPixel()); in EnableTransparency()
1954 Point aFLPos(aGraphTransFL.GetPosPixel()); in EnableTransparency()
/aoo42x/main/cui/source/dialogs/
H A DSpellDialog.cxx461 sal_Int32 nDiff = pThis->aBackgroundGB.GetPosPixel().Y() + aBackSize.Height() in IMPL_STATIC_LINK()
462 - pThis->aCheckGrammarCB.GetPosPixel().Y(); in IMPL_STATIC_LINK()
469 Point aPos = aButtons[nButton]->GetPosPixel(); in IMPL_STATIC_LINK()
521 Point aPos = aControls[nControl]->GetPosPixel(); in IMPL_STATIC_LINK()
1112 Rectangle aRect(aBackgroundGB.GetPosPixel(), aBackgroundGB.GetSizePixel()); in Paint()
2172 Help::ShowBalloon( this, GetPosPixel(), m_sExplanation ); in RequestHelp()
/aoo42x/main/sc/source/ui/optdlg/
H A Dtpcalc.cxx116 const Point aPos = aFtPrec.GetPosPixel(); in Init()
122 nNewX - a6Size.Width() - aBtnGeneralPrec.GetPosPixel().X(), in Init()
/aoo42x/main/dbaccess/source/ui/querydesign/
H A Dquerycontainerwindow.cxx135 Point aSplitPos = m_pSplitter->GetPosPixel(); in resizeAll()
178 …m_pSplitter->SetPosPixel( Point( m_pSplitter->GetPosPixel().X(),m_pSplitter->GetSplitPosPixel() ) …

Completed in 130 milliseconds

12345678910>>...18