Home
last modified time | relevance | path

Searched refs:P1 (Results 1 – 9 of 9) sorted by last modified time

/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx150 PolyFlags P1( rPoly.GetFlags( i ) ); in Impl_addPolygon() local
153 if( ( POLY_NORMAL == P1 || POLY_SMOOTH == P1 || POLY_SYMMTR == P1 ) && in Impl_addPolygon()
/trunk/main/editeng/source/editeng/
H A Dediteng.cxx900 Point P1( aViewStart.X() + n20 + n20*(n%2), aViewStart.Y() + aPos.Y() ); in PostKeyEvent() local
901 Point P2( P1 ); in PostKeyEvent()
906 pEditView->GetWindow()->DrawRect( Rectangle( P1, P2 ) ); in PostKeyEvent()
/trunk/extras/l10n/source/om/
H A Dlocalize.sdf35184 …lp par_id3151250 64 0 om Sirna hiyyama UNIX irratti faayeliin dheerattoo P1 wajjin kaadima HTTP …
/trunk/main/tools/source/generic/
H A Dpoly.cxx1060 sal_uInt8 P1( mpImplPolygon->mpFlagAry[ i ] ); in AdaptiveSubdivide() local
1063 if( ( POLY_NORMAL == P1 || POLY_SMOOTH == P1 || POLY_SYMMTR == P1 ) && in AdaptiveSubdivide()
/trunk/main/tools/source/fsys/
H A Durlobj.cxx482 P1 = INetURLObject::PART_HTTP_QUERY, 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 …]
/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx1275 SgfFontOne* P1; in RausList() local
1278 P1=P->Next; in RausList()
1280 P=P1; in RausList()
1298 SgfFontOne* P,P1; in ReadList() local
/trunk/main/sc/source/filter/inc/
H A Dfunktion.h29 void P1( void ); // 1 Parameter
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx865 ::basegfx::B2DPoint P0,P1,P2,P3; in getCircularArcBezierCoords()
886 P1.setX((4.0-fCos)/3.0); in getCircularArcBezierCoords()
887 P2.setX(P1.getX()); in getCircularArcBezierCoords()
888 P1.setY((1.0-fCos)*(fCos-3.0)/(3.0*fSin)); in getCircularArcBezierCoords()
889 P2.setY(-P1.getY()); in getCircularArcBezierCoords()
899 P1 = rTransformationFromUnitCircle*(aStart*P1); in getCircularArcBezierCoords()
907 aPoints[nPoint].X = static_cast< sal_Int32 >( P1.getX()); in getCircularArcBezierCoords()
908 aPoints[nPoint].Y = static_cast< sal_Int32 >( P1.getY()); in getCircularArcBezierCoords()
/trunk/main/chart2/source/view/axes/
H A DVCartesianGrid.cxx52 Sequence< double > P1; member
101 P1.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()
117 P2=P1; in GridLinePoints()
124 P2=P1; in GridLinePoints()
133 P0=P1; in GridLinePoints()
135 P2=P1; in GridLinePoints()
142 P0[m_nDimensionIndex] = P1[m_nDimensionIndex] = P2[m_nDimensionIndex] = fScaledTickValue; in update()
[all …]

Completed in 1299 milliseconds