Home
last modified time | relevance | path

Searched refs:aSimpleType (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/connectivity/source/drivers/ado/
H A DAConnection.cxx447 aInfo->aSimpleType.aTypeName = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
449 if ( aInfo->eType == adWChar && aInfo->aSimpleType.aTypeName == s_sVarChar ) in buildTypeInfo()
451 …aInfo->aSimpleType.nType = (sal_Int16)ADOS::MapADOType2Jdbc(static_cast<DataTypeEnum>(a… 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()
454 aInfo->aSimpleType.aLiteralSuffix = 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()
457 aInfo->aSimpleType.bCaseSensitive = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
458 aInfo->aSimpleType.nSearchType = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()
[all …]
H A DAColumn.cxx220 m_TypeName = pTypeInfo->aSimpleType.aTypeName; in fillPropertyValues()
249 m_TypeName = pTypeInfo->aSimpleType.aTypeName; in fillPropertyValues()
/AOO41X/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx685 Type aSimpleType; in exportDataSourceSettings() local
687 aSimpleType = ::comphelper::getSequenceElementType( aIter->Value.getValueType() ); in exportDataSourceSettings()
689 aSimpleType = aIter->Type; in exportDataSourceSettings()
694 ::rtl::OUString sTypeName = lcl_implGetPropertyXMLType( aSimpleType ); in exportDataSourceSettings()
695 if ( bIsSequence && aSimpleType.getTypeClass() == TypeClass_ANY ) in exportDataSourceSettings()
717 switch (aSimpleType.getTypeClass()) in exportDataSourceSettings()
/AOO41X/main/connectivity/source/inc/ado/
H A DAConnection.hxx42 ::connectivity::OTypeInfo aSimpleType; // the general type info
45 inline ::rtl::OUString getDBName() const { return aSimpleType.aTypeName; } in getDBName()
/AOO41X/main/xmloff/source/forms/
H A Delementimport.cxx393 … uno::Type aSimpleType( getSequenceElementType( aPropValues->Value.getValueType() ) ); in implApplyGenericProperties() local
394 eValueTypeClass = aSimpleType.getTypeClass(); in implApplyGenericProperties()
403 uno::Type aSimpleType( ::comphelper::getSequenceElementType( aProperty.Type ) ); in implApplyGenericProperties() local
404 ePropTypeClass = aSimpleType.getTypeClass(); in implApplyGenericProperties()
/AOO41X/main/xmloff/source/xforms/
H A Dxformsexport.cxx556 SvXMLElementExport aSimpleType( rExport, in lcl_exportDataType() local