Home
last modified time | relevance | path

Searched refs:P0 (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/chart2/source/view/axes/
H A DVCartesianGrid.cxx51 Sequence< double > P0; member
100 P0.realloc(3); in GridLinePoints()
108 P0[0]=P1[0]=P2[0]= (CuboidPlanePosition_Left == eLeftWallPos || bSwapXY) ? MinX : MaxX; in GridLinePoints()
109 P0[1]=P1[1]=P2[1]= (CuboidPlanePosition_Left == eLeftWallPos || !bSwapXY) ? MinY : MaxY; in GridLinePoints()
110 P0[2]=P1[2]=P2[2]= (CuboidPlanePosition_Back == eBackWallPos) ? MinZ : MaxZ; in GridLinePoints()
114 P0[1]= (CuboidPlanePosition_Left == eLeftWallPos || !bSwapXY) ? MaxY : MinY; in GridLinePoints()
121 P0[0]= (CuboidPlanePosition_Left == eLeftWallPos || bSwapXY) ? MaxX : MinX; in GridLinePoints()
128 P0[0]= (CuboidPlanePosition_Left == eLeftWallPos || bSwapXY) ? MaxX : MinX; in GridLinePoints()
133 P0=P1; in GridLinePoints()
142 P0[m_nDimensionIndex] = P1[m_nDimensionIndex] = P2[m_nDimensionIndex] = fScaledTickValue; in update()
[all …]
/aoo4110/main/chart2/source/view/main/
H A DShapeFactory.cxx865 ::basegfx::B2DPoint P0,P1,P2,P3; in getCircularArcBezierCoords()
881 P0.setX(fCos); in getCircularArcBezierCoords()
883 P0.setY(-fSin); in getCircularArcBezierCoords()
884 P3.setY(-P0.getY()); in getCircularArcBezierCoords()
898 P0 = rTransformationFromUnitCircle*(aStart*P0); in getCircularArcBezierCoords()
903 aPoints[nPoint].X = static_cast< sal_Int32 >( P0.getX()); in getCircularArcBezierCoords()
904 aPoints[nPoint].Y = static_cast< sal_Int32 >( P0.getY()); in getCircularArcBezierCoords()
/aoo4110/main/svtools/source/filter/
H A Dsgvspln.cxx732 Point P0(-32768,-32768); in CalcSpline() local
742 if (i==0 || Pt!=P0) { in CalcSpline()
746 P0=Pt; in CalcSpline()
/aoo4110/main/sc/source/filter/inc/
H A Dfunktion.h28 void P0( void ); // 0 Parameter
/aoo4110/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx866 Point P0; in ReadBox() local
873 P0 = ReadPoint(); in ReadBox()
875 P0 = aAttr.aCurPos; in ReadBox()
881 Rectangle aBoxRect( P0, aAttr.aCurPos ); in ReadBox()

Completed in 75 milliseconds