Searched refs:get_Value (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | AConnection.cxx | 447 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 D | ADatabaseMetaDataImpl.cxx | 72 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 D | Awrapado.cxx | 528 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 D | ACallableStatement.cxx | 43 pParam->get_Value(&m_aValue);
|
H A D | AResultSet.cxx | 208 aField.get_Value(m_aValue); in getBinaryStream() 225 aField.get_Value(m_aValue); in getValue()
|
H A D | ADatabaseMetaDataResultSet.cxx | 175 aField.get_Value(m_aValue); in getBinaryStream() 1209 aField.get_Value(m_aValue); in getValue()
|
H A D | ADatabaseMetaData.cxx | 933 aField.get_Value(aValue); in getSQLKeywords()
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | Awrapado.hxx | 254 void get_Value(OLEVariant& aValVar) const ; 255 OLEVariant get_Value() const;
|
/aoo41x/main/cli_ure/source/native/ |
H A D | native_bootstrap.cxx | 323 bootstrap_parameters->get_Value() ) ) );
|
/aoo41x/main/cli_ure/source/climaker/ |
H A D | climaker_emit.cxx | 2205 __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()
|
Completed in 55 milliseconds