Lines Matching refs:GetPosPixel
501 aRect = Rectangle( pWrapper->GetPosPixel(), pWrapper->GetSizePixel() ); in GetPosSizePixel()
775 Point aMousePos = rMEvt.GetPosPixel(); in MouseMove()
807 Point aMousePos = rMEvt.GetPosPixel(); in MouseButtonDown()
814 maTearOffPosition = GetWindow( WINDOW_BORDER )->GetPosPixel(); in MouseButtonDown()
922 …uteScreenToOutputPixel( GetWindow()->OutputToAbsoluteScreenPixel( GetWindow()->GetPosPixel() ) ) ); in ImplStartDocking()
974 Point aMousePos = rTEvt.GetMouseEvent().GetPosPixel(); in Tracking()
1359 maDockPos = GetWindow()->GetPosPixel(); in SetFloatingMode()
1432 maFloatPos = mpFloatWin->GetPosPixel(); in SetFloatingMode()
1504 Point ImplDockingWindowWrapper::GetPosPixel() const in GetPosPixel() function in ImplDockingWindowWrapper
1507 return mpFloatWin->GetPosPixel(); in GetPosPixel()
1509 return mpDockingWindow->GetPosPixel(); in GetPosPixel()