Home
last modified time | relevance | path

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

12345678910>>...46

/trunk/main/basegfx/source/workbench/
H A Dbezierclip.cxx106 line.b = (c.p0.x - c.p3.x); in Impl_calcFatLine()
116 line.c = -(line.a*c.p0.x + line.b*c.p0.y); in Impl_calcFatLine()
123 const double dP2( calcLineDistance(line.a, line.b, line.c, c.p1.x, c.p1.y ) ); in Impl_calcFatLine()
124 const double dP3( calcLineDistance(line.a, line.b, line.c, c.p2.x, c.p2.y ) ); 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()
233 const double r_x( p1.x - p0.x ); in Impl_calcSafeParams()
245 currLowerT = ::std::min(currLowerT, ::std::min(p0.x, p1.x)); in Impl_calcSafeParams()
246 currHigherT = ::std::max(currHigherT, ::std::max(p0.x, p1.x)); in Impl_calcSafeParams()
[all …]
/trunk/main/solenv/inc/
H A Dmime.types71 application/x-123 wk
72 application/x-Wingz wz
73 application/x-bcpio bcpio
74 application/x-bzip2 bz2
75 application/x-cdlink vcd
76 application/x-chess-pgn pgn
77 application/x-compress z Z
78 application/x-cpio cpio
79 application/x-csh csh
80 application/x-debian-package deb
[all …]
/trunk/main/svtools/source/dialogs/
H A Dmcvmath.hxx76 long x; member in Fix
79 Fix() { x=0; } in Fix()
80 Fix( int i ) { x=(long(i)<<FIX_POST); } in Fix()
81 Fix( short l ) { x=(long(l)<<FIX_POST); } in Fix()
82 Fix( sal_uInt16 l ) { x=(long(l)<<FIX_POST); } in Fix()
83 Fix( long l ) { x=(l<<FIX_POST); } in Fix()
84 Fix( long Z, long N ) { x=(Z<<FIX_POST)/N; } in Fix()
86 void SetInternVal( long nVal ) { x=nVal; } in SetInternVal()
87 long GetInternVal() const { return x; } in GetInternVal()
89 void operator+= ( const Fix& a ) { x+=a.x; } in operator +=()
[all …]
H A Dmcvmath.cxx65 f.x = (((b.x+FIX_A2)>>FIX_P2)*a.x+FIX_A3)>>FIX_P3; in ImpMultBig2()
143 Mul.r.x = CosTab[i]>>Sft; // e**(i(phi1+phi2)) = in ImpExPI()
144 Mul.i.x = SinTab[i]>>Sft; // e**(i*phi1)) * e**(i*phi2)) in ImpExPI()
168 long x = rX.x; in ImpATanx2() local
169 long y = rY.x; in ImpATanx2()
178 if ( (x==0) && (y==0) ) in ImpATanx2()
187 x *= -1; in ImpATanx2()
190 if ( x < 0) in ImpATanx2()
196 y = -x; in ImpATanx2()
197 x = z; in ImpATanx2()
[all …]
/trunk/main/sc/source/core/tool/
H A Dinterpr3.cxx70 virtual double GetValue(double x) const = 0;
203 double ScInterpreter::phi(double x) in phi() argument
206 return 0.39894228040143268 * exp(-(x * x) / 2.0); in phi()
209 double ScInterpreter::integralPhi(double x) in integralPhi() argument
211 return 0.5 * ::rtl::math::erfc(-x * 0.7071067811865475); // * 1/sqrt(2) in integralPhi()
214 double ScInterpreter::taylor(double* pPolynom, sal_uInt16 nMax, double x) in taylor() argument
220 nVal = pPolynom[i] + (nVal * x); in taylor()
225 double ScInterpreter::gauss(double x) in gauss() argument
252 double xAbs = fabs(x); in gauss()
263 if (x < 0.0) in gauss()
[all …]
/trunk/main/canvas/source/vcl/
H A Dcanvasbitmaphelper.cxx174 for( int x=rect.X1; in getData() local
175 x<aBmpSize.Width() && x<rect.X2; in getData()
176 ++x ) in getData()
178 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetRed(); in getData()
179 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetGreen(); in getData()
180 pRes[ nCurrPos++ ] = pReadAccess->GetColor( y, x ).GetBlue(); in getData()
181 pRes[ nCurrPos++ ] = pAlphaReadAccess->GetPixel( y, x ).GetIndex(); in getData()
186 for( int x=rect.X1; in getData() local
187 x<aBmpSize.Width() && x<rect.X2; in getData()
188 ++x ) in getData()
[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 &&
199 if [ x"$stripcmd" != x ]; then $doit $stripcmd "$dst"; else : ; fi &&
200 if [ x"$chmodcmd" != x ]; then $doit $chmodcmd "$dst"; else : ; fi
[all …]
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DJavaSQLPreparedStatement.java157 public synchronized void setArray(int index, XArray x) throws SQLException { in setArray() argument
164 …public synchronized void setBinaryStream(int index, XInputStream x, int length) throws SQLExceptio… in setBinaryStream() argument
170 int bytesRead = x.readBytes(bytesReference, length); in setBinaryStream()
179 public synchronized void setBlob(int index, XBlob x) throws SQLException { in setBlob() argument
186 public synchronized void setBoolean(int index, boolean x) throws SQLException { in setBoolean() argument
188 logger.log(LogLevel.FINE, Resources.STR_LOG_BOOLEAN_PARAMETER, index, x); in setBoolean()
190 ((java.sql.PreparedStatement)jdbcStatement).setBoolean(index, x); in setBoolean()
197 public synchronized void setByte(int index, byte x) throws SQLException { in setByte() argument
199 logger.log(LogLevel.FINE, Resources.STR_LOG_BYTE_PARAMETER, index, x); in setByte()
201 ((java.sql.PreparedStatement)jdbcStatement).setByte(index, x); in setByte()
[all …]
/trunk/main/svtools/source/filter/
H A Dsgvspln.cxx89 double eps = 1.0, x = 2.0, y = 1.0;
90 while ( y < x )
92 x = 1.0 + eps;
99 double x = 1.0, one = 1.0, b = 1.0;
101 while ( (x + one) - x == one ) x *= 2.0;
102 while ( (x + b) == x ) b *= 2.0;
104 return ( (short) ((x + b) - x) );
449 sal_uInt16 NaturalSpline(sal_uInt16 n, double* x, double* y, in NaturalSpline() argument
464 h[i]=x[i+1]-x[i]; in NaturalSpline()
558 sal_uInt16 PeriodicSpline(sal_uInt16 n, double* x, double* y, in PeriodicSpline() argument
[all …]
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOPreparedStatement.cxx264 void SAL_CALL OPreparedStatement::setString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) t… in setString() argument
266 ::rtl::OString aString(::rtl::OUStringToOString(x,getOwnConnection()->getTextEncoding())); in setString()
267 setParameter(parameterIndex,DataType::CHAR,aString.getLength(),(void*)&x); in setString()
300 void SAL_CALL OPreparedStatement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) throw(SQLExcep… in setBoolean() argument
309 if (x) { in setBoolean()
363 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(SQLExceptio… in setByte() argument
365 setParameter(parameterIndex,DataType::TINYINT,sizeof(sal_Int8),&x); in setByte()
371 DATE_STRUCT x = OTools::DateToOdbcDate(aData); in setDate() local
372 setParameter(parameterIndex,DataType::DATE,sizeof(DATE_STRUCT),&x); in setDate()
379 TIME_STRUCT x = OTools::TimeToOdbcTime(aVal); in setTime() local
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DAPreparedStatement.cxx41 #define CHECK_RETURN(x) \ argument
42 if(!x) \
272 void SAL_CALL OPreparedStatement::setString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) t… in setString() argument
274 setParameter( parameterIndex, adLongVarWChar, ::std::numeric_limits< sal_Int32 >::max(), x ); in setString()
326 void SAL_CALL OPreparedStatement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) throw(SQLExcep… in setBoolean() argument
328 setParameter(parameterIndex,adBoolean,sizeof(x),x); in setBoolean()
332 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(SQLExceptio… in setByte() argument
334 setParameter(parameterIndex,adTinyInt,sizeof(x),x); in setByte()
338 void SAL_CALL OPreparedStatement::setDate( sal_Int32 parameterIndex, const Date& x ) throw(SQLExcep… in setDate() argument
340 setParameter(parameterIndex,adDBDate,sizeof(x),x); in setDate()
[all …]
/trunk/main/dbaccess/source/core/api/
H A Dpreparedstatement.cxx282 void SAL_CALL OPreparedStatement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) throw(SQLExcep… in setBoolean() argument
287 m_xAggregateAsParameters->setBoolean(parameterIndex, x); in setBoolean()
291 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(SQLExceptio… in setByte() argument
296 m_xAggregateAsParameters->setByte(parameterIndex, x); in setByte()
300 void SAL_CALL OPreparedStatement::setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(SQLExcept… in setShort() argument
305 m_xAggregateAsParameters->setShort(parameterIndex, x); in setShort()
309 void SAL_CALL OPreparedStatement::setInt( sal_Int32 parameterIndex, sal_Int32 x ) throw(SQLExceptio… in setInt() argument
314 m_xAggregateAsParameters->setInt(parameterIndex, x); in setInt()
318 void SAL_CALL OPreparedStatement::setLong( sal_Int32 parameterIndex, sal_Int64 x ) throw(SQLExcepti… in setLong() argument
323 m_xAggregateAsParameters->setLong(parameterIndex, x); in setLong()
[all …]
H A Ddatacolumn.cxx339 void ODataColumn::updateBoolean(sal_Bool x) throw( SQLException, RuntimeException ) in updateBoolean() argument
344 m_xRowUpdate->updateBoolean(m_nPos, x); in updateBoolean()
348 void ODataColumn::updateByte(sal_Int8 x) throw( SQLException, RuntimeException ) in updateByte() argument
353 m_xRowUpdate->updateByte(m_nPos, x); in updateByte()
357 void ODataColumn::updateShort(sal_Int16 x) throw( SQLException, RuntimeException ) in updateShort() argument
362 m_xRowUpdate->updateShort(m_nPos, x); in updateShort()
366 void ODataColumn::updateInt(sal_Int32 x) throw( SQLException, RuntimeException ) in updateInt() argument
371 m_xRowUpdate->updateInt(m_nPos, x); in updateInt()
375 void ODataColumn::updateLong(sal_Int64 x) throw( SQLException, RuntimeException ) in updateLong() argument
380 m_xRowUpdate->updateLong(m_nPos, x); in updateLong()
[all …]
/trunk/main/svx/source/form/
H A Dsdbdatacolumn.cxx201 void DataColumn::updateBoolean(sal_Bool x) throw( SQLException, RuntimeException ) in updateBoolean() argument
203 m_xColumnUpdate->updateBoolean(x); in updateBoolean()
206 void DataColumn::updateByte(sal_Int8 x) throw( SQLException, RuntimeException ) in updateByte() argument
208 m_xColumnUpdate->updateByte(x); in updateByte()
211 void DataColumn::updateShort(sal_Int16 x) throw( SQLException, RuntimeException ) in updateShort() argument
213 m_xColumnUpdate->updateShort(x); in updateShort()
216 void DataColumn::updateInt(sal_Int32 x) throw( SQLException, RuntimeException ) in updateInt() argument
218 m_xColumnUpdate->updateInt(x); in updateInt()
221 void DataColumn::updateLong(sal_Int64 x) throw( SQLException, RuntimeException ) in updateLong() argument
223 m_xColumnUpdate->updateLong(x); in updateLong()
[all …]
/trunk/main/chart2/source/tools/
H A DThreeDHelper.cxx432 double& x = rfXAngleRad; in convertElevationRotationDegToXYZAngleRad() local
447 x = F_PI/2; in convertElevationRotationDegToXYZAngleRad()
449 x = -F_PI/2; in convertElevationRotationDegToXYZAngleRad()
458 x = F_PI/2.0; in convertElevationRotationDegToXYZAngleRad()
460 x = -F_PI/2.0; in convertElevationRotationDegToXYZAngleRad()
473 x = E; in convertElevationRotationDegToXYZAngleRad()
487 x = 0; in convertElevationRotationDegToXYZAngleRad()
489 x = F_PI; in convertElevationRotationDegToXYZAngleRad()
495 x = E; in convertElevationRotationDegToXYZAngleRad()
498 if((cos(x)*sin(y)*sin(R))<0.0) in convertElevationRotationDegToXYZAngleRad()
[all …]
/trunk/main/starmath/source/
H A Dcommands.src667 Text = "|x|" ;
673 Text = "x!" ;
679 Text = "sqrt x" ;
685 Text = "nroot x y" ;
691 Text = "x^y" ;
697 Text = "e^x" ;
703 Text = "ln(x)" ;
709 Text = "exp(x)" ;
715 Text = "log(x)" ;
725 Text = "sin(x)" ;
[all …]
/trunk/main/vcl/unx/generic/dtrans/
H A Dbmp.cxx116 inline void X11_writeScanlinePixel( unsigned long nColor, sal_uInt8* pScanline, int depth, int x ) in X11_writeScanlinePixel() argument
121 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()
130 pScanline[ x ] = (nColor & 0xff); in X11_writeScanlinePixel()
182 for( int x = 0; x < pImage->width; x++ ) in X11_getPaletteBmpFromImage() local
184 unsigned long nPixel = XGetPixel( pImage, x, y ); in X11_getPaletteBmpFromImage()
187 X11_writeScanlinePixel( nPixel, pScanline, pImage->depth, x ); in X11_getPaletteBmpFromImage()
305 for( int x = 0; x < pImage->width; x++ ) in X11_getTCBmpFromImage() 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/extras/source/truetype/symbol/OpenSymbol 2.4.3/
H A DOpenSymbol.sfd635 SVTCA[x-axis]
899 SVTCA[x-axis]
936 IUP[x]
981 SVTCA[x-axis]
1037 IUP[x]
1140 SVTCA[x-axis]
1326 SPVTCA[x-axis]
1382 IUP[x]
1466 SVTCA[x-axis]
1560 IUP[x]
[all …]
/trunk/main/offapi/com/sun/star/sdbc/
H A DXSQLOutput.idl91 @param x
96 void writeString([in]string x) raises (SQLException);
100 @param x
105 void writeBoolean([in]boolean x) raises (SQLException);
109 @param x
114 void writeByte([in]byte x) raises (SQLException);
118 @param x
123 void writeShort([in]short x) raises (SQLException);
127 @param x
132 void writeInt([in]long x) raises (SQLException);
[all …]
H A DXRowUpdate.idl70 @param x
75 void updateBoolean([in]long columnIndex, [in]boolean x) raises (SQLException);
81 @param x
86 void updateByte([in]long columnIndex, [in]byte x) raises (SQLException);
92 @param x
97 void updateShort([in]long columnIndex, [in]short x) raises (SQLException);
103 @param x
108 void updateInt([in]long columnIndex, [in]long x) raises (SQLException);
114 @param x
119 void updateLong([in]long columnIndex, [in]hyper x) raises (SQLException);
[all …]
/trunk/main/vcl/inc/vcl/
H A Dbitmap.hxx245 virtual double Calculate(double x) const = 0;
258 virtual double Calculate(double x) const in Calculate()
260 return (-3.0 <= x && 3.0 > x) ? SincFilter(x) * SincFilter( x / 3.0 ) : 0.0; in Calculate()
263 inline double SincFilter(double x) const in SincFilter()
265 if(0.0 == x) in SincFilter()
270 x *= M_PI; in SincFilter()
271 return boost::math::sinc_pi(x); in SincFilter()
285 virtual double Calculate(double x) const in Calculate()
287 if(0.0 > x) in Calculate()
289 x = -x; in Calculate()
[all …]
/trunk/main/offapi/com/sun/star/sdb/
H A DXColumnUpdate.idl66 @param x
71 void updateBoolean([in]boolean x) raises (com::sun::star::sdbc::SQLException);
75 @param x
80 void updateByte([in]byte x) raises (com::sun::star::sdbc::SQLException);
84 @param x
89 void updateShort([in]short x) raises (com::sun::star::sdbc::SQLException);
93 @param x
98 void updateInt([in]long x) raises (com::sun::star::sdbc::SQLException);
102 @param x
107 void updateLong([in]hyper x) raises (com::sun::star::sdbc::SQLException);
[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()
69 System.err.println("ERROR: Missing arg for "+args[ x ]+"\n"); 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()
79 System.err.println("ERROR: Missing arg for "+args[ x ]+"\n"); 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()
[all …]
/trunk/main/extras/source/truetype/symbol/OpenSymbol 2.1/
H A DOpenSymbol.sfd632 SVTCA[x-axis]
817 SVTCA[x-axis]
827 IUP[x]
910 SVTCA[x-axis]
977 IUP[x]
1061 SVTCA[x-axis]
1110 IUP[x]
1180 SVTCA[x-axis]
1217 IUP[x]
1265 SVTCA[x-axis]
[all …]

12345678910>>...46