| /trunk/main/basegfx/source/workbench/ |
| H A D | bezierclip.cxx | 105 line.a = -(c.p0.y - c.p3.y); in Impl_calcFatLine() 106 line.b = (c.p0.x - c.p3.x); in Impl_calcFatLine() 145 leftTop.x = ::std::min( c1.p0.x, ::std::min( c1.p1.x, ::std::min( c1.p2.x, c1.p3.x ) ) ); in Impl_calcBounds() 146 leftTop.y = ::std::min( c1.p0.y, ::std::min( c1.p1.y, ::std::min( c1.p2.y, c1.p3.y ) ) ); in Impl_calcBounds() 147 rightBottom.x = ::std::max( c1.p0.x, ::std::max( c1.p1.x, ::std::max( c1.p2.x, c1.p3.x ) ) ); in Impl_calcBounds() 148 rightBottom.y = ::std::max( c1.p0.y, ::std::max( c1.p1.y, ::std::max( c1.p2.y, c1.p3.y ) ) ); in Impl_calcBounds() 373 part1.p0.x = part1.p1.x = part1.p2.x = part1.p3.x = input.p0.x; in Impl_deCasteljauAt() 374 part1.p0.y = part1.p1.y = part1.p2.y = part1.p3.y = input.p0.y; in Impl_deCasteljauAt() 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() [all …]
|
| H A D | bezierclip.hxx | 43 Point2D p3; member
|
| /trunk/main/oox/source/export/ |
| H A D | preset-definitions-to-shape-types.pl | 457 my ( $name, $command, $p1, $p2, $p3 ) = @_; 464 if ( $p3 ne "" ) { 465 $result .= " " . command_value( $p3 ); 483 my $p1 = "", $p2 = "", $p3 = ""; 491 $p3 = $1; 501 insert_formula_params( $name, "sum", $p1, $p2, $p3 ); 513 my $val3 = $p3; 520 $p3 = sprintf( "%.0f", ( $val3 / 100000 ) ); 523 $p3 = 1; 524 while ( ( ( $p3 * 100000 ) % $val3 ) != 0 ) { [all …]
|
| /trunk/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() 117 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4 ) in queryInterface() argument 125 return ::com::sun::star::uno::Any( &p3, rType ); in queryInterface() 149 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5 ) in queryInterface() argument 157 return ::com::sun::star::uno::Any( &p3, rType ); in queryInterface() 186 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5, in queryInterface() argument 195 return ::com::sun::star::uno::Any( &p3, rType ); in queryInterface() 228 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5, in queryInterface() argument 237 return ::com::sun::star::uno::Any( &p3, rType ); in queryInterface() [all …]
|
| /trunk/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() 139 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4 ) in queryDeepInterface() argument 146 return ::com::sun::star::uno::Any( &p3, rType ); in queryDeepInterface() 165 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5 ) in queryDeepInterface() argument 172 return ::com::sun::star::uno::Any( &p3, rType ); in queryDeepInterface() 195 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5, in queryDeepInterface() argument 203 return ::com::sun::star::uno::Any( &p3, rType ); in queryDeepInterface() 229 Interface1 * p1, Interface2 * p2, Interface3 * p3, Interface4 * p4, Interface5 * p5, in queryDeepInterface() argument 237 return ::com::sun::star::uno::Any( &p3, rType ); in queryDeepInterface() [all …]
|
| /trunk/main/svx/source/svdraw/ |
| H A D | svdpoev.cxx | 598 …kedPoints(PPolyTrFunc pTrFunc, const void* p1, const void* p2, const void* p3, const void* p4, con… in ImpTransformMarkedPoints() argument 649 (*pTrFunc)(aPos,&aC1,&aC2,p1,p2,p3,p4,p5); in ImpTransformMarkedPoints() 695 …& rPt, Point* pC1, Point* pC2, const void* p1, const void* p2, const void* p3, const void* /*p4*/,… in ImpResize() argument 697 ResizePoint(rPt,*(const Point*)p1,*(const Fraction*)p2,*(const Fraction*)p3); in ImpResize() 698 if (pC1!=NULL) ResizePoint(*pC1,*(const Point*)p1,*(const Fraction*)p2,*(const Fraction*)p3); in ImpResize() 699 if (pC2!=NULL) ResizePoint(*pC2,*(const Point*)p1,*(const Fraction*)p2,*(const Fraction*)p3); in ImpResize() 717 …t, Point* pC1, Point* pC2, const void* p1, const void* /*p2*/, const void* p3, const void* p4, con… in ImpRotate() argument 719 RotatePoint(rPt,*(const Point*)p1,*(const double*)p3,*(const double*)p4); in ImpRotate() 720 if (pC1!=NULL) RotatePoint(*pC1,*(const Point*)p1,*(const double*)p3,*(const double*)p4); in ImpRotate() 721 if (pC2!=NULL) RotatePoint(*pC2,*(const Point*)p1,*(const double*)p3,*(const double*)p4); in ImpRotate()
|
| H A D | svdglev.cxx | 54 …Func pDoFunc, sal_Bool bConst, const void* p1, const void* p2, const void* p3, const void* p4, con… in ImpDoMarkedGluePoints() argument 82 (*pDoFunc)(rGP,pObj,p1,p2,p3,p4,p5); in ImpDoMarkedGluePoints() 318 …luePoints(PGlueTrFunc pTrFunc, const void* p1, const void* p2, const void* p3, const void* p4, con… in ImpTransformMarkedGluePoints() argument 339 (*pTrFunc)(aPos,p1,p2,p3,p4,p5); in ImpTransformMarkedGluePoints() 371 static void ImpResize(Point& rPt, const void* p1, const void* p2, const void* p3, const void* /*p4*… in ImpResize() argument 373 ResizePoint(rPt,*(const Point*)p1,*(const Fraction*)p2,*(const Fraction*)p3); in ImpResize() 389 static void ImpRotate(Point& rPt, const void* p1, const void* /*p2*/, const void* p3, const void* p… in ImpRotate() argument 391 RotatePoint(rPt,*(const Point*)p1,*(const double*)p3,*(const double*)p4); in ImpRotate()
|
| /trunk/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()
|
| /trunk/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…
|
| /trunk/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 | 1120 const sal_uInt8* p3 = p1; in ImplApplyFilter() local 1129 *p1 = static_cast<sal_uInt8>( *p1 + ((*(p2++) + *(p3++)) >> 1) ); in ImplApplyFilter() 1139 const sal_uInt8* p3 = p1; in ImplApplyFilter() local 1150 int nb = *(p3++); in ImplApplyFilter()
|
| /trunk/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()
|
| /trunk/main/codemaker/test/javamaker/src/test/java/test/codemaker/javamaker/ |
| H A D | Javamaker_Test.java | 137 assertTrue(s.p3 == 0); in testEmptyStruct2() 254 assertTrue(s.p3 == 2); in testFullStruct2()
|
| /trunk/main/idlc/test/ |
| H A D | service.idl | 39 [maybevoid, property] long p3;
|
| H A D | singleton.idl | 39 [maybevoid, property] long p3;
|
| /trunk/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 }
|
| /trunk/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()
|
| /trunk/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/ |
| H A D | types.idl | 102 short p3; 213 [in] short p3,
|
| /trunk/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()
|
| /trunk/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
|
| /trunk/main/sw/source/filter/ww8/dump/ |
| H A D | ww8scan.cxx | 3307 sal_uInt8*& p1, sal_uInt8*& p2, sal_uInt8*& p3, sal_uInt8*& p4) const in Find4Sprms() argument 3315 p3 = 0; in Find4Sprms() 3330 p3 = pSp + maSprmParser.DistanceToData(nId3); in Find4Sprms()
|