Lines Matching refs:aPos

951 				Point aPos( pItems[i].mnLeft, pItems[i].mnTop );  in ImplCalcSet2()  local
953 pItems[i].mpWindow->SetPosSizePixel( aPos, aSize ); in ImplCalcSet2()
1012 Point aPos = rRect.TopLeft(); in ImplDrawBack() local
1018 aPos.X() = rRect.Left(); in ImplDrawBack()
1021 pWindow->DrawBitmap( aPos, *pBitmap ); in ImplDrawBack()
1022 aPos.X() += aBmpSize.Width(); in ImplDrawBack()
1024 while ( aPos.X() < rRect.Right() ); in ImplDrawBack()
1025 aPos.Y() += aBmpSize.Height(); in ImplDrawBack()
1027 while ( aPos.Y() < rRect.Bottom() ); in ImplDrawBack()
1505 Point aPos = GetPosPixel(); in ImplSetWindowSize() local
1506 aPos.Y() -= nDelta; in ImplSetWindowSize()
1508 SetPosSizePixel( aPos, aSize ); in ImplSetWindowSize()
1518 Point aPos = GetPosPixel(); in ImplSetWindowSize() local
1519 aPos.X() -= nDelta; in ImplSetWindowSize()
1521 SetPosSizePixel( aPos, aSize ); in ImplSetWindowSize()
1557 Point aPos = GetPosPixel(); in CalcLayoutSizePixel() local
1576 aPos.Y() -= nDelta; in CalcLayoutSizePixel()
1585 aPos.X() -= nDelta; in CalcLayoutSizePixel()
2007 Point aPos( aTempRect.Left()+((aTempRect.GetWidth()-aImageSize.Width())/2), in ImplDrawAutoHide() local
2015 DrawImage( aPos, aImage ); in ImplDrawAutoHide()
2482 Point aPos = rMEvt.GetPosPixel(); in MouseMove() local
2486 sal_uInt16 nSplitTest = ImplTestSplit( this, aPos, nTemp, &pTempSplitSet, nTempSplitPos ); in MouseMove()
2495 if ( !aAutoHideRect.IsInside( aPos ) && in MouseMove()
2496 !aFadeInRect.IsInside( aPos ) && in MouseMove()
2497 !aFadeOutRect.IsInside( aPos ) ) in MouseMove()