/trunk/main/connectivity/source/drivers/ado/ |
H A D | AConnection.cxx | 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 …]
|
H A D | AColumn.cxx | 220 m_TypeName = pTypeInfo->aSimpleType.aTypeName; in fillPropertyValues() 249 m_TypeName = pTypeInfo->aSimpleType.aTypeName; in fillPropertyValues()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/simple/ |
H A D | SimpleTypeDescriptorFactory.java | 63 final SimpleType aSimpleType, in CreateSimpleTypeDescriptor() argument 72 aSimpleType.GetName(), in CreateSimpleTypeDescriptor() 73 aSimpleType.GetLocation().toString()); in CreateSimpleTypeDescriptor() 75 final ISimpleTypeNode aSubType = aFactory.ProcessSimpleType(aSimpleType); in CreateSimpleTypeDescriptor() 76 final SimpleTypeDescriptor aDescriptor = new SimpleTypeDescriptor(aSimpleType.GetName()); in CreateSimpleTypeDescriptor() 111 ISimpleTypeNode ProcessSimpleType (final SimpleType aSimpleType) in ProcessSimpleType() argument 113 return ApplyVisitor(aSimpleType); in ProcessSimpleType()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/automaton/ |
H A D | NonValidatingCreator.java | 71 for (final INode aSimpleType : maElementSimpleTypes) in Create() 73 aSimpleType.GetName(), in Create() 74 CreateForSimpleType(aSimpleType)); in Create() 155 final INode aSimpleType = maSchemaBase.GetSimpleTypeForName( in CreateForComplexType() local 157 if (aSimpleType != null) in CreateForComplexType() 158 maElementSimpleTypes.add(aSimpleType); in CreateForComplexType()
|
H A D | CreatorBase.java | 59 protected FiniteAutomaton CreateForSimpleType (final INode aSimpleType) in CreateForSimpleType() argument 63 aSimpleType.GetName().GetStateName()); in CreateForSimpleType() 65 aStateContext.GetStartState().SetTextType(aSimpleType); in CreateForSimpleType() 69 aSimpleType.GetLocation()); in CreateForSimpleType()
|
H A D | ValidatingCreator.java | 100 for (final INode aSimpleType : maElementSimpleTypes) in Create() 102 aSimpleType.GetName(), in Create() 103 CreateForSimpleType(aSimpleType)); in Create() 321 final INode aSimpleType = maSchemaBase.GetSimpleTypeForName( in Visit() local 323 if (aSimpleType != null) in Visit() 324 maElementSimpleTypes.add(aSimpleType); in Visit()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/optimize/ |
H A D | CopyVisitor.java | 61 @Override public void Visit (final SimpleType aSimpleType) in Visit() argument 63 maTargetSchemaBase.SimpleTypes.Add(aSimpleType); in Visit()
|
/trunk/main/dbaccess/source/filter/xml/ |
H A D | xmlExport.cxx | 685 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()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/base/ |
H A D | NodeVisitorAdapter.java | 153 public void Visit (final SimpleType aSimpleType) in Visit() argument 155 Default(aSimpleType); in Visit()
|
H A D | INodeVisitor.java | 76 void Visit (final SimpleType aSimpleType); in Visit() argument
|
/trunk/main/connectivity/source/inc/ado/ |
H A D | AConnection.hxx | 42 ::connectivity::OTypeInfo aSimpleType; // the general type info 45 inline ::rtl::OUString getDBName() const { return aSimpleType.aTypeName; } in getDBName()
|
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/generator/ |
H A D | ParserTablesGenerator.java | 159 for (final Entry<String, SimpleTypeDescriptor> aSimpleType : maSimpleTypes.GetSimpleTypes()) in AssignNameIds() 160 aSortedTypeNames.add(aSimpleType.getValue().GetName()); in AssignNameIds()
|
/trunk/main/xmloff/source/forms/ |
H A D | elementimport.cxx | 393 … 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()
|
/trunk/main/xmloff/source/xforms/ |
H A D | xformsexport.cxx | 556 SvXMLElementExport aSimpleType( rExport, in lcl_exportDataType() local
|