/aoo41x/main/filter/source/graphicfilter/idxf/ |
H A D | dxfreprd.cxx | 253 DXFVector aP; in CalcBoundingBox() local 254 aP=pE->aP0; in CalcBoundingBox() 257 rBox.Union(aP); in CalcBoundingBox() 258 aP=pE->aP0; in CalcBoundingBox() 261 rBox.Union(aP); in CalcBoundingBox() 266 DXFVector aP; in CalcBoundingBox() local 267 aP=pE->aP0; in CalcBoundingBox() 270 rBox.Union(aP); in CalcBoundingBox() 271 aP=pE->aP0; in CalcBoundingBox() 307 DXFVector aP; in CalcBoundingBox() local [all …]
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdocirc.cxx | 636 Point aP(rStat.GetPoint(2)-aCenter); in SetCreateParams() local 637 if (nWdt==0) aP.X()=0; in SetCreateParams() 638 if (nHgt==0) aP.Y()=0; in SetCreateParams() 640 if (nHgt!=0) aP.Y()=aP.Y()*nWdt/nHgt; in SetCreateParams() 642 if (nWdt!=0) aP.X()=aP.X()*nHgt/nWdt; in SetCreateParams() 644 nStart=NormAngle360(GetAngle(aP)); in SetCreateParams() 659 Point aP(rStat.GetPoint(3)-aCenter); in SetCreateParams() local 661 aP.Y()=BigMulDiv(aP.Y(),nWdt,nHgt); in SetCreateParams() 663 aP.X()=BigMulDiv(aP.X(),nHgt,nWdt); in SetCreateParams() 665 nEnd=NormAngle360(GetAngle(aP)); in SetCreateParams()
|
H A D | svdovirt.cxx | 234 Point aP(pHdl->GetPos()+aAnchor); in GetHdl() local 235 pHdl->SetPos(aP); in GetHdl() 544 Point aP(rRefObj.GetSnapPoint(i)); in GetSnapPoint() local 545 aP+=aAnchor; in GetSnapPoint() 546 return aP; in GetSnapPoint() 566 Point aP(rPnt); in NbcSetPoint() local 567 aP-=aAnchor; in NbcSetPoint() 568 rRefObj.SetPoint(aP,i); in NbcSetPoint()
|
H A D | svdtrans.cxx | 765 Point aP(aVD.PixelToLogic(Point(64,64))); // 64 Pixel fuer bessere Genauigkeit in GetInchOrMM() local 766 return FrPair(6400,aP.X(),6400,aP.Y()); in GetInchOrMM() 771 Point aP(aVD.LogicToPixel(Point(32,32))); // 32 Einheiten fuer bessere Genauigkeit in GetInchOrMM() local 773 aP=aVD.PixelToLogic(aP); in GetInchOrMM() 774 return FrPair(3200,aP.X(),3200,aP.Y()); in GetInchOrMM()
|
H A D | svdotext.cxx | 1328 Point aP; in GetSnapPoint() local 1330 case 0: aP=aRect.TopLeft(); break; in GetSnapPoint() 1331 case 1: aP=aRect.TopRight(); break; in GetSnapPoint() 1332 case 2: aP=aRect.BottomLeft(); break; in GetSnapPoint() 1333 case 3: aP=aRect.BottomRight(); break; in GetSnapPoint() 1334 default: aP=aRect.Center(); break; in GetSnapPoint() 1336 if (aGeo.nShearWink!=0) ShearPoint(aP,aRect.TopLeft(),aGeo.nTan); in GetSnapPoint() 1337 if (aGeo.nDrehWink!=0) RotatePoint(aP,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in GetSnapPoint() 1338 return aP; in GetSnapPoint()
|
H A D | svdotxtr.cxx | 260 Point aP(aRect.TopLeft()); in NbcRotate() local 261 RotatePoint(aP,rRef,sn,cs); in NbcRotate() 262 aRect.Left()=aP.X(); in NbcRotate() 263 aRect.Top()=aP.Y(); in NbcRotate()
|
H A D | svdxcgv.cxx | 93 Point aP(GetViewCenter(pOut)); in GetPastePos() local 98 aP.X()=aSiz.Width()/2; in GetPastePos() 99 aP.Y()=aSiz.Height()/2; in GetPastePos() 101 return aP; in GetPastePos()
|
H A D | svdsnpv.cxx | 399 Point aP(pO->GetSnapPoint(i)); in SnapPos() local 400 dx1=x-aP.X(); in SnapPos() 401 dy1=y-aP.Y(); in SnapPos()
|
/aoo41x/main/chart2/source/view/charttypes/ |
H A D | Splines.cxx | 911 double* aP = new double[m+1]; in CalculateBSplines() local 933 aP[i] = aPointsIn[i].first; in CalculateBSplines() 941 aP[i] = (1 - fFactor)* aP[i-1] + fFactor * aP[i]; in CalculateBSplines() 944 pNewX[nNewIndex] = aP[nLow]; in CalculateBSplines() 949 aP[i] = aPointsIn[i].second; in CalculateBSplines() 957 aP[i] = (1 - fFactor)* aP[i-1] + fFactor * aP[i]; in CalculateBSplines() 960 pNewY[nNewIndex] = aP[nLow]; in CalculateBSplines() 964 delete[] aP; in CalculateBSplines()
|
/aoo41x/main/starmath/source/ |
H A D | toolbox.cxx | 266 Point aP( aToolBoxCat_Delim.GetPosPixel() ); in AdjustPosSize() local 267 aP.X() = 0; in AdjustPosSize() 268 aToolBoxCat_Delim.SetPosPixel( aP ); in AdjustPosSize() 271 aP.Y() += aToolBoxCat_Delim.GetSizePixel().Height(); in AdjustPosSize() 274 vToolBoxCategories[i]->SetPosPixel( aP ); in AdjustPosSize()
|
/aoo41x/main/sw/source/ui/app/ |
H A D | swmodul1.cxx | 470 SvxPostureItem aP( (FontItalic)rAttr.nAttr, RES_CHRATR_POSTURE ); in lcl_FillAuthorAttr() local 471 rSet.Put( aP ); in lcl_FillAuthorAttr() 472 aP.SetWhich( RES_CHRATR_CJK_POSTURE ); in lcl_FillAuthorAttr() 473 rSet.Put( aP ); in lcl_FillAuthorAttr() 474 aP.SetWhich( RES_CHRATR_CTL_POSTURE ); in lcl_FillAuthorAttr() 475 rSet.Put( aP ); in lcl_FillAuthorAttr()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 726 Point aP( pCustomShapeObj->GetSnapRect().Center() ); in EnhancedCustomShape2d() local 728 aP.X() -= aS.Width() / 2; in EnhancedCustomShape2d() 729 aP.Y() -= aS.Height() / 2; in EnhancedCustomShape2d() 730 aLogicRect = Rectangle( aP, aS ); in EnhancedCustomShape2d() 1204 Point aP( rPosition.X, rPosition.Y ); in SetHandleControllerPosition() local 1207 aP.Move( -aLogicRect.Left(), -aLogicRect.Top() ); in SetHandleControllerPosition() 1209 aP.X() = aLogicRect.GetWidth() - aP.X(); in SetHandleControllerPosition() 1211 aP.Y() = aLogicRect.GetHeight() - aP.Y(); in SetHandleControllerPosition() 1226 double fPos1 = aP.X(); //( bFlipH ) ? aLogicRect.GetWidth() - aP.X() : aP.X(); in SetHandleControllerPosition() 1227 double fPos2 = aP.Y(); //( bFlipV ) ? aLogicRect.GetHeight() -aP.Y() : aP.Y(); in SetHandleControllerPosition() [all …]
|
H A D | EnhancedCustomShape3d.cxx | 315 Point aP( aSnapRect.TopLeft() ); in Create3DObject() local 316 RotatePoint( aP, pCustomShape->GetSnapRect().Center(), sin( a ), cos( a ) ); in Create3DObject() 317 aSnapRect.Left() = aP.X(); in Create3DObject() 318 aSnapRect.Top() = aP.Y(); in Create3DObject()
|
H A D | EnhancedCustomShapeFontWork.cxx | 849 Point aP( pCustomShape->GetSnapRect().Center() ); in CreateSdrObjectFromParagraphOutlines() local 851 aP.X() -= aS.Width() / 2; in CreateSdrObjectFromParagraphOutlines() 852 aP.Y() -= aS.Height() / 2; in CreateSdrObjectFromParagraphOutlines() 853 Rectangle aLogicRect( aP, aS ); in CreateSdrObjectFromParagraphOutlines()
|
/aoo41x/main/sw/source/core/draw/ |
H A D | dcontact.cxx | 2588 Point aP(pHdl->GetPos() + GetOffset()); in GetHdl() local 2589 pHdl->SetPos(aP); in GetHdl() 2754 Point aP(rRefObj.GetSnapPoint(i)); in GetSnapPoint() local 2755 aP += GetOffset(); in GetSnapPoint() 2757 return aP; in GetSnapPoint() 2767 Point aP(rPnt); in NbcSetPoint() local 2768 aP -= GetOffset(); in NbcSetPoint() 2769 rRefObj.SetPoint(aP, i); in NbcSetPoint()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8graf.cxx | 335 Point aP[2]; in ReadLine() local 337 Point& rP0 = aP[0]; in ReadLine() 338 Point& rP1 = aP[1]; in ReadLine() 350 aPolygon.append(::basegfx::B2DPoint(aP[0].X(), aP[0].Y())); in ReadLine() 351 aPolygon.append(::basegfx::B2DPoint(aP[1].X(), aP[1].Y())); in ReadLine() 450 Polygon aP( nCount ); in ReadPolyLine() local 459 aP[i] = aPt; in ReadPolyLine() 463 …hort( aPoly.aBits1 ) & 0x1 ) ? OBJ_POLY : OBJ_PLIN, ::basegfx::B2DPolyPolygon(aP.getB2DPolygon())); in ReadPolyLine()
|
/aoo41x/main/cppuhelper/test/ |
H A D | testpropshlp.cxx | 227 Property aP = a1.getPropertyByName( getPropertyTable1()[i].Name ); in test_PropertyArrayHelper() local 228 OSL_ENSURE( aP.Name == getPropertyTable1()[i].Name , "Name not correct" ); in test_PropertyArrayHelper() 229 OSL_ENSURE( aP.Handle == getPropertyTable1()[i].Handle, "Handle not correct" ); in test_PropertyArrayHelper() 230 OSL_ENSURE( aP.Attributes == getPropertyTable1()[i].Attributes, "Attributes not correct" ); in test_PropertyArrayHelper() 231 OSL_ENSURE( aP.Type == getPropertyTable1()[i].Type, "Type not correct" ); in test_PropertyArrayHelper()
|
/aoo41x/main/svtools/source/misc/ |
H A D | embedhlp.cxx | 784 Point aP = rRect.TopLeft(); in DrawPaintReplacement() local 794 aP.Y() += (nHeight - nH) / 2; in DrawPaintReplacement() 803 aP.X() += (nWidth - nW) / 2; in DrawPaintReplacement() 807 pOut->DrawBitmap( aP, Size( nWidth, nHeight ), aBmp ); in DrawPaintReplacement()
|
/aoo41x/main/sw/source/filter/rtf/ |
H A D | rtffly.cxx | 797 RTFProtect aP( (sal_uInt8)nTokenValue ); in ReadFly() local 799 aProtectItem.SetCntntProtect( aP.GetCntnt() ); in ReadFly() 800 aProtectItem.SetSizeProtect( aP.GetSize() ); in ReadFly() 801 aProtectItem.SetPosProtect( aP.GetPos() ); in ReadFly()
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | pptexanimations.cxx | 1455 rtl::OUString aP( RTL_CONSTASCII_USTRINGPARAM( "," ) ); in convertAnimateValue() local 1460 aDest += aP; in convertAnimateValue() 1462 aDest += aP; in convertAnimateValue() 1470 aDest += aP; in convertAnimateValue() 1472 aDest += aP; in convertAnimateValue()
|
/aoo41x/main/editeng/source/editeng/ |
H A D | impedit.cxx | 1907 EPaM aP = pEditEngine->pImpEditEngine->CreateEPaM( aPaM ); in dragOver() local 1908 ESelection aDestSel( aP.nPara, aP.nIndex, aP.nPara, aP.nIndex); in dragOver()
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper.cxx | 964 ::basegfx::B2DPoint aA, aB, aP; in doPolyPolygonImplementation() 967 aP = aPolygon.getB2DPoint( j % nPointCount ); in doPolyPolygonImplementation() 969 nX = aP.getX(); in doPolyPolygonImplementation() 970 nY = aP.getY(); in doPolyPolygonImplementation()
|
/aoo41x/main/basctl/source/basicide/ |
H A D | bastypes.cxx | 549 Point aP = PixelToLogic( aPos ); in Command() local 550 MouseEvent aMouseEvent( aP, 1, MOUSE_SIMPLECLICK, MOUSE_LEFT ); in Command()
|
/aoo41x/main/automation/source/server/ |
H A D | sta_list.cxx | 671 Point aP = pBaseFrame->GetPointerPosPixel(); in GetMouseWin() local 672 pControl = pBaseFrame->FindWindow( aP ); in GetMouseWin()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msdffimp.cxx | 4617 Point aP; in ImportShape() local 4621 aP.X() = nX; in ImportShape() 4622 aP.Y() = nY; in ImportShape() 4623 aXP[ (sal_uInt16)nPtNum ] = aP; in ImportShape() 4697 Point aP( aObjData.aBoundRect.Center() ); in ImportShape() local 4699 aP.X() -= aS.Width() / 2; in ImportShape() 4700 aP.Y() -= aS.Height() / 2; in ImportShape() 4701 Rectangle aLogicRect( aP, aS ); in ImportShape()
|