Home
last modified time | relevance | path

Searched refs:x (Results 1 – 25 of 1170) sorted by relevance

12345678910>>...47

/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx106 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()
147 rightBottom.x = ::std::max( c1.p0.x, ::std::max( c1.p1.x, ::std::max( c1.p2.x, c1.p3.x ) ) ); in Impl_calcBounds()
163 if( ::std::min(rb1.x, rb2.x) < ::std::max(lt1.x, lt2.x) || in Impl_doBBoxIntersect()
373 part1.p0.x = part1.p1.x = part1.p2.x = part1.p3.x = input.p0.x; in Impl_deCasteljauAt()
381 part2.p0.x = part2.p1.x = part2.p2.x = part2.p3.x = input.p3.x; in Impl_deCasteljauAt()
704 fMatrix[0] = c.p1.x - c.p0.x; in Impl_calcFocus()
705 fMatrix[1] = c.p2.x - c.p3.x; in Impl_calcFocus()
765 res.p1.y = c.p1.y + 2*fRes[0]*(c.p2.x - c.p1.x) + fRes[1]*(c.p1.x - c.p0.x); in Impl_calcFocus()
766 res.p2.y = c.p2.y + fRes[0]*(c.p3.x - c.p2.x) + 2*fRes[1]*(c.p2.x - c.p1.x); in Impl_calcFocus()
[all …]
/trunk/main/solenv/inc/
H A Dmime.types71 application/x-123 wk
104 application/x-sh sh
125 audio/x-mpegurl m3u
128 audio/x-wav wav
129 chemical/x-pdb pdb
130 chemical/x-xyz xyz
144 image/x-rgb rgb
167 text/x-setext etx
169 text/x-vCard vcf
178 x-conference/x-cooltalk ice
[all …]
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_arrowshapes.pentagon-right.xcf.bz2
H A Dlc_draw.xcf.bz2
/trunk/main/svtools/source/dialogs/
H A Dmcvmath.hxx91 void operator*= ( const Fix& a ) { x=(x*a.x+FIX_ADD)>>FIX_POST; } in operator *=()
92 void operator/= ( const Fix& a ) { x=(x<<FIX_POST)/a.x; } in operator /=()
96 { x=((((a.x+FIX_A2)>>FIX_P2)*x+FIX_A3)>>FIX_P3); } in MultBig()
98 { x=((x<<FIX_P3)/a.x)<<FIX_P2; } in DivBig()
147 f.x = -a.x; in operator -()
153 long l = a.x+b.x; in operator +()
159 long l = a.x-b.x; in operator -()
165 long l=(a.x*b.x+FIX_ADD)>>FIX_POST; in operator *()
171 long l=(a.x<<FIX_POST)/b.x; in operator /()
179 fc.r.x = -a.r.x; in operator -()
[all …]
H A Dmcvmath.cxx65 f.x = (((b.x+FIX_A2)>>FIX_P2)*a.x+FIX_A3)>>FIX_P3; in ImpMultBig2()
168 long x = rX.x; in ImpATanx2() local
187 x *= -1; in ImpATanx2()
190 if ( x < 0) in ImpATanx2()
196 y = -x; in ImpATanx2()
197 x = z; in ImpATanx2()
209 if ( aTry.r.x >= x ) in ImpATanx2()
244 Fix rRad = ImpSqrt(sal_uLong(long(x)*x+long(y)*y)); in ImpATan2()
248 Fix fx = x; in ImpATan2()
268 rRad = Fix( ImpSqrt( sal_uLong( long(x)*x+long(y)*y ) ) ); in ImpCartToPolar()
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx206 return 0.39894228040143268 * exp(-(x * x) / 2.0); in phi()
448 x = ::rtl::math::approxFloor(x); in Fakultaet()
809 if (x <= 0.0 && x == ::rtl::math::approxFloor(x)) in ScGamma()
1118 if (x < fLowerBound || x > fUpperBound) in ScBetaDist()
1123 x = (x-fLowerBound)/fScale; in ScBetaDist()
1747 if( (x < 0.0) || (n < x) || (M < x) || (N < n) || (N < M) || (x < n - N + M) ) in ScHypGeomDist()
1769 if ( N - n - M + x >= M - x + 1.0 ) in ScHypGeomDist()
1982 if (sigma <= 0.0 || x < 0.0 || x > 1.0) in ScNormInv()
1984 else if (x == 0.0 || x == 1.0) in ScNormInv()
1995 if (x < 0.0 || x > 1.0) in ScSNormInv()
[all …]
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.cxx175 x<aBmpSize.Width() && x<rect.X2; in getData()
176 ++x ) in getData()
187 x<aBmpSize.Width() && x<rect.X2; in getData()
262 x<aBmpSize.Width() && x<rect.X2; in setData()
285 x<aBmpSize.Width() && x<rect.X2; in setData()
307 x<aBmpSize.Width() && x<rect.X2; in setData()
326 x<aBmpSize.Width() && x<rect.X2; in setData()
355 x<aBmpSize.Width() && x<rect.X2; in setData()
373 x<aBmpSize.Width() && x<rect.X2; in setData()
390 x<aBmpSize.Width() && x<rect.X2; in setData()
[all …]
/trunk/main/
H A Dinstall-sh57 while [ x"$1" != x ]; do
94 *) if [ x"$src" = x ]
107 if [ x"$src" = x ]
115 if [ x"$dir_arg" != x ]; then
139 if [ x"$dst" = x ]
193 if [ x"$dir_arg" != x ]
197 if [ x"$chowncmd" != x ]; then $doit $chowncmd "$dst"; else : ; fi &&
198 if [ x"$chgrpcmd" != x ]; then $doit $chgrpcmd "$dst"; else : ; fi &&
200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
205 if [ x"$transformarg" = x ]
[all …]
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java170 int bytesRead = x.readBytes(bytesReference, length); in setBinaryStream()
201 ((java.sql.PreparedStatement)jdbcStatement).setByte(index, x); in setByte()
225 int bytesRead = x.readBytes(bytesReference, length); in setCharacterStream()
280 ((java.sql.PreparedStatement)jdbcStatement).setInt(index, x); in setInt()
291 ((java.sql.PreparedStatement)jdbcStatement).setLong(index, x); in setLong()
309 public void setObject(int index, Object x) throws SQLException { in setObject() argument
310 if (!DbTools.setObject(this, index, x)) { in setObject()
335 if (AnyConverter.isDouble(x)) { in setObjectWithInfo()
336 bigDecimal = new BigDecimal(AnyConverter.toDouble(x)); in setObjectWithInfo()
339 rowSetValue.fill(x); in setObjectWithInfo()
[all …]
/trunk/main/svtools/source/filter/
H A Dsgvspln.cxx101 while ( (x + one) - x == one ) x *= 2.0;
102 while ( (x + b) == x ) b *= 2.0;
464 h[i]=x[i+1]-x[i]; in NaturalSpline()
580 c[1]=c[1]/(x[2]-x[0]); in PeriodicSpline()
585 hl=x[i]-x[im1]; in PeriodicSpline()
586 hr=x[i+1]-x[i]; in PeriodicSpline()
592 hl=x[n]-x[nm1]; in PeriodicSpline()
593 hr=x[1]-x[0]; in PeriodicSpline()
611 hl=x[i+1]-x[i]; in PeriodicSpline()
668 if (x[n]!=x[0]) return 3; in ParaSpline()
[all …]
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx309 if (x) { in setBoolean()
418 setString(parameterIndex,ORowSetValue(x)); in setLong()
472 if ( x.is() ) in setClob()
473 setStream(parameterIndex, x->getCharacterStream(), (SQLLEN)x->length(), DataType::LONGVARCHAR); in setClob()
479 if ( x.is() ) in setBlob()
480 setStream(parameterIndex, x->getBinaryStream(), (SQLLEN)x->length(), DataType::LONGVARCHAR); in setBlob()
514 if(x.hasValue()) in setObjectWithInfo()
517 x >>= sStr; in setObjectWithInfo()
527 aValue.fill(x); in setObjectWithInfo()
534 aValue.fill(x); in setObjectWithInfo()
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx328 setParameter(parameterIndex,adBoolean,sizeof(x),x); in setBoolean()
334 setParameter(parameterIndex,adTinyInt,sizeof(x),x); in setByte()
340 setParameter(parameterIndex,adDBDate,sizeof(x),x); in setDate()
347 setParameter(parameterIndex,adDBTime,sizeof(x),x); in setTime()
353 setParameter(parameterIndex,adDBTimeStamp,sizeof(x),x); in setTimestamp()
359 setParameter(parameterIndex,adDouble,sizeof(x),x); in setDouble()
365 setParameter(parameterIndex,adSingle,sizeof(x),x); in setFloat()
371 setParameter(parameterIndex,adInteger,sizeof(x),x); in setInt()
377 setParameter(parameterIndex,adBigInt,sizeof(x),x); in setLong()
450 setParameter(parameterIndex,adSmallInt,sizeof(x),x); in setShort()
[all …]
/trunk/main/dbaccess/source/core/api/
H A Dpreparedstatement.cxx296 m_xAggregateAsParameters->setByte(parameterIndex, x); in setByte()
305 m_xAggregateAsParameters->setShort(parameterIndex, x); in setShort()
314 m_xAggregateAsParameters->setInt(parameterIndex, x); in setInt()
323 m_xAggregateAsParameters->setLong(parameterIndex, x); in setLong()
332 m_xAggregateAsParameters->setFloat(parameterIndex, x); in setFloat()
359 m_xAggregateAsParameters->setBytes(parameterIndex, x); in setBytes()
368 m_xAggregateAsParameters->setDate(parameterIndex, x); in setDate()
377 m_xAggregateAsParameters->setTime(parameterIndex, x); in setTime()
431 m_xAggregateAsParameters->setRef(parameterIndex, x); in setRef()
440 m_xAggregateAsParameters->setBlob(parameterIndex, x); in setBlob()
[all …]
H A Ddatacolumn.cxx353 m_xRowUpdate->updateByte(m_nPos, x); in updateByte()
362 m_xRowUpdate->updateShort(m_nPos, x); in updateShort()
371 m_xRowUpdate->updateInt(m_nPos, x); in updateInt()
380 m_xRowUpdate->updateLong(m_nPos, x); in updateLong()
389 m_xRowUpdate->updateFloat(m_nPos, x); in updateFloat()
398 m_xRowUpdate->updateDouble(m_nPos, x); in updateDouble()
407 m_xRowUpdate->updateString(m_nPos, x); in updateString()
416 m_xRowUpdate->updateBytes(m_nPos, x); in updateBytes()
425 m_xRowUpdate->updateDate(m_nPos, x); in updateDate()
434 m_xRowUpdate->updateTime(m_nPos, x); in updateTime()
[all …]
/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx208 m_xColumnUpdate->updateByte(x); in updateByte()
213 m_xColumnUpdate->updateShort(x); in updateShort()
218 m_xColumnUpdate->updateInt(x); in updateInt()
223 m_xColumnUpdate->updateLong(x); in updateLong()
228 m_xColumnUpdate->updateFloat(x); in updateFloat()
233 m_xColumnUpdate->updateDouble(x); in updateDouble()
238 m_xColumnUpdate->updateString(x); in updateString()
243 m_xColumnUpdate->updateBytes(x); in updateBytes()
248 m_xColumnUpdate->updateDate(x); in updateDate()
253 m_xColumnUpdate->updateTime(x); in updateTime()
[all …]
/trunk/main/chart2/source/tools/
H A DThreeDHelper.cxx473 x = E; in convertElevationRotationDegToXYZAngleRad()
487 x = 0; in convertElevationRotationDegToXYZAngleRad()
495 x = E; in convertElevationRotationDegToXYZAngleRad()
522 x = E; in convertElevationRotationDegToXYZAngleRad()
585 x=(F_PI-x); in convertElevationRotationDegToXYZAngleRad()
597 x=(F_PI-x); in convertElevationRotationDegToXYZAngleRad()
752 double f13 = sin(x)*sin(z)+cos(x)*cos(z)*sin(y); in convertXYZAngleRadToElevationRotationDeg()
758 double f22 = cos(x)*cos(z)+sin(x)*sin(y)*sin(z); in convertXYZAngleRadToElevationRotationDeg()
889 double f13 = sin(x)*sin(z)+cos(x)*cos(z)*sin(y); in convertXYZAngleRadToElevationRotationDeg()
893 double f22 = cos(x)*cos(z)+sin(x)*sin(y)*sin(z); in convertXYZAngleRadToElevationRotationDeg()
[all …]
/trunk/main/starmath/source/
H A Dcommands.src669 Text = "|x|" ;
675 Text = "x!" ;
693 Text = "x^y" ;
699 Text = "e^x" ;
705 Text = "ln(x)" ;
851 Text = "lim x" ;
857 Text = "sum x" ;
1113 Text = "(x)" ;
1119 Text = "[x]" ;
1131 Text = "{x}" ;
[all …]
/trunk/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx121 pScanline[ x/8 ] &= ~(1 << (x&7)); in X11_writeScanlinePixel()
122 pScanline[ x/8 ] |= ((nColor & 1) << (x&7)); in X11_writeScanlinePixel()
125 pScanline[ x/2 ] &= ((x&1) ? 0x0f : 0xf0); in X11_writeScanlinePixel()
126 pScanline[ x/2 ] |= ((x&1) ? (nColor & 0x0f) : ((nColor & 0x0f) << 4)); in X11_writeScanlinePixel()
182 for( int x = 0; x < pImage->width; x++ ) in X11_getPaletteBmpFromImage() local
305 for( int x = 0; x < pImage->width; x++ ) in X11_getTCBmpFromImage() local
353 int x,y; in X11_getBmpFromPixmap() local
517 for( unsigned int x = 0; x < nWidth; x++ ) in setBitmapDataPalette() local
593 for( int x = 0; x < (int)nWidth; x++ ) in setBitmapDataTCDither() local
622 for( int x = 0; x < (int)nWidth; x++ ) in setBitmapDataTC() local
[all …]
/trunk/main/oox/inc/oox/export/
H A Dutils.hxx27 #define S(x) String( RTL_CONSTASCII_USTRINGPARAM( x ) ) argument
28 #define US(x) OUString( RTL_CONSTASCII_USTRINGPARAM( x )) argument
29 #define I32S(x) OString::valueOf( (sal_Int32) x ).getStr() argument
30 #define I64S(x) OString::valueOf( (sal_Int64) x ).getStr() argument
31 #define H32S(x) OString::valueOf( (sal_Int32) x, 16 ).getStr() argument
32 #define H64S(x) OString::valueOf( (sal_Int64) x, 16 ).getStr() argument
33 #define IS(x) OString::valueOf( x ).getStr() argument
34 #define USS(x) OUStringToOString( x, RTL_TEXTENCODING_UTF8 ).getStr() argument
35 #define ST(x) ByteString( x, RTL_TEXTENCODING_UTF8 ).GetBuffer() argument
39 # define DBG(x) x argument
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXSQLOutput.idl91 @param x
100 @param x
109 @param x
118 @param x
127 @param x
136 @param x
145 @param x
154 @param x
163 @param x
172 @param x
[all …]
/trunk/main/extras/source/truetype/symbol/OpenSymbol 2.4.3/
H A DOpenSymbol.sfd936 IUP[x]
1037 IUP[x]
1382 IUP[x]
1560 IUP[x]
1753 IUP[x]
1836 IUP[x]
1888 IUP[x]
1956 IUP[x]
2061 IUP[x]
2115 IUP[x]
[all …]
/trunk/main/offapi/com/sun/star/sdb/
H A DXColumnUpdate.idl66 @param x
75 @param x
84 @param x
93 @param x
102 @param x
111 @param x
120 @param x
129 @param x
138 @param x
147 @param x
[all …]
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx267 return (-3.0 <= x && 3.0 > x) ? SincFilter(x) * SincFilter( x / 3.0 ) : 0.0; in Calculate()
272 if(0.0 == x) in SincFilter()
277 x *= M_PI; in SincFilter()
294 if(0.0 > x) in Calculate()
296 x = -x; in Calculate()
301 return (1.5 * x - 2.5) * x * x + 1.0; in Calculate()
305 return ((-0.5 * x + 2.5) * x - 4.0) * x + 2.0; in Calculate()
324 if(0.0 > x) in Calculate()
326 x = -x; in Calculate()
329 if(1.0 > x) in Calculate()
[all …]
/trunk/main/l10ntools/java/jpropex/java/
H A DJPropEx.java64 private String getSimpleArg( String[] args , int x ) in getSimpleArg() argument
66 if( x < args.length ) x++; in getSimpleArg()
72 return args[ x ]; in getSimpleArg()
74 private Vector getComplexArg( String[] args , int x ) in getComplexArg() argument
76 if( x < args.length ) x++; in getComplexArg()
82 String value = args[ x ]; in getComplexArg()
424 for( int x = 0; x < args.length ; x++ ) in parseArguments()
426 if( args[ x ].equalsIgnoreCase("-i") ) in parseArguments()
449 projectArg = getSimpleArg( args , x ); in parseArguments()
454 rootArg = getSimpleArg( args , x ); in parseArguments()
[all …]

Completed in 336 milliseconds

12345678910>>...47