/aoo41x/main/basegfx/source/workbench/ |
H A D | bezierclip.cxx | 106 line.b = (c.p0.x - c.p3.x); in Impl_calcFatLine() 381 part2.p0.x = part2.p1.x = part2.p2.x = part2.p3.x = input.p3.x; in Impl_deCasteljauAt() 382 part2.p0.y = part2.p1.y = part2.p2.y = part2.p3.y = input.p3.y; in Impl_deCasteljauAt() 390 part2.p3.x = input.p3.x; part2.p3.y = input.p3.y; in Impl_deCasteljauAt() 394 part1.p3.x = part2.p0.x; part1.p3.y = part2.p0.y; in Impl_deCasteljauAt() 520 << c1.p3.y << "," in printResultWithFinalCurves() 532 << c1.p3.y << "," in printResultWithFinalCurves() 762 res.p3.x = c.p3.x - 3*fRes[1]*(c.p3.y - c.p2.y); in Impl_calcFocus() 767 res.p3.y = c.p3.y + 3*fRes[1]*(c.p3.x - c.p2.x); in Impl_calcFocus() 1610 poly[3] = c.p3; in main() [all …]
|
H A D | bezierclip.hxx | 43 Point2D p3; member
|
/aoo41x/main/oox/source/export/ |
H A D | preset-definitions-to-shape-types.pl | 464 if ( $p3 ne "" ) { 483 my $p1 = "", $p2 = "", $p3 = ""; 491 $p3 = $1; 513 my $val3 = $p3; 523 $p3 = 1; 525 ++$p3 537 $p3 /= 10; 542 $p3 /= 8; 544 elsif ( $p3 eq "50000" ) { 545 $p3 = 10800; [all …]
|
/aoo41x/main/cppuhelper/inc/cppuhelper/ |
H A D | queryinterface.hxx | 89 Interface1 * p1, Interface2 * p2, Interface3 * p3 ) in queryInterface() argument 97 return ::com::sun::star::uno::Any( &p3, rType ); in queryInterface() 125 return ::com::sun::star::uno::Any( &p3, rType ); in queryInterface() 157 return ::com::sun::star::uno::Any( &p3, rType ); in queryInterface() 195 return ::com::sun::star::uno::Any( &p3, rType ); in queryInterface() 237 return ::com::sun::star::uno::Any( &p3, rType ); in queryInterface() 283 return ::com::sun::star::uno::Any( &p3, rType ); in queryInterface() 333 return ::com::sun::star::uno::Any( &p3, rType ); in queryInterface() 387 return ::com::sun::star::uno::Any( &p3, rType ); in queryInterface() 447 return ::com::sun::star::uno::Any( &p3, rType ); in queryInterface() [all …]
|
/aoo41x/main/unotools/inc/unotools/ |
H A D | querydeep.hxx | 116 Interface1 * p1, Interface2 * p2, Interface3 * p3 ) in queryDeepInterface() argument 123 return ::com::sun::star::uno::Any( &p3, rType ); in queryDeepInterface() 146 return ::com::sun::star::uno::Any( &p3, rType ); in queryDeepInterface() 172 return ::com::sun::star::uno::Any( &p3, rType ); in queryDeepInterface() 203 return ::com::sun::star::uno::Any( &p3, rType ); in queryDeepInterface() 237 return ::com::sun::star::uno::Any( &p3, rType ); in queryDeepInterface() 274 return ::com::sun::star::uno::Any( &p3, rType ); in queryDeepInterface() 314 return ::com::sun::star::uno::Any( &p3, rType ); in queryDeepInterface() 357 return ::com::sun::star::uno::Any( &p3, rType ); in queryDeepInterface() 405 return ::com::sun::star::uno::Any( &p3, rType ); in queryDeepInterface() [all …]
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdpoev.cxx | 600 …kedPoints(PPolyTrFunc pTrFunc, const void* p1, const void* p2, const void* p3, const void* p4, con… in ImpTransformMarkedPoints() argument 651 (*pTrFunc)(aPos,&aC1,&aC2,p1,p2,p3,p4,p5); in ImpTransformMarkedPoints() 697 …& rPt, Point* pC1, Point* pC2, const void* p1, const void* p2, const void* p3, const void* /*p4*/,… in ImpResize() argument 699 ResizePoint(rPt,*(const Point*)p1,*(const Fraction*)p2,*(const Fraction*)p3); in ImpResize() 700 if (pC1!=NULL) ResizePoint(*pC1,*(const Point*)p1,*(const Fraction*)p2,*(const Fraction*)p3); in ImpResize() 701 if (pC2!=NULL) ResizePoint(*pC2,*(const Point*)p1,*(const Fraction*)p2,*(const Fraction*)p3); in ImpResize() 719 …t, Point* pC1, Point* pC2, const void* p1, const void* /*p2*/, const void* p3, const void* p4, con… in ImpRotate() argument 721 RotatePoint(rPt,*(const Point*)p1,*(const double*)p3,*(const double*)p4); in ImpRotate() 722 if (pC1!=NULL) RotatePoint(*pC1,*(const Point*)p1,*(const double*)p3,*(const double*)p4); in ImpRotate() 723 if (pC2!=NULL) RotatePoint(*pC2,*(const Point*)p1,*(const double*)p3,*(const double*)p4); in ImpRotate()
|
H A D | svdglev.cxx | 56 …Func pDoFunc, sal_Bool bConst, const void* p1, const void* p2, const void* p3, const void* p4, con… in ImpDoMarkedGluePoints() argument 84 (*pDoFunc)(rGP,pObj,p1,p2,p3,p4,p5); in ImpDoMarkedGluePoints() 326 …luePoints(PGlueTrFunc pTrFunc, const void* p1, const void* p2, const void* p3, const void* p4, con… in ImpTransformMarkedGluePoints() argument 347 (*pTrFunc)(aPos,p1,p2,p3,p4,p5); in ImpTransformMarkedGluePoints() 381 static void ImpResize(Point& rPt, const void* p1, const void* p2, const void* p3, const void* /*p4*… in ImpResize() argument 383 ResizePoint(rPt,*(const Point*)p1,*(const Fraction*)p2,*(const Fraction*)p3); in ImpResize() 400 static void ImpRotate(Point& rPt, const void* p1, const void* /*p2*/, const void* p3, const void* p… in ImpRotate() argument 402 RotatePoint(rPt,*(const Point*)p1,*(const double*)p3,*(const double*)p4); in ImpRotate()
|
/aoo41x/main/canvas/source/tools/ |
H A D | surface.cxx | 181 const ::basegfx::B2DPoint& p3(aTransform * ::basegfx::B2DPoint(maSize.getX(),0.0)); in draw() local 211 vertex.x=static_cast<float>(p3.getX()); vertex.y=static_cast<float>(p3.getY()); in draw() 307 const ::basegfx::B2DPoint& p3(aTransform * ::basegfx::B2DPoint(aSize.getX(),0.0)); in drawRectangularArea() local 337 vertex.x=static_cast<float>(p3.getX()); vertex.y=static_cast<float>(p3.getY()); in drawRectangularArea()
|
/aoo41x/main/svx/inc/svx/ |
H A D | svdglev.hxx | 60 …nc, sal_Bool bConst, const void* p1=NULL, const void* p2=NULL, const void* p3=NULL, const void* p4… 61 …PGlueTrFunc pTrFunc, const void* p1=NULL, const void* p2=NULL, const void* p3=NULL, const void* p4…
|
H A D | svdpoev.hxx | 66 …PPolyTrFunc pTrFunc, const void* p1=NULL, const void* p2=NULL, const void* p3=NULL, const void* p4…
|
/aoo41x/main/vcl/source/gdi/ |
H A D | pngwrite.cxx | 613 sal_uInt8* p3 = mpPreviousScan; // upper pixel in ImplGetFilter() local 614 sal_uInt8* p4 = p3 - mnBBP; // upperleft Pixel; in ImplGetFilter() 618 nb = *p3++; in ImplGetFilter()
|
H A D | pngread.cxx | 1112 const sal_uInt8* p3 = p1; in ImplApplyFilter() local 1121 *p1 = static_cast<sal_uInt8>( *p1 + ((*(p2++) + *(p3++)) >> 1) ); in ImplApplyFilter() 1131 const sal_uInt8* p3 = p1; in ImplApplyFilter() local 1142 int nb = *(p3++); in ImplApplyFilter()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | token.cxx | 1585 FormulaToken *p1, *p2, *p3; // ref, ocRange, ref in MergeRangeReference() local 1587 if (((p3 = PeekPrev(nIdx)) != 0) && in MergeRangeReference() 1591 FormulaTokenRef p = ScToken::ExtendRangeReference( *p1, *p3, rPos, true); in MergeRangeReference() 1597 p3->DecRef(); in MergeRangeReference()
|
/aoo41x/main/idlc/test/ |
H A D | service.idl | 39 [maybevoid, property] long p3;
|
H A D | singleton.idl | 39 [maybevoid, property] long p3;
|
/aoo41x/main/codemaker/test/javamaker/ |
H A D | Test.java | 136 assure(s.p3 == 0); in testEmptyStruct2() 252 assure(s.p3 == 2); in testFullStruct2()
|
H A D | types.idl | 102 short p3; 213 [in] short p3,
|
/aoo41x/main/xmloff/source/transform/ |
H A D | OOo2Oasis.cxx | 77 #define ENTRY3( n, l, a, p1, p2, p3 ) \ argument 78 { XML_NAMESPACE_##n, XML_##l, a, p1, p2, p3 } 79 #define ENTRY3QQN( n, l, a, n1, l1, n2, l2, p3 ) \ argument 81 XMLTransformerActionInit::QNameParam( n2, l2 ), p3 )
|
H A D | Oasis2OOo.cxx | 88 #define ENTRY3( n, l, a, p1, p2, p3 ) \ argument 89 { XML_NAMESPACE_##n, XML_##l, a, p1, p2, p3 }
|
/aoo41x/main/cli_ure/qa/climaker/ |
H A D | types.idl | 193 short p3; 330 [in] short p3,
|
H A D | climaker.cs | 241 l.assure(s.p3 == 0); in testEmptyStruct2() 357 l.assure(s.p3 == 2); in testFullStruct2()
|
/aoo41x/main/vcl/source/glyphs/ |
H A D | gcach_ftyp.cxx | 2272 static int FT_cubic_to( FT_Vector_CPtr p1, FT_Vector_CPtr p2, FT_Vector_CPtr p3, void* vpPolyArgs ) in FT_cubic_to() argument 2277 rA.AddPoint( p3->x, p3->y, POLY_NORMAL ); in FT_cubic_to()
|
/aoo41x/main/x11_extensions/inc/ |
H A D | Xrender.h | 143 XPointFixed p1, p2, p3; member
|
H A D | renderproto.h | 135 xPointFixed p1, p2, p3; member
|
/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.hxx | 514 sal_uInt8*& p1, sal_uInt8*& p2, sal_uInt8*& p3, sal_uInt8*& p4 ) const;
|