Home
last modified time | relevance | path

Searched refs:GetPointerPosPixel (Results 1 – 25 of 54) sorted by relevance

123

/trunk/main/sfx2/source/dialog/
H A Dsplitwin.cxx192 aLastPos = GetPointerPosPixel(); in FadeIn()
1013 pEmptyWin->aLastPos = GetPointerPosPixel(); in IMPL_LINK()
1018 if ( GetPointerPosPixel() != pEmptyWin->aLastPos ) in IMPL_LINK()
1022 pEmptyWin->aLastPos = GetPointerPosPixel(); in IMPL_LINK()
1056 pEmptyWin->aLastPos = GetPointerPosPixel(); in IMPL_LINK()
1062 pEmptyWin->aLastPos = GetPointerPosPixel(); in IMPL_LINK()
1107 if ( aRect.IsInside( OutputToScreenPixel( ((Window*)this)->GetPointerPosPixel() ) ) ) in CursorIsOverRect()
/trunk/main/svtools/source/control/
H A Dfixedhyper.cxx72 if ( !rMEvt.IsLeaveWindow() && IsEnabled() && GetPointerPosPixel().X() < m_nTextLen ) in MouseMove()
81 if ( IsEnabled() && GetPointerPosPixel().X() < m_nTextLen ) in MouseButtonUp()
87 if ( IsEnabled() && GetPointerPosPixel().X() < m_nTextLen ) in RequestHelp()
H A Dhyperlabel.cxx146 Point aPoint = GetPointerPosPixel(); in MouseMove()
/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()
710 Point mPos( pHelpWin->GetParent()->ImplGetFrameWindow()->GetPointerPosPixel() ); in ImplSetHelpWindowPos()
/trunk/main/vcl/source/control/
H A Dscrbar.cxx581 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in ImplDrawNative()
622 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in ImplDrawNative()
664 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in ImplDrawNative()
695 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in ImplDrawNative()
1397 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in PreNotify()
H A Dbutton.cxx1164 if ( IsMouseOver() && aInRect.IsInside( GetPointerPosPixel() ) ) in ImplDrawPushButton()
1176 bool bRollOver = (IsMouseOver() && aInRect.IsInside( GetPointerPosPixel() )); in ImplDrawPushButton()
2056 HelpEvent aEvt( pFocusWin->GetPointerPosPixel(), HELPMODE_CONTEXT ); in Click()
2187 if ( IsMouseOver() && maMouseRect.IsInside( GetPointerPosPixel() ) ) in ImplDrawRadioButtonState()
2917 if( ( maMouseRect.IsInside( GetPointerPosPixel()) && in PreNotify()
2920 !maMouseRect.IsInside( GetPointerPosPixel()) ) || in PreNotify()
3364 if ( IsMouseOver() && maMouseRect.IsInside( GetPointerPosPixel() ) ) in ImplDrawCheckBoxState()
3914 if( ( maMouseRect.IsInside( GetPointerPosPixel()) && in PreNotify()
3917 !maMouseRect.IsInside( GetPointerPosPixel()) ) || in PreNotify()
4290 if ( IsMouseOver() && GetMouseRect().IsInside( GetPointerPosPixel() ) ) in ImplDrawCheckBoxState()
H A Dslider.cxx395 if( maThumbRect.IsInside( GetPointerPosPixel() ) ) in ImplDraw()
592 nDelta = ImplSlide( ImplCalcThumbPos( GetPointerPosPixel().X() ), bCallEndSlide ); in ImplDoAction()
H A Dspinfld.cxx50 Point aPointerPos = pWin->GetPointerPosPixel(); in ImplGetSpinbuttonValue()
918 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in PreNotify()
H A Dtabctrl.cxx827 if( IsMouseOver() && pItem->maRect.IsInside( GetPointerPosPixel() ) ) in ImplDrawItem()
833 if( (&(*it) != pItem) && (it->maRect.IsInside( GetPointerPosPixel() ) ) ) in ImplDrawItem()
1535 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in PreNotify()
H A Dspinbtn.cxx519 Rectangle* pRect = ImplFindPartRect( GetPointerPosPixel() ); in PreNotify()
/trunk/main/vcl/source/window/
H A Dscrwnd.cxx123 Point aPos( GetPointerPosPixel() ); in ImplSetRegion()
386 … const Point aMousePos( pWindow->OutputToScreenPixel( pWindow->GetPointerPosPixel() ) ); in IMPL_LINK()
H A Dsplit.cxx547 maDragPos = mpRefWin->GetPointerPosPixel(); in StartDrag()
/trunk/main/sd/source/ui/func/
H A Dfutext.cxx209 MouseEvent aMEvt(mpWindow->GetPointerPosPixel()); in DoExecute()
493 MouseEvent aMEvt( mpWindow->GetPointerPosPixel() ); in MouseButtonDown()
1345 MouseEvent aMEvt(mpWindow->GetPointerPosPixel()); in ReceiveRequest()
H A Dfupoor.cxx234 Point aPnt(mpWindow->GetPointerPosPixel()); in IMPL_LINK_INLINE_START()
1063 Point aPnt(mpWindow->GetPointerPosPixel()); in IMPL_LINK_INLINE_START()
H A Dfudraw.cxx611 aPnt = mpWindow->PixelToLogic(mpWindow->GetPointerPosPixel()); in ForcePointer()
895 MouseEvent aMEvt(mpWindow->GetPointerPosPixel(), 1, 0, MOUSE_LEFT); in RequestHelp()
/trunk/main/svx/source/gallery2/
H A Dgalbrws2.cxx1096 rSelPos = GetPointerPosPixel(); in ImplGetSelectedItemId()
1105 rSelPos = GetPointerPosPixel(); in ImplGetSelectedItemId()
1118 rSelPos = GetPointerPosPixel(); in ImplGetSelectedItemId()
/trunk/main/framework/source/uielement/
H A Dstatusbarmanager.cxx751 const Point aVCLPos = m_pStatusBar->GetPointerPosPixel(); in IMPL_LINK()
774 const Point aVCLPos = m_pStatusBar->GetPointerPosPixel(); in IMPL_LINK()
/trunk/main/sd/source/ui/view/
H A Ddrviews4.cxx261 Point aWPos = GetActiveWindow()->PixelToLogic(GetActiveWindow()->GetPointerPosPixel()); in StartRulerDrag()
370 Point aPos = mpContentWindow->GetPointerPosPixel(); in MouseMove()
/trunk/main/chart2/source/controller/main/
H A DChartWindow.cxx211 Point aLogicHitPos = PixelToLogic( GetPointerPosPixel()); in RequestHelp()
/trunk/main/sw/source/ui/web/
H A Dwview.cxx303 Point aPnt = GetEditWin().GetPointerPosPixel(); in SelectShell()
/trunk/main/sc/source/ui/drawfunc/
H A Dfupoor.cxx166 Point aPosPixel = pWindow->GetPointerPosPixel(); in IMPL_LINK_INLINE_START()
/trunk/main/toolkit/source/awt/
H A Dvclxdialog.cxx262 HelpEvent aEvt( pFocusWin->GetPointerPosPixel(), HELPMODE_CONTEXT ); in endDialog()
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx2655 …uManager::Popup( rResId, rDisp.GetFrame(), pPos ? *pPos : pWindow->GetPointerPosPixel(), pWindow ); in Popup()
2703 …r::ExecutePopup( rResId, rDisp.GetFrame(), pPos ? *pPos : pWindow->GetPointerPosPixel(), pWindow ); in ExecutePopup()
2720 …SfxPopupMenuManager::ExecutePopup( rId, GetFrame(), pPos ? *pPos : pWindow->GetPointerPosPixel(), … in ExecutePopup()
/trunk/main/svx/source/tbxctrls/
H A Dcolrctrl.cxx152 aDragPosPixel = GetPointerPosPixel(); in MouseButtonDown()
/trunk/main/basctl/source/dlged/
H A Ddlgedfunc.cxx40 Point aPos = pWindow->ScreenToOutputPixel( pWindow->GetPointerPosPixel() ); in IMPL_LINK_INLINE_START()

Completed in 128 milliseconds

123