Searched refs:fromType (Results 1 – 15 of 15) sorted by relevance
/aoo4110/main/cli_ure/source/uno_bridge/ |
H A D | cli_proxy.cxx | 229 bool UnoInterfaceProxy::CanCastTo(System::Type* fromType, in CanCastTo() argument 232 if (fromType == __typeof(System::Object)) // trivial case in CanCastTo() 238 if (0 != findInfo( fromType )) // proxy supports demanded interface in CanCastTo() 252 args[0] = fromType; in CanCastTo() 276 if (0 != findInfo( fromType )) in CanCastTo() 293 OSL_ASSERT( 0 != proxy->findInfo( fromType ) ); in CanCastTo() 296 OSL_ASSERT( 0 != findInfo( fromType ) ); in CanCastTo()
|
H A D | cli_proxy.h | 127 bool CanCastTo(System::Type* fromType, System::Object* o);
|
/aoo4110/main/connectivity/source/drivers/jdbc/ |
H A D | DatabaseMetaData.cxx | 997 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 D | ODatabaseMetaData.cxx | 872 sal_Bool SAL_CALL ODatabaseMetaData::supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(… in supportsConvert() argument 874 if(fromType == toType) in supportsConvert() 878 switch(fromType) in supportsConvert()
|
/aoo4110/main/mysqlc/source/ |
H A D | mysqlc_databasemetadata.hxx | 119 sal_Bool SAL_CALL supportsConvert(sal_Int32 fromType, sal_Int32 toType)
|
/aoo4110/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
H A D | SDatabaseMetaData.cxx | 411 sal_Bool SAL_CALL ODatabaseMetaData::supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(… in supportsConvert() argument
|
H A D | SDatabaseMetaData.hxx | 92 …virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(::com::sun…
|
/aoo4110/main/connectivity/source/inc/file/ |
H A D | FDatabaseMetaData.hxx | 97 …virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(::com::sun…
|
/aoo4110/main/connectivity/source/drivers/evoab2/ |
H A D | NDatabaseMetaData.hxx | 140 …virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(::com::sun…
|
/aoo4110/main/connectivity/source/inc/ado/ |
H A D | ADatabaseMetaData.hxx | 122 …virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(::com::sun…
|
/aoo4110/main/connectivity/source/inc/java/sql/ |
H A D | DatabaseMetaData.hxx | 104 …virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(::com::sun…
|
/aoo4110/main/connectivity/source/inc/odbc/ |
H A D | ODatabaseMetaData.hxx | 113 …virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(::com::sun…
|
/aoo4110/main/connectivity/source/drivers/kab/ |
H A D | KDatabaseMetaData.hxx | 94 …virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(::com::sun…
|
/aoo4110/main/connectivity/source/drivers/macab/ |
H A D | MacabDatabaseMetaData.hxx | 93 …virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType ) throw(::com::sun…
|
/aoo4110/main/offapi/com/sun/star/sdbc/ |
H A D | XDatabaseMetaData.idl | 442 boolean supportsConvert([in]long fromType, [in]long toType)
|
Completed in 893 milliseconds