Home
last modified time | relevance | path

Searched refs:x (Results 26 – 50 of 1170) sorted by relevance

12345678910>>...47

/trunk/main/offapi/com/sun/star/sdbc/
H A DXRowUpdate.idl70 @param x
81 @param x
92 @param x
103 @param x
114 @param x
125 @param x
136 @param x
147 @param x
158 @param x
169 @param x
[all …]
H A DXParameters.idl134 @param x
147 @param x
159 @param x
171 @param x
183 @param x
195 @param x
207 @param x
221 @param x
235 @param x
248 @param x
[all …]
/trunk/main/extras/source/truetype/symbol/OpenSymbol 2.1/
H A DOpenSymbol.sfd827 IUP[x]
977 IUP[x]
1110 IUP[x]
1217 IUP[x]
1321 IUP[x]
1617 IUP[x]
1796 IUP[x]
1994 IUP[x]
2079 IUP[x]
2133 IUP[x]
[all …]
/trunk/main/connectivity/source/drivers/jdbc/
H A DPreparedStatement.cxx197 java_sql_Date aT(x); in setDate()
212 java_sql_Time aT(x); in setTime()
227 java_sql_Timestamp aD(x); in setTimestamp()
345 if ( x >>= nTemp) in setObjectWithInfo()
354 aValue.fill(x); in setObjectWithInfo()
394 if(!::dbtools::implSetObject(this,parameterIndex,x)) in setObject()
435 t.pEnv->SetByteArrayRegion(pByteArray,0,x.getLength(),(jbyte*)x.getConstArray()); in setBytes()
460 if ( x.is() ) in setCharacterStream()
461 x->readBytes( aSeq, length ); in setCharacterStream()
508 if ( x.is() ) in setBinaryStream()
[all …]
/trunk/main/canvas/source/vcl/
H A Dimpltools.cxx365 for( int x=0; x<aDestBmpSize.Width(); ++x ) in transformBitmap() local
367 ::basegfx::B2DPoint aPoint(x,y); in transformBitmap()
404 pWriteAccess->SetPixel( y, x, in transformBitmap()
411 for( int x=0; x<aDestBmpSize.Width(); ++x ) in transformBitmap() local
413 ::basegfx::B2DPoint aPoint(x,y); in transformBitmap()
432 pAlphaWriteAccess->SetPixel( y, x, in transformBitmap()
455 pWriteAccess->SetPixel( y, x, in transformBitmap()
468 for( int x=0; x<aDestBmpSize.Width(); ++x ) in transformBitmap() local
470 ::basegfx::B2DPoint aPoint(x,y); in transformBitmap()
490 for( int x=0; x<aDestBmpSize.Width(); ++x ) in transformBitmap() local
[all …]
/trunk/main/canvas/source/directx/
H A Ddx_vcltools.cxx222 int x, y; in bitmapFromVCLBitmapEx() local
233 for( x=0; x<nWidth; ++x ) in bitmapFromVCLBitmapEx()
254 for( x=0; x<nWidth; ++x ) in bitmapFromVCLBitmapEx()
284 for( x=0; x<nWidth; ++x ) in bitmapFromVCLBitmapEx()
287 aCol = pReadAccess->GetColor(y,x); in bitmapFromVCLBitmapEx()
365 int x, y; in bitmapFromVCLBitmapEx() local
391 for( x=0, nCurrBit=nInitialBit; x<nWidth; ++x ) in bitmapFromVCLBitmapEx()
399 … *pCurrOutput++ = aColorMap[ (pMScan[ (x & ~7L) >> 3L ] >> nCurrBit ) & nMask ]; in bitmapFromVCLBitmapEx()
410 for( x=0, nCurrBit=nInitialBit; x<nWidth; ++x ) in bitmapFromVCLBitmapEx()
438 for( x=0, nCurrBit=nInitialBit; x<nWidth; ++x ) in bitmapFromVCLBitmapEx()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DDialogFocusTraversalPolicy.java48 int index = 0,x = -1; in getComponentAfter() local
53 x = index; in getComponentAfter()
55 for (; x != order.length; x++) { in getComponentAfter()
56 if(order[x].isEnabled() && order[x].isVisible()) { in getComponentAfter()
57 index = x; in getComponentAfter()
62 x = list.indexOf(aComponent); in getComponentAfter()
79 x = index; in getComponentBefore()
81 for(; x >= 0; x--) { in getComponentBefore()
82 if(order[x].isEnabled() && order[x].isVisible()) { in getComponentBefore()
83 index = x; in getComponentBefore()
[all …]
/trunk/main/vcl/aqua/source/gdi/
H A Dsalnativewidgets.cxx107 aHIRect.origin.x = static_cast<float>(aRect.Left()); in ImplGetHIRectFromRectangle()
642 rc.origin.x += FOCUS_RING_WIDTH/2; in drawNativeControl()
720 CGFloat x = rc.origin.x + rc.size.width; in drawNativeControl() local
722 CGContextMoveToPoint( mrContext, x, y ); in drawNativeControl()
724 CGContextAddLineToPoint( mrContext, x, y ); in drawNativeControl()
888 rc.origin.x+=1; in drawNativeControl()
935 rc.origin.x+=1; in drawNativeControl()
990 rc.origin.x-=1; in drawNativeControl()
1080 rc.origin.x += FOCUS_RING_WIDTH; in drawNativeControl()
1257 short x = aCtrlBoundRect.Left(); in getNativeControlRegion() local
[all …]
/trunk/main/filter/source/graphicfilter/iras/
H A Diras.cxx221 sal_uLong x, y; in ImplReadBody() local
229 for ( x = 0; x < mnWidth; x++ ) in ImplReadBody()
231 if (!(x & 7)) in ImplReadBody()
233 mpAcc->SetPixelIndex( y, x, in ImplReadBody()
235 nDat >> ( ( x & 7 ) ^ 7 )) ); in ImplReadBody()
244 for ( x = 0; x < mnWidth; x++ ) in ImplReadBody()
247 mpAcc->SetPixelIndex( y, x, nDat ); in ImplReadBody()
249 if ( x & 1 ) ImplGetByte(); // WORD ALIGNMENT ??? in ImplReadBody()
260 for ( x = 0; x < mnWidth; x++ ) in ImplReadBody()
276 if ( x & 1 ) ImplGetByte(); // WORD ALIGNMENT ??? in ImplReadBody()
[all …]
/trunk/main/basebmp/inc/basebmp/
H A Dpixeliterator.hxx71 y(pos,x) in PixelColumnIterator()
223 return (x == rhs.x) && (y == rhs.y); in equal()
228 return y() + x; in current()
233 return y(dy) + x+dx; in current()
238 x(0), in PixelIterator()
243 x(0), in PixelIterator()
259 return difference_type(x - rhs.x, y - rhs.y); in operator -()
262 MoveX x; member in basebmp::PixelIterator
267 x += s.x; in operator +=()
274 x -= s.x; in operator -=()
[all …]
H A Dpackedpixeliterator.hxx338 remainder_(x % num_intraword_positions) in PackedPixelRowIterator()
528 return (x == rhs.x) && (y == rhs.y); in equal()
533 x(0), in PackedPixelIterator()
538 x(0), in PackedPixelIterator()
554 return difference_type(x - rhs.x, y - rhs.y); in operator -()
557 MoveX x; member in basebmp::PackedPixelIterator
562 x += s.x; in operator +=()
569 x -= s.x; in operator -=()
590 return row_iterator(current(),x); in rowIterator()
635 const int remainder( (x + d.x) % num_intraword_positions ); in set()
[all …]
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_adjust.xcf.bz2
/trunk/main/sal/rtl/source/
H A Dmath.cxx99 fXPow *= x*x; in lcl_Erf0065()
113 if ( x < 2.2 ) in lcl_Erfc0600()
162 fXPow *= x; in lcl_Erfc0600()
165 fVal = exp( -1.0*x*x )* fPSum / fQSum; in lcl_Erfc0600()
195 fXPow /= x*x; in lcl_Erfc2654()
197 fVal = exp(-1.0*x*x)*fPSum / (x*fQSum); in lcl_Erfc2654()
1166 if( x == 0.0 ) in rtl_math_erf()
1170 if ( x < 0.0 ) in rtl_math_erf()
1172 x = fabs( x ); in rtl_math_erf()
1207 if ( x < 0.0 ) in rtl_math_erfc()
[all …]
/trunk/main/connectivity/source/commontools/
H A Dparameters.cxx986 VISIT_PARAMETER( setByte( _nIndex, x ) ); in setByte()
992 VISIT_PARAMETER( setShort( _nIndex, x ) ); in setShort()
998 VISIT_PARAMETER( setInt( _nIndex, x ) ); in setInt()
1004 VISIT_PARAMETER( setLong( _nIndex, x ) ); in setLong()
1010 VISIT_PARAMETER( setFloat( _nIndex, x ) ); in setFloat()
1028 VISIT_PARAMETER( setBytes( _nIndex, x ) ); in setBytes()
1034 VISIT_PARAMETER( setDate( _nIndex, x ) ); in setDate()
1040 VISIT_PARAMETER( setTime( _nIndex, x ) ); in setTime()
1076 VISIT_PARAMETER( setRef( _nIndex, x ) ); in setRef()
1082 VISIT_PARAMETER( setBlob( _nIndex, x ) ); in setBlob()
[all …]
/trunk/main/connectivity/source/drivers/file/
H A DFPreparedStatement.cxx205 setParameter(parameterIndex,x); in setString()
232 setParameter(parameterIndex,x); in setBoolean()
238 setParameter(parameterIndex,x); in setByte()
265 setParameter(parameterIndex,x); in setDouble()
273 setParameter(parameterIndex,x); in setFloat()
280 setParameter(parameterIndex,x); in setInt()
373 setParameter(parameterIndex,x); in setShort()
380 setParameter(parameterIndex,x); in setBytes()
388 setBinaryStream(parameterIndex,x,length ); in setCharacterStream()
395 if(!x.is()) in setBinaryStream()
[all …]
/trunk/main/filter/source/graphicfilter/eras/
H A Deras.cxx189 sal_uLong x, y; in ImplWriteBody() local
196 for ( x = 0; x < mnWidth; x++ ) in ImplWriteBody()
198 BitmapColor aColor( mpAcc->GetPixel( y, x ) ); in ImplWriteBody()
203 if ( x & 1 ) ImplPutByte( 0 ); // WORD ALIGNMENT ??? in ImplWriteBody()
211 for ( x = 0; x < mnWidth; x++ ) in ImplWriteBody()
213 ImplPutByte ( mpAcc->GetPixelIndex( y, x ) ); in ImplWriteBody()
215 if ( x & 1 ) ImplPutByte( 0 ); // WORD ALIGNMENT ??? in ImplWriteBody()
225 for ( x = 0; x < mnWidth; x++ ) in ImplWriteBody()
228 if ( ( x & 7 ) == 7 ) in ImplWriteBody()
231 if ( x & 7 ) in ImplWriteBody()
[all …]
/trunk/main/vigra/
H A Dvigra1.6.0.patch133 /** construct image of size size.x x size.y, use the specified allocator.
186 /** construct image of size size.x x size.y and initialize
211 + resize(sz.x, sz.y, d);
240 /** construct image of size size.x x size.y and copy the data from the
451 /** construct view of size size.x x size.y
455 - width_(size.x),
460 + width_(sz.x),
523 - Point2D(int x, int y)
524 - : Diff2D(x, y)
1063 for(x=w-1; x>=0; --x, --is, --id)
[all …]
/trunk/main/svtools/source/filter/
H A Dsgvmain.cxx43 p.x=SWAPSHORT(p.x); \
50 p.Paper.Size.x=SWAPSHORT(p.Paper.Size.x); \
121 dx=P.x-cx; in RotatePoint()
567 DrawSlideRect(Pos1.x,Pos1.y,Pos2.x,Pos2.y,F,rOut); in Draw()
571 rOut.DrawRect(Rectangle(Pos1.x,Pos1.y,Pos2.x,Pos2.y)); in Draw()
740 Rectangle aRect(Center.x-Radius.x,Center.y-Radius.y,Center.x+Radius.x,Center.y+Radius.y); in Draw()
749 DrawSlideCirc(Center.x,Center.y,Radius.x,Radius.y,F,rOut); in Draw()
761 a.x=Center.x+Radius.x; a.y=Center.y; b=a; in Draw()
769 if (Radius.x<1) Radius.x=1; in Draw()
819 aGrf.Draw(&rOut,Point(Pos1.x,Pos1.y),Size(Pos2.x-Pos1.x,Pos2.y-Pos1.y)); in Draw()
[all …]
/trunk/main/vcl/os2/source/gdi/
H A Dsalgdi2.cxx111 thePoints[0].x = nDestX; in copyArea()
119 thePoints[2].x = nSrcX; in copyArea()
153 aPt.x = 0; in copyArea()
252 aPt.x = nOffX-aPt.x; in copyArea()
491 aPtL[ 0 ].x = 0; in drawBitmap()
495 aPtL[ 2 ].x = nDstX; in drawBitmap()
501 aPtL[ 2 ].x = 0; in drawBitmap()
508 aPtL[ 0 ].x = nDstX; in drawBitmap()
626 thePoints[ 0 ].x = 0; in getBitmap()
698 aPt.x = nX; in invert()
[all …]
/trunk/main/mysqlc/source/
H A Dmysqlc_preparedstatement.hxx114 void SAL_CALL setByte(sal_Int32 parameter, sal_Int8 x) throw(SQLException, RuntimeException);
118 void SAL_CALL setInt(sal_Int32 parameter, sal_Int32 x) throw(SQLException, RuntimeException);
122 void SAL_CALL setFloat(sal_Int32 parameter, float x) throw(SQLException, RuntimeException);
124 void SAL_CALL setDouble(sal_Int32 parameter, double x) throw(SQLException, RuntimeException);
128 void SAL_CALL setBytes(sal_Int32 parameter, const ::com::sun::star::uno::Sequence< sal_Int8 >& x)
131 void SAL_CALL setDate(sal_Int32 parameter, const ::com::sun::star::util::Date& x)
134 void SAL_CALL setTime(sal_Int32 parameter, const ::com::sun::star::util::Time& x)
136 void SAL_CALL setTimestamp(sal_Int32 parameter, const ::com::sun::star::util::DateTime& x)
150 void SAL_CALL setRef(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XRef >& x)
153 void SAL_CALL setBlob(sal_Int32 parameter, const Reference< ::com::sun::star::sdbc::XBlob >& x)
[all …]
/trunk/main/connectivity/source/drivers/ado/
H A DAResultSet.cxx708 aField.PutValue(x); in updateValue()
713 OLEVariant x; in updateNull() local
714 x.setNull(); in updateNull()
715 updateValue(columnIndex,x); in updateNull()
721 updateValue(columnIndex,x); in updateBoolean()
726 updateValue(columnIndex,x); in updateByte()
732 updateValue(columnIndex,x); in updateShort()
786 if(!x.is()) in updateBinaryStream()
790 x->readBytes(aSeq,length); in updateBinaryStream()
796 if(!x.is()) in updateCharacterStream()
[all …]
/trunk/main/scp2/inc/
H A Dmacros.inc28 #define DOSTRING( x ) #x
29 #define STRING( x ) DOSTRING( x )
30 #define DOCONCAT2( x, y ) x##y
31 #define CONCAT2( x, y) DOCONCAT2(x,y)
32 #define DOCONCAT3( x, y, z ) x##y##z
33 #define CONCAT3( x, y, z ) DOCONCAT3(x,y,z)
34 #define DOCONCAT4( x, y, z, a ) x##y##z##a
35 #define CONCAT4( x, y, z, a ) DOCONCAT4(x,y,z,a)
36 #define DOCONCAT5( x, y, z, a, b ) x##y##z##a##b
38 #define DOCONCAT6( x, y, z, a, b, c ) x##y##z##a##b##c
[all …]
/trunk/main/basebmp/test/
H A Dbmpdemo.cxx108 end.x - end.x, in Renderer()
230 return x < 0; in is_negative()
737 return (x == rhs.x) && (y == rhs.y); in equal()
742 x(0), in PackedPixelIterator()
747 x(0), in PackedPixelIterator()
763 return difference_type(x - rhs.x, y - rhs.y); in operator -()
766 MoveX x; member in __anon169c9f4b0111::PackedPixelIterator
771 x += s.x; in operator +=()
778 x -= s.x; in operator -=()
998 double x1 = x; in project()
[all …]
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx903 m_aParameterManager.setByte(parameterIndex, x); in setByte()
909 m_aParameterManager.setShort(parameterIndex, x); in setShort()
915 m_aParameterManager.setInt(parameterIndex, x); in setInt()
921 m_aParameterManager.setLong(parameterIndex, x); in setLong()
927 m_aParameterManager.setFloat(parameterIndex, x); in setFloat()
945 m_aParameterManager.setBytes(parameterIndex, x); in setBytes()
951 m_aParameterManager.setDate(parameterIndex, x); in setDate()
957 m_aParameterManager.setTime(parameterIndex, x); in setTime()
993 m_aParameterManager.setRef(parameterIndex, x); in setRef()
999 m_aParameterManager.setBlob(parameterIndex, x); in setBlob()
[all …]
/trunk/main/vcl/source/gdi/
H A Dbitmapex.cxx863 for(sal_Int32 x(0L); x < aDestinationSizePixel.getWidth(); x++) in impTransformBitmap() local
871 x, in impTransformBitmap()
883 x, in impTransformBitmap()
1098 for(sal_uInt32 x(0L); x < (sal_uInt32)pContent->Width(); x++) in ModifyBitmapEx() local
1117 for(sal_uInt32 x(0L); x < (sal_uInt32)pContent->Width(); x++) in ModifyBitmapEx() local
1134 for(sal_uInt32 x(0L); x < (sal_uInt32)pContent->Width(); x++) in ModifyBitmapEx() local
1253 long x(0); in createBlendFrame() local
1261 for(x = 1; x < nW - 1; x++) in createBlendFrame()
1272 if(x < nW) in createBlendFrame()
1288 if(x < nW) in createBlendFrame()
[all …]

Completed in 334 milliseconds

12345678910>>...47