Home
last modified time | relevance | path

Searched refs:x2 (Results 1 – 25 of 211) sorted by relevance

123456789

/trunk/main/tools/inc/tools/
H A Ddebug.hxx509 #define DBG_TRACE2( aTrace, x1, x2 ) \ argument
515 x1, x2 ); \
518 #define DBG_TRACE3( aTrace, x1, x2, x3 ) \ argument
524 x1, x2, x3 ); \
527 #define DBG_TRACE4( aTrace, x1, x2, x3, x4 ) \ argument
533 x1, x2, x3, x4 ); \
736 #define DBG_TRACE2( aTrace, x1, x2 ) ((void)0) argument
737 #define DBG_TRACE3( aTrace, x1, x2, x3 ) ((void)0) argument
743 #define DBG_WARNING2( aWarning, x1, x2 ) ((void)0) argument
750 #define DBG_ERROR2( aError, x1, x2 ) ((void)0) argument
[all …]
/trunk/main/canvas/source/tools/
H A Dsurfacerect.hxx65 const sal_Int32 x2(maPos.getX()+maSize.getX()); in pointInside() local
68 if(px >= x2) return false; in pointInside()
79 const sal_Int32 x2(maPos.getX()+maSize.getX()); in hLineIntersect() local
84 if((lx1 >= x2) && (lx2 >= x2)) return false; in hLineIntersect()
93 const sal_Int32 x2(maPos.getX()+maSize.getX()); in vLineIntersect() local
96 if(lx >= x2) return false; in vLineIntersect()
109 if(r.hLineIntersect(x1,x2,y1)) return true; in intersection()
110 if(r.hLineIntersect(x1,x2,y2)) return true; in intersection()
112 if(r.vLineIntersect(x2,y1,y2)) return true; in intersection()
123 if(!(r.pointInside(x2,y1))) return false; in inside()
[all …]
/trunk/main/svtools/source/filter/
H A Dsgvmain.cxx478 if (x1>x2) { i=x1; x1=x2; x2=i; } in DrawSlideRect()
484 rOut.DrawRect(Rectangle(x1,y1,x2,y2)); in DrawSlideRect()
495 rOut.DrawRect(Rectangle(x1,i0,x2,i-1)); in DrawSlideRect()
501 rOut.DrawRect(Rectangle(x1,i0,x2,y2)); in DrawSlideRect()
506 while (i<=x2) { in DrawSlideRect()
516 rOut.DrawRect(Rectangle(i0,y1,x2,y2)); in DrawSlideRect()
524 cx=(x1+x2) /2; in DrawSlideRect()
526 dx=x2-x1+1; in DrawSlideRect()
655 sal_Int16 x2=cx+rx; in DrawSlideCirc() local
667 rOut.DrawEllipse(Rectangle(x1,y1,x2,y2)); in DrawSlideCirc()
[all …]
/trunk/main/stoc/source/security/
H A Daccess_controller.cxx115 Reference< security::XAccessControlContext > const & x2 ) in acc_Intersection()
118 , m_x2( x2 ) in acc_Intersection()
131 Reference< security::XAccessControlContext > const & x2 ) in create()
135 return x2; in create()
136 if (! x2.is()) in create()
138 return new acc_Intersection( x1, x2 ); in create()
178 Reference< security::XAccessControlContext > const & x2 ) in acc_Union()
181 , m_x2( x2 ) in acc_Union()
194 Reference< security::XAccessControlContext > const & x2 ) in create()
199 if (! x2.is()) in create()
[all …]
/trunk/main/cppuhelper/test/
H A Dtestpropshlp.cxx816 Reference < XVetoableChangeListener > x2( xPS_L, UNO_QUERY ); in test_PropertySetHelper() local
827 pPS->addVetoableChangeListener( OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), x2 ); in test_PropertySetHelper()
832 pPS->removeVetoableChangeListener( OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), x2 ); in test_PropertySetHelper()
861 Reference < XVetoableChangeListener > x2( xPS_L, UNO_QUERY ); in test_PropertySetHelper() local
870 pPS->addVetoableChangeListener( OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), x2 ); in test_PropertySetHelper()
1054 Reference < XVetoableChangeListener > x2( xPS_L, UNO_QUERY ); in test_PropertySetHelper() local
1057 pPS->addVetoableChangeListener( OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), x2 ); in test_PropertySetHelper()
1099 pPS->removeVetoableChangeListener( OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ), x2 ); in test_PropertySetHelper()
1105 Reference < XVetoableChangeListener > x2( xPS_L, UNO_QUERY ); in test_PropertySetHelper() local
1107 pPS->addVetoableChangeListener( OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ) , x2 ); in test_PropertySetHelper()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx389 void VCLXGraphics::drawLine( sal_Int32 x1, sal_Int32 y1, sal_Int32 x2, sal_Int32 y2 ) throw(uno::Ru… in drawLine() argument
396 mpOutputDevice->DrawLine( Point( x1, y1 ), Point( x2, y2 ) ); in drawLine()
471 …, sal_Int32 width, sal_Int32 height, sal_Int32 x1, sal_Int32 y1, sal_Int32 x2, sal_Int32 y2 ) thro… in drawArc() argument
478 …ce->DrawArc( Rectangle( Point( x, y ), Size( width, height ) ), Point( x1, y1 ), Point( x2, y2 ) ); in drawArc()
482 …, sal_Int32 width, sal_Int32 height, sal_Int32 x1, sal_Int32 y1, sal_Int32 x2, sal_Int32 y2 ) thro… in drawPie() argument
489 …ce->DrawPie( Rectangle( Point( x, y ), Size( width, height ) ), Point( x1, y1 ), Point( x2, y2 ) ); in drawPie()
493 …, sal_Int32 width, sal_Int32 height, sal_Int32 x1, sal_Int32 y1, sal_Int32 x2, sal_Int32 y2 ) thro… in drawChord() argument
500 …->DrawChord( Rectangle( Point( x, y ), Size( width, height ) ), Point( x1, y1 ), Point( x2, y2 ) ); in drawChord()
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx1031 x2=aP2.X(); y2=aP2.Y(); in ReadArc()
1035 ncy=2*p*p*((y3-y1)*(x2-x1)-(y1-y2)*(x1-x3)); in ReadArc()
1036 ncx=2*q*q*(x2-x1); in ReadArc()
1043 cy=( q*q*((x3*x3-x1*x1)*(x2-x1)+(x2*x2-x1*x1)*(x1-x3)) + in ReadArc()
1045 cx=( q*q*(x2*x2-x1*x1)+p*p*(y2*y2-y1*y1)+cy*2*p*p*(y1-y2) ) / ncx; in ReadArc()
2090 long x1,y1,x2,y2,nt,xr,yr; in ReadDsc() local
2121 x2=ReadCoord(b32); in ReadDsc()
2125 if (x1>x2) in ReadDsc()
2128 x1=x2; in ReadDsc()
2129 x2=nt; in ReadDsc()
[all …]
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx1079 short y1,x1,y2,x2; in ReadHeader() local
1133 *pPict >> y1 >> x1 >> y2 >> x2; // Rahmen-Rechteck des Bildes in ReadHeader()
1134 if (x1 > x2 || y1 > y2) continue; // bad bdbox in ReadHeader()
1135 if (x1 < -2048 || x2 > 2048 || y1 < -2048 || y2 > 2048 || // origin|dest is very small|large in ReadHeader()
1136 (x1 == x2 && y1 == y2) ) // 1 pixel pict is dubious in ReadHeader()
1138 else if (x2 < x1+8 || y2 < y1+8) // a little dubious in ReadHeader()
1141 aBoundingRect=Rectangle( x1,y1, x2, y2 ); in ReadHeader()
1183 *pPict >> y1 >> x1 >> y2 >> x2; // reading the optimal bounding rect in ReadHeader()
1184 if (x1 > x2 || y1 > y2) continue; // bad bdbox in ReadHeader()
1193 aBoundingRect=Rectangle( x1,y1, x2, y2 ); in ReadHeader()
/trunk/main/svx/source/svdraw/
H A Dsvdpagv.cxx581 long x2=GetPage()->GetWdt()-GetPage()->GetRgtBorder()-1+nWrY; in DrawPageViewGrid() local
595 x2=rGF.GetUserArea().Right(); in DrawPageViewGrid()
606 if (x2>rRect.Right() +nX1Pix) x2=rRect.Right() +nX1Pix; in DrawPageViewGrid()
626 if( x1 <= x2 && y1 <= y2 ) in DrawPageViewGrid()
640 Rectangle( xFinOrg + (a * nx2) + nPointOffset, yBigOrg, x2, y2 ), in DrawPageViewGrid()
665 Rectangle( xBigOrg, yFinOrg + (a * ny2) + nPointOffset, x2, y2 ), in DrawPageViewGrid()
/trunk/main/vcl/source/gdi/
H A Doctree.cxx306 const long x2 = x >> 1L; in InverseColorMap() local
321 rdist = cRed - x2; in InverseColorMap()
322 gdist = cGreen - x2; in InverseColorMap()
323 bdist = cBlue - x2; in InverseColorMap()
/trunk/main/basebmp/inc/basebmp/
H A Dlinerenderer.hxx80 const sal_Int32 x2 = rPt2.getX(); in renderLine() local
85 sal_Int32 adx = x2 - x1; in renderLine()
119 if( xs == x2 ) in renderLine()
H A Dclippedlinerenderer.hxx227 const sal_Int32 x2 = aPt2.getX(); in renderClippedLine() local
232 sal_Int32 adx = x2 - x1; in renderClippedLine()
258 prepareClip(x1, x2, y1, adx, ady, xs, ys, sx, sy, in renderClippedLine()
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpdfioutdev_gpl.cxx483 double x1,x2,y1,y2; in processLink() local
484 link->getRect( &x1, &y1, &x2, &y2 ); in processLink()
496 normalize(x2), in processLink()
764 double x2(0.0), y2(0.0); in drawChar() local
767 &x2, &y2 ); in drawChar()
769 x += x2*fFontSize; in drawChar()
/trunk/main/cppu/inc/com/sun/star/uno/
H A DReference.hxx377 Reference< XInterface > x2( pInterface, UNO_QUERY ); in operator ==() local
378 return (x1._pInterface == x2._pInterface); in operator ==()
400 Reference< XInterface > x2( rRef, UNO_QUERY ); in operator <() local
401 return (x1._pInterface < x2._pInterface); in operator <()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1823 ScToken* x2 = static_cast<ScToken*>(p2nd.get()); in ScIntersect() local
1829 ScToken* xt[2] = { x1, x2 }; in ScIntersect()
1847 x1 = xt[0], x2 = xt[1]; in ScIntersect()
1850 x2->CalcAbsIfRel( aPos); in ScIntersect()
1854 ScRefList::const_iterator end2( x2->GetRefList()->end()); in ScIntersect()
1897 ScToken* pt[2] = { x1, x2 }; in ScIntersect()
1952 formula::FormulaTokenRef x2 = PopToken(); in ScRangeFunc() local
1955 if (nGlobalError || !x2 || !x1) in ScRangeFunc()
1990 ScToken* x2 = static_cast<ScToken*>(p2nd.get()); in ScUnionFunc() local
2002 xRes = x2; in ScUnionFunc()
[all …]
/trunk/main/soltools/mkdepend/
H A Dcppsetup.c98 pperror(tag, x0,x1,x2,x3,x4) in pperror() argument
99 int tag,x0,x1,x2,x3,x4; in pperror()
102 warning(x0,x1,x2,x3,x4);
/trunk/main/editeng/source/uno/
H A Dunonrule.cxx568 Reference< XIndexReplace > x1( Any1, UNO_QUERY ), x2( Any2, UNO_QUERY ); in Compare() local
569 if( x1.is() && x2.is() ) in Compare()
571 if( x1.get() == x2.get() ) in Compare()
577 SvxUnoNumberingRules* pRule2 = SvxUnoNumberingRules::getImplementation( x2 ); in Compare()
/trunk/main/accessibility/java/java_uno_accessbridge/src/main/java/org/openoffice/accessibility/
H A DWindowsAccessBridgeAdapter.java252 int x2 = 0; int y2 = 0; in PopupMenuProxy() local
274 if (p.x + d.width > x2) { in PopupMenuProxy()
275 x2 = p.x + d.width; in PopupMenuProxy()
286 width = x2 - x; in PopupMenuProxy()
/trunk/main/basic/source/runtime/
H A Dstep1.cxx554 SbxVariableRef x2 = PopVar(); in StepBASED() local
561 x2->Compute( SbxPLUS, *p1 ); in StepBASED()
562 PushVar( x2 ); // erst die Expr in StepBASED()
/trunk/main/basegfx/inc/basegfx/range/
H A Db2ibox.hxx56 sal_Int32 x2, in B2IBox() argument
61 maRangeX.expand(x2); in B2IBox()
H A Db2irange.hxx56 sal_Int32 x2, in B2IRange() argument
61 maRangeX.expand(x2); in B2IRange()
H A Db2drange.hxx59 double x2, in B2DRange() argument
64 maRangeX.expand(x2); in B2DRange()
H A Db3ibox.hxx57 sal_Int32 x2, in B3IBox() argument
64 maRangeX.expand(x2); in B3IBox()
H A Db3irange.hxx59 sal_Int32 x2, in B3IRange() argument
66 maRangeX.expand(x2); in B3IRange()
/trunk/main/vcl/source/fontsubset/
H A Dsft.cxx90 int x2, y2; member
95 x2( 0 ), y2( 0 ), in PSPathElement()
887 int x0 = 0, y0 = 0, x1 = 0, y1 = 0, x2, y2, curx, cury; in BSplineToPSPath() local
940 p.x2 = x1 + (curx - x1 + 1) / 3; in BSplineToPSPath()
962 x2 = (x1 + curx + 1) / 2; in BSplineToPSPath()
967 p.x2 = x1 + (x2 - x1 + 1) / 3; in BSplineToPSPath()
969 p.x3 = x2; in BSplineToPSPath()
972 x0 = x2; y0 = y2; in BSplineToPSPath()
2120 …, XUnits(UPEm, path[j].x1), XUnits(UPEm, path[j].y1), XUnits(UPEm, path[j].x2), XUnits(UPEm, path[… in CreateT3FromTTGlyphs()

Completed in 163 milliseconds

123456789