Searched refs:aSimpleType (Results 1 – 6 of 6) sorted by relevance
447 aInfo->aSimpleType.aTypeName = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()449 if ( aInfo->eType == adWChar && aInfo->aSimpleType.aTypeName == s_sVarChar ) in buildTypeInfo()456 aInfo->aSimpleType.bNullable = ADOS::getField(pRecordset,nPos++).get_Value(); in buildTypeInfo()467 aInfo->aSimpleType.nMinimumScale = 4; in buildTypeInfo()468 aInfo->aSimpleType.nMaximumScale = 4; in buildTypeInfo()551 ::rtl::OUString sDBTypeName = pInfo->aSimpleType.aTypeName; in getTypeInfoFromType()557 || (pInfo->aSimpleType.aTypeName.equalsIgnoreAsciiCase(_sTypeName)) in getTypeInfoFromType()559 && (pInfo->aSimpleType.nPrecision >= _nPrecision) in getTypeInfoFromType()560 && (pInfo->aSimpleType.nMaximumScale >= _nScale) in getTypeInfoFromType()572 && (aIter->second->aSimpleType.nPrecision >= _nPrecision) in getTypeInfoFromType()[all …]
220 m_TypeName = pTypeInfo->aSimpleType.aTypeName; in fillPropertyValues()249 m_TypeName = pTypeInfo->aSimpleType.aTypeName; in fillPropertyValues()
685 Type aSimpleType; in exportDataSourceSettings() local687 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()
42 ::connectivity::OTypeInfo aSimpleType; // the general type info45 inline ::rtl::OUString getDBName() const { return aSimpleType.aTypeName; } in getDBName()
393 … uno::Type aSimpleType( getSequenceElementType( aPropValues->Value.getValueType() ) ); in implApplyGenericProperties() local394 eValueTypeClass = aSimpleType.getTypeClass(); in implApplyGenericProperties()403 uno::Type aSimpleType( ::comphelper::getSequenceElementType( aProperty.Type ) ); in implApplyGenericProperties() local404 ePropTypeClass = aSimpleType.getTypeClass(); in implApplyGenericProperties()
556 SvXMLElementExport aSimpleType( rExport, in lcl_exportDataType() local
Completed in 57 milliseconds