| /aoo41x/main/svx/source/svdraw/ | 
| H A D | svdorect.cxx | 160 	if (aGeo.nShearWink!=0) ShearXPoly(aXPoly,aRect.TopLeft(),aGeo.nTan);  in ImpCalcXPoly()222 			Point aRef(rRect.TopLeft());  in TakeUnrotatedSnapRect()
 224 			Point aTmpPt(rRect.TopLeft());  in TakeUnrotatedSnapRect()
 226 			aTmpPt-=rRect.TopLeft();  in TakeUnrotatedSnapRect()
 345             aPnt=aRect.TopLeft();  in GetHdl()
 364             ShearPoint(aPnt,aRect.TopLeft(),aGeo.nTan);  in GetHdl()
 369             RotatePoint(aPnt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos);  in GetHdl()
 411             RotatePoint(aPt,aRect.TopLeft(),-aGeo.nSin,aGeo.nCos);  in applySpecialDrag()
 449 			    RotatePoint(aPt, aRect.TopLeft(), -aGeo.nSin, aGeo.nCos);  in getSpecialDragComment()
 549 	if (aGeo.nShearWink!=0) ShearPoint(aPt,aRect.TopLeft(),aGeo.nTan);  in GetVertexGluePoint()
 [all …]
 
 | 
| H A D | svdotxdr.cxx | 65 		case 0: aPnt=aRect.TopLeft();      eKind=HDL_UPLFT; break; // Oben links  in GetHdl()74 	if (aGeo.nShearWink!=0) ShearPoint(aPnt,aRect.TopLeft(),aGeo.nTan);  in GetHdl()
 75 	if (aGeo.nDrehWink!=0) RotatePoint(aPnt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos);  in GetHdl()
 101 	if (aGeo.nDrehWink!=0) RotatePoint(aPos,aTmpRect.TopLeft(),-aGeo.nSin,aGeo.nCos);  in ImpDragCalcRect()
 103 	if (aGeo.nShearWink!=0) ShearPoint(aPos,aTmpRect.TopLeft(),-aGeo.nTan);  in ImpDragCalcRect()
 172     if(aNewRect.TopLeft() != aRect.TopLeft() && (aGeo.nDrehWink || aGeo.nShearWink))  in applySpecialDrag()
 174 		Point aNewPos(aNewRect.TopLeft());  in applySpecialDrag()
 177             ShearPoint(aNewPos,aRect.TopLeft(),aGeo.nTan);  in applySpecialDrag()
 180             RotatePoint(aNewPos,aRect.TopLeft(),aGeo.nSin,aGeo.nCos);  in applySpecialDrag()
 
 | 
| H A D | svdocirc.cxx | 425             aPnt = aRect.TopLeft();  in GetHdl()460         ShearPoint(aPnt,aRect.TopLeft(),aGeo.nTan);  in GetHdl()
 515             ShearPoint(aPt,aRect.TopLeft(),-aGeo.nTan);  in applySpecialDrag()
 903 			RotatePoint(aTmpPt1,aRect.TopLeft(),aGeo.nSin,aGeo.nCos);  in NbcMirror()
 907 			ShearPoint(aTmpPt1,aRect.TopLeft(),aGeo.nTan);  in NbcMirror()
 908 			ShearPoint(aTmpPt2,aRect.TopLeft(),aGeo.nTan);  in NbcMirror()
 1001 			Point aDst(rRect.TopLeft());  in TakeUnrotatedSnapRect()
 1002 			aDst-=aRect.TopLeft();  in TakeUnrotatedSnapRect()
 1012 			Point aRef(rRect.TopLeft());  in TakeUnrotatedSnapRect()
 1014 			Point aTmpPt(rRect.TopLeft());  in TakeUnrotatedSnapRect()
 [all …]
 
 | 
| H A D | svdotext.cxx | 811 	Point aRotateRef(aAnkRect.TopLeft());  in TakeTextAnchorRect()828 		Point aTmpPt(aAnkRect.TopLeft());  in TakeTextAnchorRect()
 830 		aTmpPt-=aAnkRect.TopLeft();  in TakeTextAnchorRect()
 948 	Point aTextPos(aAnkRect.TopLeft());  in TakeTextRect()
 997 		RotatePoint(aTextPos,aAnkRect.TopLeft(),aGeo.nSin,aGeo.nCos);  in TakeTextRect()
 1273 	if (aGeo.nShearWink!=0) ShearPoly(aPol,aRect.TopLeft(),aGeo.nTan);  in TakeXorPoly()
 1301 		if (aGeo.nDrehWink!=0) RotatePoly(aPol,aR.TopLeft(),aGeo.nSin,aGeo.nCos);  in TakeContour()
 1313 		if (aGeo.nShearWink!=0) ShearPoly(aPol,aRect.TopLeft(),aGeo.nTan);  in RecalcSnapRect()
 1330 		case 0: aP=aRect.TopLeft(); break;  in GetSnapPoint()
 1336 	if (aGeo.nShearWink!=0) ShearPoint(aP,aRect.TopLeft(),aGeo.nTan);  in GetSnapPoint()
 [all …]
 
 | 
| H A D | svdoashp.cxx | 1927 	SdrTextObj::NbcRotate( aRect.TopLeft(), nW,						// applying text rotation  in NbcRotate()2042 	if (aGeo.nShearWink!=0) ShearPoint(aPt,aRect.TopLeft(),aGeo.nTan);  in GetVertexGluePoint()
 2043 	if (aGeo.nDrehWink!=0) RotatePoint(aPt,aRect.TopLeft(),aGeo.nSin,aGeo.nCos);  in GetVertexGluePoint()
 2280 	if ( aNewRect.TopLeft()!= pObj->aRect.TopLeft() &&  in DragResizeCustomShape()
 2283 		Point aNewPos( aNewRect.TopLeft() );  in DragResizeCustomShape()
 2741 					Point aD1(rR.TopLeft());  in AdjustTextFrameWidthAndHeight()
 2742 					aD1-=aR0.TopLeft();  in AdjustTextFrameWidthAndHeight()
 2866 		aCenter-=aViewInit.TopLeft();  in TakeTextEditArea()
 2970 			Point aP( rAnchorRect.TopLeft() );  in TakeTextAnchorRect()
 3051 	Point aTextPos(aAnkRect.TopLeft());  in TakeTextRect()
 [all …]
 
 | 
| /aoo41x/main/svtools/source/hatchwindow/ | 
| H A D | ipwin.cxx | 57 	aRects[ 0 ] = Rectangle( aOuter.TopLeft(), aBorder );  in FillHandleRectsPixel()202 		aRect.SetPos( pWin->PixelToLogic( aRect.TopLeft() ) );  in SelectMove()
 222 			aPos = aRect.TopLeft() - aOuter.TopLeft();  in GetTrackPosPixel()
 246 			aPos = aRect.TopLeft() - aOuter.TopLeft();  in GetTrackPosPixel()
 298 				aTrackRect.SetPos( aTrackRect.TopLeft() + aDiff );  in GetTrackRectPixel()
 541 		aRect.SetPos( aRect.TopLeft() + aDiff );  in MouseMove()
 545 		aRect.SetPos( aRect.TopLeft() - aDiff );  in MouseMove()
 563 		aRect.SetPos( aRect.TopLeft() + aDiff );  in MouseButtonUp()
 
 | 
| /aoo41x/main/svx/source/dialog/ | 
| H A D | svxbmpnumvalueset.cxx | 181 	Point aBLPos = aRect.TopLeft();  in UserDraw()235 	pDev->DrawOutDev(	aRect.TopLeft(), aRectSize,  in UserDraw()
 236 						aOrgRect.TopLeft(), aRectSize,  in UserDraw()
 286         long nStartX = aOrgRect.TopLeft().X();  in UserDraw()
 287 		long nStartY = aOrgRect.TopLeft().Y();  in UserDraw()
 412 		pDev->DrawOutDev(	aRect.TopLeft(), aRectSize,  in UserDraw()
 413 							aOrgRect.TopLeft(), aRectSize,  in UserDraw()
 531 	Point aBLPos = aRect.TopLeft();  in UserDraw()
 
 | 
| /aoo41x/main/drawinglayer/source/processor2d/ | 
| H A D | vclhelperbufferdevice.cxx | 249 …mpContent->DrawOutDev(aEmptyPoint, maDestPixel.GetSize(), maDestPixel.TopLeft(), maDestPixel.GetSi…  in impBufferDevice()256                 const Point aLogicTopLeft(mrOutDev.PixelToLogic(maDestPixel.TopLeft()));  in impBufferDevice()
 315                 mrOutDev.DrawBitmapEx(maDestPixel.TopLeft(), BitmapEx(aContent, aAlphaMask));  in paint()
 328                 mrOutDev.DrawBitmapEx(maDestPixel.TopLeft(), BitmapEx(aContent, aMask));  in paint()
 334                 mrOutDev.DrawBitmapEx(maDestPixel.TopLeft(), BitmapEx(aContent, aAlphaMask));  in paint()
 338                 mrOutDev.DrawBitmap(maDestPixel.TopLeft(), aContent);  in paint()
 
 | 
| /aoo41x/main/sd/source/ui/docshell/ | 
| H A D | sdclient.cxx | 111 		aObjRect.SetPos( aOldRect.TopLeft() );  in RequestNewObjectArea()120 		Point aPos = aObjRect.TopLeft();  in RequestNewObjectArea()
 122 		Point aWorkAreaTL = aWorkArea.TopLeft();  in RequestNewObjectArea()
 198                 pSdrOle2Obj->SetLogicRect( Rectangle( aLogicRect.TopLeft(), aLogicSize ) );  in ViewChanged()
 221                 pSdrOle2Obj->SetLogicRect( Rectangle( aLogicRect.TopLeft(), aScaledSize ) );  in ViewChanged()
 
 | 
| /aoo41x/main/vcl/source/gdi/ | 
| H A D | outdev6.cxx | 386 				Rectangle aRect( aPolyRect.TopLeft(), Size( aPolyRect.GetWidth(), nBaseExtent ) );  in DrawTransparent()484                         Bitmap				aPaint( GetBitmap( aDstRect.TopLeft(), aDstSz ) );  in DrawTransparent()
 593                             DrawBitmap( aDstRect.TopLeft(), aPaint );  in DrawTransparent()
 693 					const Point aOutPos(PixelToLogic(aDstRect.TopLeft()));  in DrawTransparent()
 708 						aDstRect.TopLeft(), pVDev->GetOutputSizePixel(), // source  in DrawTransparent()
 730 					DrawBitmapEx(aDstRect.TopLeft(), BitmapEx(aPaint, aAlpha));  in DrawTransparent()
 738 					Point		aOutPos( PixelToLogic( aDstRect.TopLeft() ) );  in DrawTransparent()
 778 					DrawBitmapEx( aDstRect.TopLeft(), BitmapEx( aPaint, aAlpha ) );  in DrawTransparent()
 875 		aPos = aBound.TopLeft();  in ImplDrawBitmapWallpaper()
 1190 	DrawRect( Rectangle( rRect.TopLeft(), Point( rRect.Left(), rRect.Bottom()-1 ) ) );  in ImplDraw2ColorFrame()
 [all …]
 
 | 
| H A D | outdev4.cxx | 256         aPoly[0] = aBorderRect.TopLeft();  in ImplDrawLinearGradient()270             aPoly[0] = aBorderRect.TopLeft();  in ImplDrawLinearGradient()
 342         aPoly[0] = aRect.TopLeft();  in ImplDrawLinearGradient()
 355             aPoly[0] = aMirrorRect.TopLeft();  in ImplDrawLinearGradient()
 379         aPoly[0] = aRect.TopLeft();  in ImplDrawLinearGradient()
 987 					DrawOutDev( aDstRect.TopLeft(), aDstSize, Point(), aDstSize, *pVDev );  in DrawGradient()
 1234 	aRef = ( !IsRefPoint() ? rRect.TopLeft() : GetRefPoint() );  in ImplCalcHatchValues()
 1239 		rPt1 = rRect.TopLeft();  in ImplCalcHatchValues()
 1254 		rPt1 = rRect.TopLeft();  in ImplCalcHatchValues()
 1277 			rPt1 = rRect.TopLeft();  in ImplCalcHatchValues()
 [all …]
 
 | 
| /aoo41x/main/vcl/source/window/ | 
| H A D | floatwin.cxx | 259     normRect.SetPos( pW->ScreenToOutputPixel( normRect.TopLeft() ) );  in ImplCalcPos()263     Rectangle devRect(  pW->OutputToAbsoluteScreenPixel( normRect.TopLeft() ),   in ImplCalcPos()
 339                     e1 = devRect.TopLeft();  in ImplCalcPos()
 379                     e1 = devRect.TopLeft();  in ImplCalcPos()
 477         aAbsolute = aRect.TopLeft();  in ImplFloatHitTest()
 693         maFloatRect.SetPos( GetParent()->ScreenToOutputPixel( rRect.TopLeft() ) );  in StartPopupMode()
 697 … GetParent()->OutputToAbsoluteScreenPixel( GetParent()->ScreenToOutputPixel( rRect.TopLeft() ) ) );  in StartPopupMode()
 741 …GetParent()->AbsoluteScreenToOutputPixel( pBox->OutputToAbsoluteScreenPixel( aRect.TopLeft() ) ) );  in StartPopupMode()
 
 | 
| /aoo41x/main/sfx2/source/doc/ | 
| H A D | graphhelp.cxx | 251 			aVDev.DrawBitmapEx( aOverlayRect.TopLeft(), aOverlayRect.GetSize(), rOverlay );  in mergeBitmaps_Impl()261 				Bitmap aOverlayMergeBmp( aVDev.GetBitmap( aOverlayRect.TopLeft(), aOverlayRect.GetSize() ) );  in mergeBitmaps_Impl()
 264 					aVDev.DrawBitmap( aOverlayRect.TopLeft(), aOverlayRect.GetSize(), rOverlay.GetMask() );  in mergeBitmaps_Impl()
 272 …aOverlayMergeBmp.CombineSimple( aVDev.GetBitmap( aOverlayRect.TopLeft(), aOverlayRect.GetSize() ),…  in mergeBitmaps_Impl()
 273 				aVDev.DrawBitmap( aOverlayRect.TopLeft(), aOverlayRect.GetSize(), aOverlayMergeBmp );  in mergeBitmaps_Impl()
 361 			aVDev.DrawBitmapEx( aOverlayRect.TopLeft(), aOverlayRect.GetSize(), *pOverlay );  in createThumb_Impl()
 
 | 
| /aoo41x/main/sw/source/ui/uiview/ | 
| H A D | viewport.cxx | 233 	const Point aTopLeft(	  AlignToPixel( rRect.TopLeft() ));  in SetVisArea()340 	if ( aPt == aVisArea.TopLeft() )  in SetVisArea()
 492 		Point aPt( aVisArea.TopLeft() );  in Scroll()
 496 		CalcPt( &aPt, Rectangle( rRect.TopLeft(), aSize ),  in Scroll()
 514 		Point aPt( aVisArea.TopLeft() );  in Scroll()
 532 	Point aPnt( aVisArea.TopLeft() );  in Scroll()
 598 	Point aPos(aVisArea.TopLeft());  in PageUp()
 610 	Point aPos( aVisArea.TopLeft() );  in PageDown()
 723             Point aPos( aVisArea.TopLeft() );  in IMPL_LINK()
 791 		Point aPos( aVisArea.TopLeft() );  in IMPL_LINK()
 [all …]
 
 | 
| /aoo41x/main/sd/source/ui/view/ | 
| H A D | drviews3.cxx | 528 				aRect.SetPos(aRect.TopLeft() + aPagePos);  in ExecRuler()531 				aRect.SetPos(aRect.TopLeft() - aPagePos);  in ExecRuler()
 585 				aRect.SetPos(aRect.TopLeft() + aPagePos);  in ExecRuler()
 588 				aRect.SetPos(aRect.TopLeft() - aPagePos);  in ExecRuler()
 639 			aRect.SetPos(aRect.TopLeft() + aPagePos);  in ExecRuler()
 654 			aRect.SetPos(aRect.TopLeft() - aPagePos);  in ExecRuler()
 874 					Point aPos( aPagePos + maMarkRect.TopLeft() );  in GetRulerState()
 923 				aResizeRect.SetPos(aResizeRect.TopLeft() + aPagePos);  in GetRulerState()
 
 | 
| /aoo41x/main/accessibility/source/extended/ | 
| H A D | AccessibleGridControlHeader.cxx | 242 		return Rectangle(aGridRect.TopLeft(), Size(aGridRect.getWidth(),aHeaderRect.getHeight()));  in implGetBoundingBox()244 		return Rectangle(aGridRect.TopLeft(), Size(aHeaderRect.getWidth(),aGridRect.getHeight()));  in implGetBoundingBox()
 253 		return Rectangle(aGridRect.TopLeft(), Size(aGridRect.getWidth(),aHeaderRect.getHeight()));  in implGetBoundingBoxOnScreen()
 255 		return Rectangle(aGridRect.TopLeft(), Size(aHeaderRect.getWidth(),aGridRect.getHeight()));  in implGetBoundingBoxOnScreen()
 
 | 
| /aoo41x/main/sfx2/source/dialog/ | 
| H A D | dockwin.cxx | 763 				aPos = aInnerRect.TopLeft();  in Docking()1399 	Point aPos = aDockingRect.TopLeft();  in CalcAlignment()
 1571         	rRect.SetPos( aDockingRect.TopLeft() );  in CalcAlignment()
 1577 		Point aPoint = aDockingRect.TopLeft();  in CalcAlignment()
 1588             		aPoint = aInnerRect.TopLeft();  in CalcAlignment()
 1612             		aPoint = aInnerRect.TopLeft();  in CalcAlignment()
 1642         		    aDockingRect.SetPos( aInnerRect.TopLeft() );  in CalcAlignment()
 1659             		aDockingRect.SetPos( aInnerRect.TopLeft() );  in CalcAlignment()
 1802 			DrawLine(aRect.TopLeft(), aRect.TopRight());  in Paint()
 1816 			DrawLine(aRect.TopLeft(), aRect.BottomLeft());  in Paint()
 
 | 
| /aoo41x/main/vcl/workben/ | 
| H A D | outdevgrind.cxx | 314             aRect2.TopLeft(), aRect2.GetSize(),  in setupMethodStubs()315             aRect.TopLeft(),  aRect.GetSize()));  in setupMethodStubs()
 329             aRect2.TopLeft(), aRect2.GetSize(),  in setupMethodStubs()
 330             aRect.TopLeft(),  aRect.GetSize(),  in setupMethodStubs()
 345             aRect2.TopLeft(), aRect2.GetSize(),  in setupMethodStubs()
 346             aRect.TopLeft(),  aRect.GetSize(),  in setupMethodStubs()
 
 | 
| /aoo41x/main/accessibility/source/standard/ | 
| H A D | vclxaccessiblelistitem.cxx | 361 		aRect.Move(-aRect.TopLeft().X(),-aRect.TopLeft().Y());  in containsPoint()393 		aPoint = aRect.TopLeft();  in getLocation()
 407 		aPoint = aRect.TopLeft();  in getLocationOnScreen()
 408 		aPoint += m_pListBoxHelper->GetWindowExtentsRelative( NULL ).TopLeft();  in getLocationOnScreen()
 508 		aPnt += aItemRect.TopLeft();  in getIndexAtPoint()
 
 | 
| /aoo41x/main/drawinglayer/source/primitive2d/ | 
| H A D | graphicprimitivehelper2d.cxx | 317                         const Point aOrigin(aRectangle.TopLeft());  in create2DDecompositionOfGraphic()513 							aOut.DrawArc(aRectangle, aRectangle.TopLeft(), aRectangle.BottomCenter());  in create2DDecompositionOfGraphic()
 520 							aOut.DrawPie(aRectangle, aRectangle.TopLeft(), aRectangle.BottomCenter());  in create2DDecompositionOfGraphic()
 527 							aOut.DrawChord(aRectangle, aRectangle.TopLeft(), aRectangle.BottomCenter());  in create2DDecompositionOfGraphic()
 637 							aOut.DrawBitmapEx(aRectangle.TopLeft(), aBitmapEx);  in create2DDecompositionOfGraphic()
 645 							aOut.DrawBitmapEx(aRectangle.TopLeft(), aRectangle.GetSize(), aBitmapEx);  in create2DDecompositionOfGraphic()
 655 								aRectangle.TopLeft(),   in create2DDecompositionOfGraphic()
 
 | 
| /aoo41x/main/svtools/source/contnr/ | 
| H A D | imivctl1.cxx | 1889 		Point aPos( rRect.TopLeft() );  in PaintItem()1934 		rRect.TopLeft(),  in PaintEntryVirtOutDev()
 2068 		if( rPos != aBoundRect.TopLeft() )  in SetEntryPos()
 2071 				pEntry->aGridRect.TopLeft() - pEntry->aRect.TopLeft() );  in SetEntryPos()
 2206 	return pEntry->aRect.TopLeft();  in GetEntryPos()
 2240 	Point aPos( aBound.TopLeft() );  in CalcBmpRect()
 2282 	Point aPos( aBound.TopLeft() );  in CalcTextRect()
 3528 	Point aPos( rCenterRect.TopLeft() );  in AdjustAtGrid()
 3719 	Point aPos( aRect.TopLeft() );  in EditEntry()
 3725 		aRect.TopLeft(),  in EditEntry()
 [all …]
 
 | 
| /aoo41x/main/vcl/source/control/ | 
| H A D | slider.cxx | 412 			DrawLine( aRect.TopLeft(), Point( aRect.Left(), aRect.Bottom()-1 ) );  in ImplDraw()413 			DrawLine( aRect.TopLeft(), aRect.TopRight() );  in ImplDraw()
 417 			DrawLine( aRect.TopLeft(), Point( aRect.Right()-1, aRect.Top() ) );  in ImplDraw()
 418 			DrawLine( aRect.TopLeft(), aRect.BottomLeft() );  in ImplDraw()
 471 				DrawLine( aRect.TopLeft(), Point( aRect.Right()-1, aRect.Top() ) );  in ImplDraw()
 473 				DrawLine( aRect.TopLeft(), Point( aRect.Left(), aRect.Bottom()-1 ) );  in ImplDraw()
 
 | 
| /aoo41x/main/svx/source/sidebar/tools/ | 
| H A D | ValueSetWithTextControl.cxx | 174     const Point aBLPos = aRect.TopLeft();  in UserDraw()303 	Point aBLPos = aRect.TopLeft();  in UserDraw()
 349 		pDev->DrawOutDev(	aRect.TopLeft(), aRectSize,  in UserDraw()
 350 							aOrgRect.TopLeft(), aRectSize,  in UserDraw()
 426 	Point aBLPos = aRect.TopLeft();	  in UserDraw()
 
 | 
| /aoo41x/main/sw/source/core/frmedt/ | 
| H A D | feshview.cxx | 157 	const Point aOldPos( pDView->GetAllMarkedRect().TopLeft() );  in SelectObj()1337                 aPos = pStartObj->GetSnapRect().TopLeft();  in GetBestObject()
 1405                 aCurPos = pObj->GetCurrentBoundRect().TopLeft();  in GetBestObject()
 1620         Point aTmpPos( rSdrObj.GetSnapRect().TopLeft() );  in ImpEndCreate()
 1862 			aRelNullPt = rBound.TopLeft();  in ImpEndCreate()
 2204 	Point aRet( aRect.TopLeft() );  in GetAnchorObjDiff()
 2225 	return Imp()->GetDrawView()->GetDragStat().GetActionRect().TopLeft();  in GetObjAbsPos()
 2626 			const Point aPt( rBound.TopLeft() );  in CheckUnboundObjects()
 2667 				aRelNullPt = rBound.TopLeft();  in CheckUnboundObjects()
 2970 					aTempPoly.append(basegfx::B2DPoint(aRect.TopLeft().X(), nYMiddle));  in CreateDefaultShape()
 [all …]
 
 | 
| /aoo41x/main/accessibility/inc/accessibility/helper/ | 
| H A D | listboxhelper.hxx | 62 		aRet.Move(aTemp.TopLeft().X(),aTemp.TopLeft().Y());  in GetDropDownPosSizePixel()74 			Point aTopLeft = aTemp.TopLeft();  in GetBoundingRectangle()
 
 |