| /trunk/main/cli_ure/source/uno_bridge/ |
| H A D | cli_proxy.cxx | 229 bool UnoInterfaceProxy::CanCastTo(System::Type ^ fromType, 232 if (fromType == System::Object::typeid) // trivial case 238 if (nullptr != findInfo( fromType )) // proxy supports demanded interface 252 args[0] = fromType; 276 if (nullptr != findInfo( fromType )) 293 OSL_ASSERT( nullptr != proxy->findInfo( fromType ) ); 296 OSL_ASSERT(nullptr != findInfo( fromType ) );
|
| H A D | cli_proxy.h | 127 virtual bool CanCastTo(System::Type ^ fromType, System::Object ^ o);
|
| /trunk/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()
|
| /trunk/main/connectivity/source/drivers/odbcbase/ |
| H A D | ODatabaseMetaData.cxx | 872 sal_Bool SAL_CALL ODatabaseMetaData::supportsConvert( sal_Int32 fromType, sal_Int32 toType ) in supportsConvert() argument 874 if(fromType == toType) in supportsConvert() 878 switch(fromType) in supportsConvert()
|
| /trunk/main/connectivity/source/inc/file/ |
| H A D | FDatabaseMetaData.hxx | 97 virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType );
|
| /trunk/main/connectivity/source/drivers/evoab2/ |
| H A D | NDatabaseMetaData.hxx | 140 virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType );
|
| /trunk/main/mysqlc/source/ |
| H A D | mysqlc_databasemetadata.hxx | 119 sal_Bool SAL_CALL supportsConvert(sal_Int32 fromType, sal_Int32 toType);
|
| /trunk/main/connectivity/source/inc/ado/ |
| H A D | ADatabaseMetaData.hxx | 122 virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType );
|
| /trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
| H A D | SDatabaseMetaData.hxx | 92 virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType );
|
| H A D | SDatabaseMetaData.cxx | 411 sal_Bool SAL_CALL ODatabaseMetaData::supportsConvert( sal_Int32 fromType, sal_Int32 toType ) in supportsConvert() argument
|
| /trunk/main/connectivity/source/inc/odbc/ |
| H A D | ODatabaseMetaData.hxx | 113 virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType );
|
| /trunk/main/connectivity/source/drivers/macab/ |
| H A D | MacabDatabaseMetaData.hxx | 93 virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType );
|
| /trunk/main/connectivity/java/sdbc_jdbc/src/main/java/com/sun/star/comp/sdbc/ |
| H A D | JavaSQLDatabaseMetaData.java | 1101 public boolean supportsConvert(int fromType, int toType) throws SQLException { in supportsConvert() argument 1103 return jdbcDatabaseMetaData.supportsConvert(fromType, toType); in supportsConvert()
|
| /trunk/main/connectivity/source/inc/java/sql/ |
| H A D | DatabaseMetaData.hxx | 104 virtual sal_Bool SAL_CALL supportsConvert( sal_Int32 fromType, sal_Int32 toType );
|
| /trunk/main/offapi/com/sun/star/sdbc/ |
| H A D | XDatabaseMetaData.idl | 442 boolean supportsConvert([in]long fromType, [in]long toType)
|