Home
last modified time | relevance | path

Searched refs:toType (Results 1 – 16 of 16) sorted by relevance

/aoo4110/main/jurt/test/com/sun/star/uno/
H A DAnyConverter_Test.java686 Type val= AnyConverter.toType(aType); in test_toType()
688 val= AnyConverter.toType(anyType); in test_toType()
692 try { AnyConverter.toType(aBool); failed(""); in test_toType()
696 try { AnyConverter.toType(aChar); failed(""); in test_toType()
700 try { AnyConverter.toType(aByte); failed(""); in test_toType()
708 try { AnyConverter.toType(aInt); failed(""); in test_toType()
724 try { AnyConverter.toType(aObj); failed(""); in test_toType()
726 try { AnyConverter.toType(aStr); failed(""); in test_toType()
764 try { AnyConverter.toType(aInt); failed(""); in test_toArray()
780 try { AnyConverter.toType(aObj); failed(""); in test_toArray()
[all …]
/aoo4110/main/connectivity/source/drivers/jdbc/
H A DDatabaseMetaData.cxx997 sal_Bool SAL_CALL java_sql_DatabaseMetaData::supportsConvert( sal_Int32 fromType, sal_Int32 toType in supportsConvert() argument
1000 m_aLogger.log( LogLevel::FINEST, STR_LOG_META_DATA_METHOD_ARG2, pMethodName, fromType, toType ); in supportsConvert()
1008 out = t.pEnv->CallBooleanMethod( object, mID, fromType, toType ); in supportsConvert()
/aoo4110/main/connectivity/source/drivers/odbcbase/
H A DODatabaseMetaData.cxx872 sal_Bool SAL_CALL ODatabaseMetaData::supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(… in supportsConvert() argument
874 if(fromType == toType) in supportsConvert()
962 switch(toType) in supportsConvert()
/aoo4110/main/jurt/com/sun/star/uno/
H A DAnyConverter.java327 static public Type toType(Object object) throws com.sun.star.lang.IllegalArgumentException { in toType() method in AnyConverter
/aoo4110/main/mysqlc/source/
H A Dmysqlc_databasemetadata.hxx119 sal_Bool SAL_CALL supportsConvert(sal_Int32 fromType, sal_Int32 toType)
/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDatabaseMetaData.cxx411 sal_Bool SAL_CALL ODatabaseMetaData::supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(… in supportsConvert() argument
H A DSDatabaseMetaData.hxx92 …virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(::com::sun…
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java755 retVal= AnyConverter.toType(obj); in convert()
/aoo4110/main/connectivity/source/inc/file/
H A DFDatabaseMetaData.hxx97 …virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(::com::sun…
/aoo4110/main/connectivity/source/drivers/evoab2/
H A DNDatabaseMetaData.hxx140 …virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(::com::sun…
/aoo4110/main/connectivity/source/inc/ado/
H A DADatabaseMetaData.hxx122 …virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(::com::sun…
/aoo4110/main/connectivity/source/inc/java/sql/
H A DDatabaseMetaData.hxx104 …virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(::com::sun…
/aoo4110/main/connectivity/source/inc/odbc/
H A DODatabaseMetaData.hxx113 …virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(::com::sun…
/aoo4110/main/connectivity/source/drivers/kab/
H A DKDatabaseMetaData.hxx94 …virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(::com::sun…
/aoo4110/main/connectivity/source/drivers/macab/
H A DMacabDatabaseMetaData.hxx93 …virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(::com::sun…
/aoo4110/main/offapi/com/sun/star/sdbc/
H A DXDatabaseMetaData.idl442 boolean supportsConvert([in]long fromType, [in]long toType)

Completed in 112 milliseconds