Searched refs:P2 (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/chart2/source/view/axes/ |
H A D | VCartesianGrid.cxx | 53 Sequence< double > P2; member 102 P2.realloc(3); in GridLinePoints() 108 P0[0]=P1[0]=P2[0]= (CuboidPlanePosition_Left == eLeftWallPos || bSwapXY) ? MinX : MaxX; in GridLinePoints() 110 P0[2]=P1[2]=P2[2]= (CuboidPlanePosition_Back == eBackWallPos) ? MinZ : MaxZ; in GridLinePoints() 115 P2[2]= (CuboidPlanePosition_Back == eBackWallPos) ? MaxZ : MinZ; in GridLinePoints() 117 P2=P1; in GridLinePoints() 122 P2[2]= (CuboidPlanePosition_Back == eBackWallPos) ? MaxZ : MinZ; in GridLinePoints() 124 P2=P1; in GridLinePoints() 129 P2[1]= (CuboidPlanePosition_Left == eLeftWallPos || !bSwapXY) ? MaxY : MinY; in GridLinePoints() 135 P2=P1; in GridLinePoints() [all …]
|
/aoo41x/main/tools/source/fsys/ |
H A D | urlobj.cxx | 483 P2 = INetURLObject::PART_NEWS_ARTICLE_LOCALPART enumerator 490 /* ! */ PC+PD+PE +PG+PH+PI+PJ+PK+PL+PM+PN+PO+PP+PQ+PR+PS+PT+PU+PV+PW+PX+PY+PZ+P1+P2, 493 /* $ */ PD+PE +PG+PH+PI+PJ+PK+PL+PM+PN+PO+PP+PQ+PR+PS+PT+PU+PV+PW+PX+PY+PZ+P1+P2, 495 /* & */ PA+PB+PC+PD+PE +PH+PI+PJ+PK+PL+PM+PN+PO+PP +PR+PS+PT+PU+PV+PW+PX +PZ+P1+P2, 496 /* ' */ PD+PE +PG+PH+PI+PJ+PK+PL+PM+PN+PO+PP+PQ+PR+PS+PT+PU+PV+PW+PX+PY+PZ+P1+P2, 497 /* ( */ PD+PE +PG+PH+PI+PJ+PK+PL+PM+PN+PO+PP+PQ+PR+PS+PT+PU+PV+PW+PX+PY+PZ+P1+P2, 498 /* ) */ PD+PE +PG+PH+PI+PJ+PK+PL+PM+PN+PO+PP+PQ+PR+PS+PT+PU+PV+PW+PX+PY+PZ+P1+P2, 499 /* * */ PA+PB+PC+PD+PE +PG+PH+PI+PJ+PK+PL+PM+PN+PO+PP+PQ+PR+PS+PT+PU+PV+PW+PX+PY+PZ+P1+P2, 500 /* + */ PA+PB+PC+PD+PE +PG+PH+PI+PJ+PK+PL+PM+PN+PO+PP+PQ+PR+PS+PT+PU+PV+PW+PX +PZ+P1+P2, 501 /* , */ PA+PB+PC+PD+PE +PG+PH+PI+PJ+PK+PL+PM+PN+PO+PP+PQ+PR+PS+PT+PU+PV+PW +PZ+P1+P2, [all …]
|
/aoo41x/main/chart2/source/view/main/ |
H A D | ShapeFactory.cxx | 865 ::basegfx::B2DPoint P0,P1,P2,P3; in getCircularArcBezierCoords() 887 P2.setX(P1.getX()); in getCircularArcBezierCoords() 889 P2.setY(-P1.getY()); in getCircularArcBezierCoords() 900 P2 = rTransformationFromUnitCircle*(aStart*P2); in getCircularArcBezierCoords() 911 aPoints[nPoint].X = static_cast< sal_Int32 >( P2.getX()); in getCircularArcBezierCoords() 912 aPoints[nPoint].Y = static_cast< sal_Int32 >( P2.getY()); in getCircularArcBezierCoords()
|
/aoo41x/main/sc/source/filter/inc/ |
H A D | funktion.h | 30 void P2( void ); // 2 Parameter
|
/aoo41x/main/editeng/source/editeng/ |
H A D | editeng.cxx | 901 Point P2( P1 ); in PostKeyEvent() local 902 P2.X() += n20; in PostKeyEvent() 903 P2.Y() += nH; in PostKeyEvent() 906 pEditView->GetWindow()->DrawRect( Rectangle( P1, P2 ) ); in PostKeyEvent()
|
Completed in 58 milliseconds