Home
last modified time | relevance | path

Searched refs:x2 (Results 26 – 50 of 211) sorted by relevance

123456789

/trunk/main/basegfx/inc/basegfx/range/
H A Db3drange.hxx62 double x2, in B3DRange() argument
69 maRangeX.expand(x2); in B3DRange()
/trunk/main/offapi/com/sun/star/sheet/
H A DFunctionAccess.idl67 function ABS is called for a 3x2 cell range, the result will be a 3x2
/trunk/main/reportdesign/source/filter/xml/
H A DxmlExport.cxx607 sal_Int32 x2 = 0; in exportSectionAutoStyle() local
626 x2 = (::std::find(aColumnPos.begin(),aColumnPos.end(),nPos) - aColumnPos.begin()); in exportSectionAutoStyle()
638 while(xi < x2 && !isOverlap) in exportSectionAutoStyle()
655 while(xi < x2) in exportSectionAutoStyle()
664 if (x2 - x1 != 0 && y2 - y1 != 0) in exportSectionAutoStyle()
670 sal_Int32 nColSpan = x2 - x1; in exportSectionAutoStyle()
/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx70 #define SWAP(x1,x2) { int n=x1; x1=x2; x2=n; } argument
/trunk/main/vcl/workben/
H A Dsvptest.cxx177 double x2 = x1 * cos( angle_z ) + y1 * sin( angle_z ); in project() local
181 return Point( (sal_Int32)x2, (sal_Int32)z2 ); in project()
/trunk/main/odk/examples/java/Spreadsheet/
H A DSCalc.java379 public static void chgbColor( int x1, int y1, int x2, int y2, in chgbColor() argument
384 xCR = TT.getCellRangeByPosition(x1,y1,x2,y2); in chgbColor()
/trunk/main/svtools/source/filter/
H A Dfilter.cxx556 short y1,x1,y2,x2; in ImpPeekGraphicFormat() local
564 rStream >> y1 >> x1 >> y2 >> x2; in ImpPeekGraphicFormat()
567 if (x1 > x2 || y1 > y2 || // bad bdbox in ImpPeekGraphicFormat()
568 (x1 == x2 && y1 == y2) || // 1 pixel picture in ImpPeekGraphicFormat()
569 x2-x1 > 2048 || y2-y1 > 2048 ) // picture abnormally big in ImpPeekGraphicFormat()
/trunk/main/canvas/source/tools/
H A Dsurface.cxx366 const double x2(x1+w); in drawWithClip() local
368 const ::basegfx::B2DRectangle aSurfaceClipRect(x1,y1,x2,y2); in drawWithClip()
/trunk/main/sc/source/filter/inc/
H A Dscflt.hxx237 sal_Int16 x2; member
446 sal_Int16 x2; member
/trunk/main/extensions/source/scanner/
H A Dgrid.cxx214 void GridWindow::drawLine( double x1, double y1, double x2, double y2 ) in drawLine() argument
216 DrawLine( transform( x1, y1 ), transform( x2, y2 ) ); in drawLine()
H A Dgrid.hxx140 void drawLine( double x1, double y1, double x2, double y2 );
/trunk/main/offapi/com/sun/star/deployment/
H A DPrerequisites.idl32 const long DEPENDENCIES = 0x2;
/trunk/main/padmin/source/
H A Dpadialog.cxx320 double x2 = x1 * cos( angle_z ) + y1 * sin( angle_z ); in project() local
324 return Point( (sal_Int32)x2, (sal_Int32)z2 ); in project()
/trunk/main/svl/source/numbers/
H A Dzformat.cxx2294 sal_uLong x2 = 0; in GetOutputString() local
2326 x2 = x1 / nGgt; in GetOutputString()
2328 if (x2*y0 - x0*y2 == 1 || y1 <= 1) // Test, ob x2/y2 in GetOutputString()
2336 x1 = x2; in GetOutputString()
2344 sal_uLong x2 = ((y0+nBasis)/y1)*x1 - x0; // naechste Farey-Zahl in GetOutputString() local
2349 x1 = x2; in GetOutputString()
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_1/demoCA/newcerts/
H A D1000.pem3 Version: 3 (0x2)
/trunk/main/bridges/test/
H A Dtest_bridge.idl60 [oneway] void drawLine( [in] long x1 , [in] long y1, [in] long x2, [in] long y2 );
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D1000.pem3 Version: 3 (0x2)
H A D1013.pem3 Version: 3 (0x2)
H A D1015.pem3 Version: 3 (0x2)
H A D101C.pem3 Version: 3 (0x2)
H A D101F.pem3 Version: 3 (0x2)
/trunk/main/xmlsecurity/test_docs/CAs/Root_4/demoCA/newcerts/
H A D1000.pem3 Version: 3 (0x2)
/trunk/main/xmlsecurity/test_docs/CAs/Root_9/demoCA/newcerts/
H A D1000.pem3 Version: 3 (0x2)
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_2/demoCA/newcerts/
H A D1000.pem3 Version: 3 (0x2)
/trunk/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_3/demoCA/newcerts/
H A D1000.pem3 Version: 3 (0x2)

Completed in 158 milliseconds

123456789