Home
last modified time | relevance | path

Searched refs:x (Results 76 – 100 of 1170) sorted by relevance

12345678910>>...47

/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSPreparedStatement.hxx103 …virtual void SAL_CALL setBoolean( sal_Int32 parameterIndex, sal_Bool x ) throw(::com::sun::star::s…
104 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
105 …virtual void SAL_CALL setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(::com::sun::star::sd…
106 …virtual void SAL_CALL setInt( sal_Int32 parameterIndex, sal_Int32 x ) throw(::com::sun::star::sdbc…
107 …virtual void SAL_CALL setLong( sal_Int32 parameterIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
108 …virtual void SAL_CALL setFloat( sal_Int32 parameterIndex, float x ) throw(::com::sun::star::sdbc::…
109 …virtual void SAL_CALL setDouble( sal_Int32 parameterIndex, double x ) throw(::com::sun::star::sdbc…
110 …virtual void SAL_CALL setString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) throw(::com:…
112 …virtual void SAL_CALL setDate( sal_Int32 parameterIndex, const ::com::sun::star::util::Date& x ) t…
113 …virtual void SAL_CALL setTime( sal_Int32 parameterIndex, const ::com::sun::star::util::Time& x ) t…
[all …]
H A DSPreparedStatement.cxx135 void SAL_CALL OPreparedStatement::setString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) t… in setString() argument
163 void SAL_CALL OPreparedStatement::setBoolean( sal_Int32 parameterIndex, sal_Bool x ) throw(SQLExcep… in setBoolean() argument
170 void SAL_CALL OPreparedStatement::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(SQLExceptio… in setByte() argument
204 void SAL_CALL OPreparedStatement::setDouble( sal_Int32 parameterIndex, double x ) throw(SQLExceptio… in setDouble() argument
213 void SAL_CALL OPreparedStatement::setFloat( sal_Int32 parameterIndex, float x ) throw(SQLException,… in setFloat() argument
221 void SAL_CALL OPreparedStatement::setInt( sal_Int32 parameterIndex, sal_Int32 x ) throw(SQLExceptio… in setInt() argument
245 void SAL_CALL OPreparedStatement::setClob( sal_Int32 parameterIndex, const Reference< XClob >& x ) … in setClob() argument
253 void SAL_CALL OPreparedStatement::setBlob( sal_Int32 parameterIndex, const Reference< XBlob >& x ) … in setBlob() argument
269 void SAL_CALL OPreparedStatement::setRef( sal_Int32 parameterIndex, const Reference< XRef >& x ) th… in setRef() argument
293 void SAL_CALL OPreparedStatement::setObject( sal_Int32 parameterIndex, const Any& x ) throw(SQLExce… in setObject() argument
[all …]
/trunk/main/connectivity/source/drivers/evoab2/
H A DNPreparedStatement.hxx102 …virtual void SAL_CALL setBoolean( sal_Int32 parameterIndex, sal_Bool x ) throw(::com::sun::star::s…
103 …virtual void SAL_CALL setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(::com::sun::star::sdbc…
104 …virtual void SAL_CALL setShort( sal_Int32 parameterIndex, sal_Int16 x ) throw(::com::sun::star::sd…
105 …virtual void SAL_CALL setInt( sal_Int32 parameterIndex, sal_Int32 x ) throw(::com::sun::star::sdbc…
106 …virtual void SAL_CALL setLong( sal_Int32 parameterIndex, sal_Int64 x ) throw(::com::sun::star::sdb…
107 …virtual void SAL_CALL setFloat( sal_Int32 parameterIndex, float x ) throw(::com::sun::star::sdbc::…
108 …virtual void SAL_CALL setDouble( sal_Int32 parameterIndex, double x ) throw(::com::sun::star::sdbc…
109 …virtual void SAL_CALL setString( sal_Int32 parameterIndex, const ::rtl::OUString& x ) throw(::com:…
111 …virtual void SAL_CALL setDate( sal_Int32 parameterIndex, const ::com::sun::star::util::Date& x ) t…
112 …virtual void SAL_CALL setTime( sal_Int32 parameterIndex, const ::com::sun::star::util::Time& x ) t…
[all …]
/trunk/main/connectivity/source/drivers/jdbc/
H A DResultSet.cxx670 callVoidMethod("updateInt", "(II)V", mID, columnIndex, x); in updateInt()
744 jbyteArray aArray = t.pEnv->NewByteArray(x.getLength()); in updateBytes()
745 t.pEnv->SetByteArrayRegion(aArray,0,x.getLength(),(jbyte*)x.getConstArray()); in updateBytes()
758 java_sql_Date aD(x); in updateDate()
767 java_sql_Time aD(x); in updateTime()
776 java_sql_Timestamp aD(x); in updateTimestamp()
802 jobject obj = createByteInputStream(x,length); in updateBinaryStream()
834 jobject obj = createCharArrayReader(x,length); in updateCharacterStream()
849 if(!::dbtools::implUpdateObject(this,columnIndex,x)) in updateObject()
886 if ( x >>= nTemp) in updateNumericObject()
[all …]
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclControl.java71 public void click(int x, int y) { in click() argument
73 Tester.click((int) rect.x + x, (int) rect.y + y); in click()
76 public void doubleClick(int x, int y) { in doubleClick() argument
78 Tester.doubleClick((int) rect.x + x, (int) rect.y + y); in doubleClick()
83 Tester.click((int)(rect.x + xPercent * rect.width), (int) (rect.y + yPercent * rect.height)); in click()
88 …Tester.doubleClick((int)(rect.x + xPercent * rect.width), (int) (rect.y + yPercent * rect.height)); in doubleClick()
91 public void rightClick(int x, int y) { in rightClick() argument
93 Tester.rightClick((int) rect.x + x, (int) rect.y + y); in rightClick()
98 Tester.drag((int) rect.x + fromX, (int) rect.y + fromY, (int) rect.x + toX, (int) rect.y + toY); in drag()
295 int x = Integer.parseInt(data[0]);
[all …]
/trunk/main/cppu/qa/
H A Dtest_reference.cxx107 …try { Reference< Interface1 > x( xNull, UNO_SET_THROW ); (void)x; } catch( const RuntimeException&… in TEST_F() local
111 …try { Reference< Interface1 > x( xFoo, UNO_SET_THROW ); (void)x; } catch( const RuntimeException& … in TEST_F() local
116 …try { Reference< Interface1 > x( xNull.get(), UNO_SET_THROW ); (void)x; } catch( const RuntimeExce… in TEST_F() local
120 …try { Reference< Interface1 > x( xFoo.get(), UNO_SET_THROW ); (void)x; } catch( const RuntimeExcep… in TEST_F() local
123 Reference< Interface1 > x; in TEST_F() local
126 …try { x.set( xNull, UNO_SET_THROW ); } catch( const RuntimeException& ) { bCaughtException = true;… in TEST_F()
130 …try { x.set( xFoo, UNO_SET_THROW ); } catch( const RuntimeException& ) { bCaughtException = true; } in TEST_F()
135 …try { x.set( xNull.get(), UNO_SET_THROW ); } catch( const RuntimeException& ) { bCaughtException =… in TEST_F()
139 …try { x.set( xFoo.get(), UNO_SET_THROW ); } catch( const RuntimeException& ) { bCaughtException = … in TEST_F()
/trunk/main/dbaccess/source/core/api/
H A Dresultset.cxx701 m_xDelegatorRowUpdate->updateByte(columnIndex, x); in updateByte()
712 m_xDelegatorRowUpdate->updateShort(columnIndex, x); in updateShort()
723 m_xDelegatorRowUpdate->updateInt(columnIndex, x); in updateInt()
734 m_xDelegatorRowUpdate->updateLong(columnIndex, x); in updateLong()
745 m_xDelegatorRowUpdate->updateFloat(columnIndex, x); in updateFloat()
756 m_xDelegatorRowUpdate->updateDouble(columnIndex, x); in updateDouble()
767 m_xDelegatorRowUpdate->updateString(columnIndex, x); in updateString()
778 m_xDelegatorRowUpdate->updateBytes(columnIndex, x); in updateBytes()
789 m_xDelegatorRowUpdate->updateDate(columnIndex, x); in updateDate()
800 m_xDelegatorRowUpdate->updateTime(columnIndex, x); in updateTime()
[all …]
/trunk/main/sdext/source/pdfimport/xpdfwrapper/
H A Dpnghelper.cxx226 for( int x = 0; x < nLineSize; x++ ) in createPng() local
269 for( int x=0; x<width; ++x) in createPng() local
300 for( int x = 0; x < maskWidth; ++x ) in createPng() local
305 (x*width/maskWidth)*4 + 1 + 3 // mapped column in createPng()
354 for( int x=0; x<width; ++x) in createPng() local
381 for( int x = 0; x < maskWidth; ++x ) in createPng() local
386 (x*width/maskWidth)*4 + 1 + 3 // mapped column in createPng()
/trunk/main/filter/source/graphicfilter/etiff/
H A Detiff.cxx366 sal_uLong j, x, y; in ImplWriteBody() local
382 for ( x = 0; x < mnWidth; x++ ) in ImplWriteBody()
384 const BitmapColor& rColor = mpAcc->GetPixel( y, x ); in ImplWriteBody()
398 for ( x = 0; x < mnWidth; x++ ) in ImplWriteBody()
400 Compress( mpAcc->GetPixelIndex( y, x ) ); in ImplWriteBody()
411 for ( x = 0; x < mnWidth; x++, nShift++ ) in ImplWriteBody()
414 nTemp = ( mpAcc->GetPixelIndex( y, x ) << 4 ); in ImplWriteBody()
416 Compress( (sal_uInt8)( nTemp | ( mpAcc->GetPixelIndex( y, x ) & 0xf ) ) ); in ImplWriteBody()
430 for ( x = 0; x < mnWidth; x++) in ImplWriteBody()
433 j |= ( ( ~mpAcc->GetPixelIndex( y, x ) ) & 1 ); in ImplWriteBody()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx378 void VCLXGraphics::drawPixel( sal_Int32 x, sal_Int32 y ) throw(uno::RuntimeException) in drawPixel() argument
385 mpOutputDevice->DrawPixel( Point( x, y ) ); in drawPixel()
407 mpOutputDevice->DrawRect( Rectangle( Point( x, y ), Size( width, height ) ) ); in drawRect()
418 …mpOutputDevice->DrawRect( Rectangle( Point( x, y ), Size( width, height ) ), nHorzRound, nVertRoun… in drawRoundedRect()
467 mpOutputDevice->DrawEllipse( Rectangle( Point( x, y ), Size( width, height ) ) ); in drawEllipse()
478 …mpOutputDevice->DrawArc( Rectangle( Point( x, y ), Size( width, height ) ), Point( x1, y1 ), Point… in drawArc()
489 …mpOutputDevice->DrawPie( Rectangle( Point( x, y ), Size( width, height ) ), Point( x1, y1 ), Point… in drawPie()
519 mpOutputDevice->DrawGradient( Rectangle( Point( x, y ), Size( width, height ) ), aGradient ); in drawGradient()
530 mpOutputDevice->DrawText( Point( x, y ), rText ); in drawText()
541 mpOutputDevice->DrawTextArray( Point( x, y ), rText, rLongs.getConstArray() ); in drawTextArray()
[all …]
/trunk/main/filter/source/graphicfilter/ios2met/
H A Dios2met.cxx779 long x,y; in ReadPoint() local
783 x=x-aBoundingRect.Left(); in ReadPoint()
787 aCalcBndRect.Union(Rectangle(x,y,x+1,y+1)); in ReadPoint()
1301 long x,y; in ReadMarker() local
1318 aCalcBndRect.Union(Rectangle(x-5,y-5,x+5,y+5)); in ReadMarker()
1321 pVirDev->DrawLine(Point(x-4,y),Point(x+4,y)); in ReadMarker()
1322 pVirDev->DrawLine(Point(x,y-4),Point(x,y+4)); in ReadMarker()
1383 pVirDev->DrawEllipse(Rectangle(x-1,y-1,x+1,y+1)); in ReadMarker()
1386 pVirDev->DrawEllipse(Rectangle(x-2,y-2,x+2,y+2)); in ReadMarker()
1391 pVirDev->DrawLine(Point(x-4,y-4),Point(x+4,y+4)); in ReadMarker()
[all …]
/trunk/main/connectivity/source/inc/odbc/
H A DOTools.hxx151 aVal.year = x.Year; in DateToOdbcDate()
152 aVal.month = x.Month; in DateToOdbcDate()
153 aVal.day = x.Day; in DateToOdbcDate()
159 aVal.hour = x.Hours; in TimeToOdbcTime()
160 aVal.minute = x.Minutes; in TimeToOdbcTime()
161 aVal.second = x.Seconds; in TimeToOdbcTime()
167 aVal.year = x.Year; in DateTimeToTimestamp()
168 aVal.month = x.Month; in DateTimeToTimestamp()
169 aVal.day = x.Day; in DateTimeToTimestamp()
170 aVal.hour = x.Hours; in DateTimeToTimestamp()
[all …]
/trunk/main/filter/source/graphicfilter/epbm/
H A Depbm.cxx152 sal_uLong x; in ImplWriteBody() local
153 for ( x = 0; x < mnWidth; x++ ) in ImplWriteBody()
156 if (!(mpAcc->GetPixelIndex( y, x ) & 1 ) ) in ImplWriteBody()
158 if ( ( x & 7 ) == 7 ) in ImplWriteBody()
161 if ( ( x & 7 ) != 0 ) in ImplWriteBody()
162 *mpOStm << (sal_uInt8)( nBYTE << ( ( x ^ 7 ) + 1 ) ); in ImplWriteBody()
171 for ( sal_uLong x = 0; x < mnWidth; x++ ) in ImplWriteBody() local
178 *mpOStm << (sal_uInt8)( ( mpAcc->GetPixelIndex( y, x ) ^ 1 ) + '0' ) ; in ImplWriteBody()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkcomponent.cxx60 gint x, gint y, AtkCoordType t) in translatePoint() argument
68 x, y, x - aOrigin.X, y - aOrigin.Y); in translatePoint()
71 return awt::Point( x - aOrigin.X, y - aOrigin.Y ); in translatePoint()
102 gint x, in component_wrapper_contains() argument
124 gint x, in component_wrapper_ref_accessible_at_point() argument
136 translatePoint( pComponent, x, y, coord_type ) ); in component_wrapper_ref_accessible_at_point()
140 x, y, xAccessible.get()); in component_wrapper_ref_accessible_at_point()
168 gint *x, in component_wrapper_get_position() argument
184 *x = aPos.X; in component_wrapper_get_position()
229 gint *x, in component_wrapper_get_extents() argument
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DBorderRemover.java35 int x; field in Rect
42 x = _x; in Rect()
47 public int getX() {return x;} in getX()
225 for (int x = 0; x < nXMin; x++) in findBorder()
228 int nCurrentColor = _aImage.getPixel(x, y); in findBorder()
233 nXMin = java.lang.Math.min(nXMin, x); in findBorder()
303 for (int x = 0; x < w; x++) in createImage()
306 aBI.setRGB(x, y, _aImage.getPixel(x + nXOffset, y + nYOffset)); in createImage()
/trunk/main/sal/rtl/source/
H A Duuid.cxx35 #define SWAP_INT32_TO_NETWORK(x)\ argument
36 { sal_uInt32 y = x;\
37 sal_uInt8 *p = (sal_uInt8 * )&(x); \
43 #define SWAP_INT16_TO_NETWORK(x)\ argument
44 { sal_uInt16 y = x;\
45 sal_uInt8 *p = (sal_uInt8 * )&(x); \
50 #define SWAP_NETWORK_TO_INT16(x)\ argument
51 { sal_uInt16 y = x;\
53 x = ( ( ((sal_uInt16)p[0]) & 0xff) << 8 ) |\
56 #define SWAP_NETWORK_TO_INT32(x)\ argument
[all …]
/trunk/main/vcl/source/gdi/
H A Dsalgdilayout.cxx129 x = x - devX + pOutDevRef->GetOutOffXPixel(); in mirror()
131 x = devX + (x - pOutDevRef->GetOutOffXPixel()); in mirror()
137x = x - pOutDevRef->GetOutputWidthPixel() + devX - pOutDevRef->GetOutOffXPixel() + 1; in mirror()
139x = pOutDevRef->GetOutputWidthPixel() - (x - devX) + pOutDevRef->GetOutOffXPixel() - 1; in mirror()
143 x = w-1-x; in mirror()
165 x = x - devX + pOutDevRef->GetOutOffXPixel(); in mirror()
167 x = devX + (x - pOutDevRef->GetOutOffXPixel()); in mirror()
179 x = w-nWidth-x; in mirror()
303 long x = rRect.Left(); in mirror() local
304 long x_org = x; in mirror()
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DPlainSourceView.java193 g.fillRect(clip.x, clip.y, clip.width, clip.height); in paintComponent()
213 int x = width - ascent; in paintComponent() local
217 drawArrow(g, ascent, x, y); in paintComponent()
222 private void drawArrow(Graphics g, int ascent, int x, int y) { in drawArrow() argument
224 int dx = x; in drawArrow()
229 for (x = dx + 5; x <= dx + 10; x++, y++) { in drawArrow()
230 arrow.addPoint(x, y); in drawArrow()
232 for (x = dx + 9; x >= dx + 5; x--, y++) { in drawArrow()
233 arrow.addPoint(x, y); in drawArrow()
/trunk/main/canvas/inc/canvas/
H A Dcanvastools.hxx96 inline sal_uInt32 nextPow2( sal_uInt32 x ) in nextPow2() argument
98 --x; in nextPow2()
99 x |= x >> 1; in nextPow2()
100 x |= x >> 2; in nextPow2()
101 x |= x >> 4; in nextPow2()
102 x |= x >> 8; in nextPow2()
103 x |= x >> 16; in nextPow2()
105 return ++x; in nextPow2()
117 …inline unsigned int count( unsigned int x, unsigned int c ) { return ((x) & mask(c)) + (((x) >> (p… in count() argument
/trunk/main/l10ntools/scripts/
H A Dxhtex23 if [ x${SOLARENV}x = xx ]; then
29 if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
35 if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
H A Dxtxex23 if [ x${SOLARENV}x = xx ]; then
29 if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
35 if [ x${SOLARVER}x = xx -o x${UPDMINOREXT}x = xx ]; then
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx249 for( sal_Int32 x=0; x<nWidth; ++x ) in readBmp() local
252 rWriteAcc->SetPixelIndex( aRect.Y1, x, in readBmp()
257 rAlphaAcc->SetPixel( aRect.Y1, x, in readBmp()
263 for( sal_Int32 x=0; x<nWidth; ++x ) in readBmp() local
266 rWriteAcc->SetPixel( aRect.Y1, x, in readBmp()
270 rAlphaAcc->SetPixel( aRect.Y1, x, in readBmp()
281 for( sal_Int32 x=0; x<nWidth; ++x ) in readBmp() local
283 const rendering::RGBColor& rColor=aRGBColors[x]; in readBmp()
284 rWriteAcc->SetPixelIndex( aRect.Y1, x, in readBmp()
293 for( sal_Int32 x=0; x<nWidth; ++x ) in readBmp() local
[all …]
/trunk/main/sal/qa/inc/
H A Dvalueequal.hxx29 bool is_equal(T x, T y, sal_Int16 _nPrec) in is_equal() argument
52 if (x < 0) in is_equal()
54 x = -x; in is_equal()
70 sal_Int32 nBeforeDot = sal_Int32( log10(x) ); in is_equal()
90 long double nDelta = fabs( x - y ) ; in is_equal()
151 bool is_float_equal(float x, float y) in is_float_equal() argument
153 return is_equal<float>(x, y, PREC_float); in is_float_equal()
155 bool is_double_equal(double x, double y) in is_double_equal() argument
157 return is_equal<double>(x, y, PREC_double); in is_double_equal()
/trunk/main/xmerge/source/palmtests/qa/lib/
H A Dconverterlib.pm815 my $x;
820 $x = $x_val;
853 $x = 0;
862 $x = 152;
869 if ($x >= 100)
878 &off_tap_pen($x, $y, $offset);
898 my $x = $_[0];
907 &pose_tap_pen_hard($x, $y, 1);
1040 my $x = $_[0];
1049 TapPen($x, $y);
[all …]
/trunk/main/mysqlc/source/
H A Dmysqlc_resultset.hxx249 void SAL_CALL updateByte(sal_Int32 column, sal_Int8 x) throw(SQLException, RuntimeException);
251 void SAL_CALL updateShort(sal_Int32 column, sal_Int16 x) throw(SQLException, RuntimeException);
253 void SAL_CALL updateInt(sal_Int32 column, sal_Int32 x) throw(SQLException, RuntimeException);
257 void SAL_CALL updateFloat(sal_Int32 column, float x) throw(SQLException, RuntimeException);
259 void SAL_CALL updateDouble(sal_Int32 column, double x) throw(SQLException, RuntimeException);
261 void SAL_CALL updateString(sal_Int32 column, const OUString& x)
267 void SAL_CALL updateDate(sal_Int32 column, const ::com::sun::star::util::Date& x)
270 void SAL_CALL updateTime(sal_Int32 column, const ::com::sun::star::util::Time& x)
273 void SAL_CALL updateTimestamp(sal_Int32 column, const ::com::sun::star::util::DateTime& x)
282 void SAL_CALL updateObject(sal_Int32 column, const Any& x)
[all …]

Completed in 144 milliseconds

12345678910>>...47