Home
last modified time | relevance | path

Searched refs:get_Value (Results 1 – 10 of 10) sorted by relevance

/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx447 aInfo->aSimpleType.aTypeName = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
452 aInfo->aSimpleType.nPrecision = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
453 aInfo->aSimpleType.aLiteralPrefix = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
455 aInfo->aSimpleType.aCreateParams = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
456 aInfo->aSimpleType.bNullable = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
458 aInfo->aSimpleType.nSearchType = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
459 aInfo->aSimpleType.bUnsigned = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
460 aInfo->aSimpleType.bCurrency = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
463 aInfo->aSimpleType.nMinimumScale = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
464 aInfo->aSimpleType.nMaximumScale = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
[all …]
H A DADatabaseMetaDataImpl.cxx72 aInfo.pwszLiteralValue = aField.get_Value(); in fillLiterals()
74 aInfo.fSupported = aField.get_Value(); in fillLiterals()
76 aInfo.cchMaxLen = aField.get_Value().getUInt32(); in fillLiterals()
79 sal_uInt32 nId = aField.get_Value().getUInt32(); in fillLiterals()
H A DAwrapado.cxx528 void WpADOField::get_Value(OLEVariant& aValVar) const in get_Value() function in WpADOField
532 sal_Bool bOk = SUCCEEDED(pInterface->get_Value(&aValVar)); in get_Value()
536 OLEVariant WpADOField::get_Value() const in get_Value() function in WpADOField
540 pInterface->get_Value(&aValVar); in get_Value()
648 pInterface->get_Value(&aValVar); in GetValue()
656 pInterface->get_Value(&aValVar); in GetValue()
1012 pInterface->get_Value(&aValVar); in GetValue()
1019 pInterface->get_Value(&aValVar); in GetValue()
H A DACallableStatement.cxx43 pParam->get_Value(&m_aValue);
H A DAResultSet.cxx208 aField.get_Value(m_aValue); in getBinaryStream()
225 aField.get_Value(m_aValue); in getValue()
H A DADatabaseMetaDataResultSet.cxx175 aField.get_Value(m_aValue); in getBinaryStream()
1209 aField.get_Value(m_aValue); in getValue()
H A DADatabaseMetaData.cxx933 aField.get_Value(aValue); in getSQLKeywords()
/trunk/main/connectivity/source/inc/ado/
H A DAwrapado.hxx254 void get_Value(OLEVariant& aValVar) const ;
255 OLEVariant get_Value() const;
/trunk/main/cli_ure/source/climaker/
H A Dclimaker_emit.cxx2205 __try_cast< iface_entry * >( enumerator->get_Value() ) ); in Dispose()
2215 __try_cast< struct_entry * >( enumerator->get_Value() ) ); in Dispose()
2226 __try_cast< service_entry * >( enumerator->get_Value() ) ); in Dispose()
2236 __try_cast< singleton_entry * >( enumerator->get_Value() ) ); in Dispose()
/trunk/main/cli_ure/source/native/
H A Dnative_bootstrap.cxx323 bootstrap_parameters->get_Value() ) ) );

Completed in 62 milliseconds