Home
last modified time | relevance | path

Searched defs:x (Results 26 – 50 of 596) sorted by relevance

12345678910>>...24

/trunk/main/dbaccess/source/ui/browser/
H A Dformadapter.cxx517 void SAL_CALL SbaXFormAdapter::updateByte(sal_Int32 columnIndex, sal_Int8 x) throw( ::com::sun::sta… in updateByte()
524 void SAL_CALL SbaXFormAdapter::updateShort(sal_Int32 columnIndex, sal_Int16 x) throw( ::com::sun::s… in updateShort()
531 void SAL_CALL SbaXFormAdapter::updateInt(sal_Int32 columnIndex, sal_Int32 x) throw( ::com::sun::sta… in updateInt()
538 void SAL_CALL SbaXFormAdapter::updateLong(sal_Int32 columnIndex, sal_Int64 x) throw( ::com::sun::st… in updateLong()
545 void SAL_CALL SbaXFormAdapter::updateFloat(sal_Int32 columnIndex, float x) throw( ::com::sun::star:… in updateFloat()
552 void SAL_CALL SbaXFormAdapter::updateDouble(sal_Int32 columnIndex, double x) throw( ::com::sun::sta… in updateDouble()
903 void SAL_CALL SbaXFormAdapter::setByte(sal_Int32 parameterIndex, sal_Int8 x) throw( ::com::sun::sta… in setByte()
917 void SAL_CALL SbaXFormAdapter::setInt(sal_Int32 parameterIndex, sal_Int32 x) throw( ::com::sun::sta… in setInt()
924 void SAL_CALL SbaXFormAdapter::setLong(sal_Int32 parameterIndex, sal_Int64 x) throw( ::com::sun::st… in setLong()
931 void SAL_CALL SbaXFormAdapter::setFloat(sal_Int32 parameterIndex, float x) throw( ::com::sun::star:… in setFloat()
[all …]
/trunk/main/dbaccess/source/core/misc/
H A DDatabaseDataProvider.cxx895 void SAL_CALL DatabaseDataProvider::setBoolean(sal_Int32 parameterIndex, sal_Bool x) throw( SQLExce… in setBoolean()
901 void SAL_CALL DatabaseDataProvider::setByte(sal_Int32 parameterIndex, sal_Int8 x) throw( SQLExcepti… in setByte()
907 void SAL_CALL DatabaseDataProvider::setShort(sal_Int32 parameterIndex, sal_Int16 x) throw( SQLExcep… in setShort()
913 void SAL_CALL DatabaseDataProvider::setInt(sal_Int32 parameterIndex, sal_Int32 x) throw( SQLExcepti… in setInt()
919 void SAL_CALL DatabaseDataProvider::setLong(sal_Int32 parameterIndex, sal_Int64 x) throw( SQLExcept… in setLong()
925 void SAL_CALL DatabaseDataProvider::setFloat(sal_Int32 parameterIndex, float x) throw( SQLException… in setFloat()
931 void SAL_CALL DatabaseDataProvider::setDouble(sal_Int32 parameterIndex, double x) throw( SQLExcepti… in setDouble()
937 void SAL_CALL DatabaseDataProvider::setString(sal_Int32 parameterIndex, const ::rtl::OUString& x) t… in setString() argument
949 void SAL_CALL DatabaseDataProvider::setDate(sal_Int32 parameterIndex, const util::Date& x) throw( S… in setDate()
955 void SAL_CALL DatabaseDataProvider::setTime(sal_Int32 parameterIndex, const util::Time& x) throw( S… in setTime()
[all …]
/trunk/main/autodoc/inc/cosv/
H A Dcsv_env.hxx101 #define csv_assert(x) ( (x) ? (void)(0) : ::csv::PerformAssertion( #x, __FILE__, __LINE__) ) argument
115 #define csv_assert(x) assert(x); argument
128 #define csv_assert(x) argument
/trunk/main/sal/rtl/source/
H A Duuid.cxx35 #define SWAP_INT32_TO_NETWORK(x)\ argument
43 #define SWAP_INT16_TO_NETWORK(x)\ argument
50 #define SWAP_NETWORK_TO_INT16(x)\ argument
56 #define SWAP_NETWORK_TO_INT32(x)\ argument
/trunk/main/xml2cmp/source/inc/
H A Dprecomp.h42 #define REF( x ) (&(x)) argument
43 #define MREF( x ) (&(pThis->x)) argument
/trunk/main/dbaccess/source/core/api/
H A DRowSet.cxx697 void ORowSet::updateValue(sal_Int32 columnIndex,const ORowSetValue& x) in updateValue()
733 void SAL_CALL ORowSet::updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(SQLException, RuntimeE… in updateByte()
738 void SAL_CALL ORowSet::updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(SQLException, Runtim… in updateShort()
743 void SAL_CALL ORowSet::updateInt( sal_Int32 columnIndex, sal_Int32 x ) throw(SQLException, RuntimeE… in updateInt()
748 void SAL_CALL ORowSet::updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(SQLException, Runtime… in updateLong()
753 void SAL_CALL ORowSet::updateFloat( sal_Int32 columnIndex, float x ) throw(SQLException, RuntimeExc… in updateFloat()
758 void SAL_CALL ORowSet::updateDouble( sal_Int32 columnIndex, double x ) throw(SQLException, RuntimeE… in updateDouble()
2545 void ORowSet::setParameter(sal_Int32 parameterIndex, const ORowSetValue& x) in setParameter()
2558 void SAL_CALL ORowSet::setByte( sal_Int32 parameterIndex, sal_Int8 x ) throw(SQLException, RuntimeE… in setByte()
2568 void SAL_CALL ORowSet::setInt( sal_Int32 parameterIndex, sal_Int32 x ) throw(SQLException, RuntimeE… in setInt()
[all …]
H A Dresultset.cxx682 void OResultSet::updateBoolean(sal_Int32 columnIndex, sal_Bool x) throw( SQLException, RuntimeExcep… in updateBoolean()
693 void OResultSet::updateByte(sal_Int32 columnIndex, sal_Int8 x) throw( SQLException, RuntimeExceptio… in updateByte()
704 void OResultSet::updateShort(sal_Int32 columnIndex, sal_Int16 x) throw( SQLException, RuntimeExcept… in updateShort()
715 void OResultSet::updateInt(sal_Int32 columnIndex, sal_Int32 x) throw( SQLException, RuntimeExceptio… in updateInt()
726 void OResultSet::updateLong(sal_Int32 columnIndex, sal_Int64 x) throw( SQLException, RuntimeExcepti… in updateLong()
737 void OResultSet::updateFloat(sal_Int32 columnIndex, float x) throw( SQLException, RuntimeException ) in updateFloat()
748 void OResultSet::updateDouble(sal_Int32 columnIndex, double x) throw( SQLException, RuntimeExceptio… in updateDouble()
759 void OResultSet::updateString(sal_Int32 columnIndex, const rtl::OUString& x) throw( SQLException, R… in updateString()
770 void OResultSet::updateBytes(sal_Int32 columnIndex, const Sequence< sal_Int8 >& x) throw( SQLExcept… in updateBytes()
781 void OResultSet::updateDate(sal_Int32 columnIndex, const ::com::sun::star::util::Date& x) throw( SQ… in updateDate()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxgraphics.cxx378 void VCLXGraphics::drawPixel( sal_Int32 x, sal_Int32 y ) throw(uno::RuntimeException) in drawPixel()
400 void VCLXGraphics::drawRect( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height ) throw(un… in drawRect()
411 void VCLXGraphics::drawRoundedRect( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sa… in drawRoundedRect()
460 void VCLXGraphics::drawEllipse( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height ) throw… in drawEllipse()
471 void VCLXGraphics::drawArc( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int32 … in drawArc()
482 void VCLXGraphics::drawPie( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int32 … in drawPie()
493 void VCLXGraphics::drawChord( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, sal_Int3… in drawChord()
504 void VCLXGraphics::drawGradient( sal_Int32 x, sal_Int32 y, sal_Int32 width, sal_Int32 height, const… in drawGradient()
523 void VCLXGraphics::drawText( sal_Int32 x, sal_Int32 y, const ::rtl::OUString& rText ) throw(uno::Ru… in drawText()
534 void VCLXGraphics::drawTextArray( sal_Int32 x, sal_Int32 y, const ::rtl::OUString& rText, const uno… in drawTextArray()
[all …]
/trunk/main/connectivity/source/drivers/file/
H A DFResultSet.cxx744 void OResultSet::updateValue(sal_Int32 columnIndex ,const ORowSetValue& x) throw(SQLException, Runt… in updateValue()
766 void SAL_CALL OResultSet::updateBoolean( sal_Int32 columnIndex, sal_Bool x ) throw(SQLException, Ru… in updateBoolean()
772 void SAL_CALL OResultSet::updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(SQLException, Runti… in updateByte()
779 void SAL_CALL OResultSet::updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(SQLException, Run… in updateShort()
785 void SAL_CALL OResultSet::updateInt( sal_Int32 columnIndex, sal_Int32 x ) throw(SQLException, Runti… in updateInt()
797 void SAL_CALL OResultSet::updateFloat( sal_Int32 columnIndex, float x ) throw(SQLException, Runtime… in updateFloat()
804 void SAL_CALL OResultSet::updateDouble( sal_Int32 columnIndex, double x ) throw(SQLException, Runti… in updateDouble()
810 void SAL_CALL OResultSet::updateString( sal_Int32 columnIndex, const ::rtl::OUString& x ) throw(SQL… in updateString()
816 void SAL_CALL OResultSet::updateBytes( sal_Int32 columnIndex, const Sequence< sal_Int8 >& x ) throw… in updateBytes()
822 void SAL_CALL OResultSet::updateDate( sal_Int32 columnIndex, const ::com::sun::star::util::Date& x … in updateDate()
[all …]
/trunk/main/vcl/source/glyphs/
H A Dgcach_rbmp.cxx53 for( int x = xmax; --x >= 0; p2 += dx ) in ImplRotate8_90() local
69 for( int x = xmax; --x >= 0; ) in ImplRotate8_180() local
98 for( int x = xmax; --x >= 0; p2 += dx ) in ImplRotate1_90() local
141 for( int x = xmax; --x >= 0; ) in ImplRotate1_180() local
/trunk/main/vcl/source/app/
H A Dunohelp.cxx140 …uno::Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XBreakIterator >*)0) ); in CreateBreakIterator() local
156 …uno::Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XCharacterClassificati… in CreateCharacterClassification() local
172 uno::Any x = xI->queryInterface( ::getCppuType((const uno::Reference< i18n::XCollator >*)0) ); in CreateCollator() local
/trunk/test/testcommon/source/org/openoffice/test/vcl/
H A DTester.java72 public static void click(int x, int y) { in click()
79 public static void doubleClick(int x, int y) { in doubleClick()
93 public static void rightClick(int x, int y) { in rightClick()
103 int x = fromX; in drag() local
/trunk/main/connectivity/source/drivers/jdbc/
H A DResultSet.cxx644 void SAL_CALL java_sql_ResultSet::updateBoolean( sal_Int32 columnIndex, sal_Bool x ) throw(::com::s… in updateBoolean()
651 void SAL_CALL java_sql_ResultSet::updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(::com::sun:… in updateByte()
659 void SAL_CALL java_sql_ResultSet::updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(::com::su… in updateShort()
666 void SAL_CALL java_sql_ResultSet::updateInt( sal_Int32 columnIndex, sal_Int32 x ) throw(::com::sun:… in updateInt()
673 void SAL_CALL java_sql_ResultSet::updateLong( sal_Int32 columnIndex, sal_Int64 x ) throw(::com::sun… in updateLong()
682 void SAL_CALL java_sql_ResultSet::updateFloat( sal_Int32 columnIndex, float x ) throw(::com::sun::s… in updateFloat()
690 void SAL_CALL java_sql_ResultSet::updateDouble( sal_Int32 columnIndex, double x ) throw(::com::sun:… in updateDouble()
698 void SAL_CALL java_sql_ResultSet::updateString( sal_Int32 columnIndex, const ::rtl::OUString& x ) t… in updateString()
755 void SAL_CALL java_sql_ResultSet::updateDate( sal_Int32 columnIndex, const ::com::sun::star::util::… in updateDate()
764 void SAL_CALL java_sql_ResultSet::updateTime( sal_Int32 columnIndex, const ::com::sun::star::util::… in updateTime()
[all …]
/trunk/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclWindow.java70 public void move(int x, int y) { in move()
115 public void resize(int x, int y) { in resize()
H A DVclControl.java71 public void click(int x, int y) { in click()
76 public void doubleClick(int x, int y) { in doubleClick()
91 public void rightClick(int x, int y) { in rightClick()
/trunk/main/winaccessibility/source/UAccCOM/
H A DAccComponentBase.cpp48 STDMETHODIMP CAccComponentBase::get_locationInParent(long *x, long *y) in get_locationInParent()
79 STDMETHODIMP CAccComponentBase::get_locationOnScreen(long *x, long *y) in get_locationOnScreen()
/trunk/main/sal/typesconfig/
H A Dtypesconfig.c192 case t_char: { char x = *(char*)p; return dummy(&x); } in GetAtAddress() local
193 case t_short: { short x = *(short*)p; return dummy(&x); } in GetAtAddress() local
194 case t_int: { int x = *(int*)p; return dummy(&x); } in GetAtAddress() local
195 case t_long: { long x = *(long*)p; return dummy(&x); } in GetAtAddress() local
196 case t_double: { double x = *(double*)p; return dummy(&x); } in GetAtAddress() local
/trunk/main/sc/inc/
H A Dmiscuno.hxx80 #define SC_QUERYINTERFACE(x) \ argument
87 #define SC_QUERY_MULTIPLE(x,y) \ argument
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DDialogFocusTraversalPolicy.java48 int index = 0,x = -1; in getComponentAfter() local
75 int index = list.indexOf(aComponent), x = -1; in getComponentBefore() local
/trunk/main/vcl/unx/gtk/a11y/
H A Datkcomponent.cxx60 gint x, gint y, AtkCoordType t) in translatePoint()
102 gint x, in component_wrapper_contains()
124 gint x, in component_wrapper_ref_accessible_at_point()
168 gint *x, in component_wrapper_get_position()
229 gint *x, in component_wrapper_get_extents()
/trunk/main/scripting/source/inc/util/
H A Dutil.hxx28 #define OUSTR(x) ::rtl::OUString( ::rtl::OUString::createFromAscii(x) ) argument
/trunk/main/bridges/test/inter_libs_exc/
H A Dshare.h25 #define OUSTR(x) ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM(x) ) argument
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOResultSet.cxx1024 void SAL_CALL OResultSet::updateBoolean( sal_Int32 columnIndex, sal_Bool x ) throw(SQLException, Ru… in updateBoolean()
1029 void SAL_CALL OResultSet::updateByte( sal_Int32 columnIndex, sal_Int8 x ) throw(SQLException, Runti… in updateByte()
1035 void SAL_CALL OResultSet::updateShort( sal_Int32 columnIndex, sal_Int16 x ) throw(SQLException, Run… in updateShort()
1040 void SAL_CALL OResultSet::updateInt( sal_Int32 columnIndex, sal_Int32 x ) throw(SQLException, Runti… in updateInt()
1050 void SAL_CALL OResultSet::updateFloat( sal_Int32 columnIndex, float x ) throw(SQLException, Runtime… in updateFloat()
1056 void SAL_CALL OResultSet::updateDouble( sal_Int32 columnIndex, double x ) throw(SQLException, Runti… in updateDouble()
1061 void SAL_CALL OResultSet::updateString( sal_Int32 columnIndex, const ::rtl::OUString& x ) throw(SQL… in updateString()
1079 void SAL_CALL OResultSet::updateDate( sal_Int32 columnIndex, const Date& x ) throw(SQLException, Ru… in updateDate()
1086 void SAL_CALL OResultSet::updateTime( sal_Int32 columnIndex, const Time& x ) throw(SQLException, Ru… in updateTime()
1093 void SAL_CALL OResultSet::updateTimestamp( sal_Int32 columnIndex, const DateTime& x ) throw(SQLExce… in updateTimestamp()
[all …]
/trunk/main/extensions/workben/
H A Dtestcomponent.cxx84 XInterfaceRef x = xSMgr->createInstance( in main() local
163 XInterfaceRef x = xSMgr->createInstance( OStringToOWString( argv[1] , CHARSET_SYSTEM ) ); in main() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DImageHelper.java48 int x = 0; in ImageHelper() local
67 public int getPixel(int x, int y) in getPixel()

Completed in 134 milliseconds

12345678910>>...24