Home
last modified time | relevance | path

Searched refs:fieldType (Results 1 – 13 of 13) sorted by relevance

/AOO41X/main/wizards/com/sun/star/wizards/common/
H A DConfigGroup.java60 Class fieldType = field.getType(); in writeField() local
61 if (ConfigNode.class.isAssignableFrom(fieldType)) in writeField()
67 else if (fieldType.isPrimitive()) in writeField()
71 else if (fieldType.equals(String.class)) in writeField()
135 Class fieldType = field.getType(); in readField() local
136 if (ConfigNode.class.isAssignableFrom(fieldType)) in readField()
142 else if (fieldType.isPrimitive()) in readField()
144 if (fieldType.equals(Boolean.TYPE)) in readField()
148 else if (fieldType.equals(Integer.TYPE)) in readField()
152 else if (fieldType.equals(Short.TYPE)) in readField()
[all …]
/AOO41X/main/codemaker/source/cunomaker/
H A Dcunotype.cxx612 OString fieldType, fieldName; in dumpGetCunoType() local
627 fieldType = checkRealBaseType(m_reader.getFieldType(i), sal_True); in dumpGetCunoType()
631 findIter = generatedTypeSet.find(fieldType); in dumpGetCunoType()
634 generatedTypeSet.insert(fieldType); in dumpGetCunoType()
636 << i << "], " << getTypeClass(fieldType, sal_True); in dumpGetCunoType()
637 o << " , \"" << fieldType.replace('/', '.') << "\" );\n"; in dumpGetCunoType()
741 OString fieldType, fieldName; in dumpCGetCunoType() local
752 fieldType = checkRealBaseType(m_reader.getFieldType(i), sal_True); in dumpCGetCunoType()
755 << fieldType.replace('/', '.') << "\") );\n"; in dumpCGetCunoType()
759 << getTypeClass(fieldType, sal_True) << ";\n" in dumpCGetCunoType()
[all …]
/AOO41X/main/codemaker/source/cppumaker/
H A Dcpputype.cxx515 OString fieldType, fieldName; in dumpNormalGetCppuType() local
530 fieldType = checkRealBaseType( in dumpNormalGetCppuType()
535 modFieldType = typeToIdentifier(fieldType); in dumpNormalGetCppuType()
537 findIter = generatedTypeSet.find(fieldType); in dumpNormalGetCppuType()
540 generatedTypeSet.insert(fieldType); in dumpNormalGetCppuType()
543 dumpType(o, fieldType, false, false, false, true); in dumpNormalGetCppuType()
626 OString fieldType, fieldName; in dumpComprehensiveGetCppuType() local
638 fieldType = checkRealBaseType( in dumpComprehensiveGetCppuType()
645 << fieldType.replace('/', '.') << "\") );\n"; in dumpComprehensiveGetCppuType()
650 << "(typelib_TypeClass)" << getTypeClass(fieldType) << ";\n" in dumpComprehensiveGetCppuType()
[all …]
/AOO41X/main/codemaker/source/idlmaker/
H A Didltype.cxx812 OString fieldType; in dumpAttributes() local
821 fieldType = m_reader.getFieldType(i); in dumpAttributes()
838 dumpType(o, fieldType); in dumpAttributes()
1118 OString fieldType; in dumpHFile() local
1126 fieldType = m_reader.getFieldType(i); in dumpHFile()
1129 dumpType(o, fieldType); in dumpHFile()
1275 OString fieldType; in dumpHFile() local
1286 fieldType = m_reader.getFieldType(i); in dumpHFile()
1294 dumpType(o, fieldType); in dumpHFile()
1321 OString fieldType; in dumpSuperMember() local
[all …]
/AOO41X/main/rdbmaker/source/codemaker/
H A Ddependency.cxx143 OString fieldType; in checkFieldDependencies() local
146 fieldType = reader.getFieldType(i); in checkFieldDependencies()
148 if (fieldType.getLength() > 0) in checkFieldDependencies()
150 dependencies.insert(type, fieldType, TYPEUSE_MEMBER); in checkFieldDependencies()
151 checkTypeDependencies(typeMgr, dependencies, fieldType); in checkFieldDependencies()
/AOO41X/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx2149 OString fieldType; in dumpFunctions() local
2177 fieldType = m_reader.getFieldType(i); in dumpFunctions()
2185 if (isArray(fieldType)) in dumpFunctions()
2225 fieldType = m_reader.getFieldType(i); in dumpFunctions()
2234 if (isArray(fieldType)) in dumpFunctions()
2282 OString fieldType; in dumpSuperMember() local
2291 fieldType = aSuperReader.getFieldType(i); in dumpSuperMember()
2303 dumpUnoType(o, fieldType, sal_True, sal_True); in dumpSuperMember()
2357 OString fieldType; in dumpFunctions() local
2374 fieldType = m_reader.getFieldType(i); in dumpFunctions()
[all …]
/AOO41X/main/migrationanalysis/src/driver_docs/sources/word/
H A DMigrationAnalyser.cls781 Function getFormFieldTypeAsString(fieldType As WdFieldType)
784 Select Case fieldType
797 Function getTextFormFieldTypeAsString(fieldType As WdTextFormFieldType)
800 Select Case fieldType
819 Function getTextFormFieldDefaultAsString(fieldType As WdTextFormFieldType)
822 Select Case fieldType
841 Function getTextFormFieldFormatAsString(fieldType As WdTextFormFieldType)
844 Select Case fieldType
/AOO41X/main/unodevtools/source/skeletonmaker/
H A Dskeletoncommon.cxx176 OString fieldType( in checkAttributes() local
181 fieldType, reader.getFieldFlags(i)))); in checkAttributes()
264 OString fieldType( in checkType() local
270 fieldType, reader.getFieldFlags(i)))); in checkType()
H A Djavatypemaker.cxx621 OString fieldType( in printServiceMembers() local
625 printType(o, options, manager, fieldType, false); in printServiceMembers()
H A Dcpptypemaker.cxx703 OString fieldType( in printServiceMembers() local
707 printType(o, options, manager, fieldType, 1); in printServiceMembers()
/AOO41X/main/codemaker/source/javamaker/
H A Djavatype.cxx1058 rtl::OString const & fieldType, Dependencies * dependencies, in addFieldInit() argument
1070 manager, fieldType, true, false, false, &typeClass, &nucleus, &rank, in addFieldInit()
1787 rtl::OString fieldType( in addBaseArguments() local
1789 methodDescriptor->addParameter(fieldType, false, true, 0); in addBaseArguments()
1791 manager, code, index, false, fieldType, false, dependencies); in addBaseArguments()
1800 rtl::OString const & fieldType) in addDirectArgument() argument
1806 methodDescriptor->addTypeParameter(fieldType); in addDirectArgument()
1809 methodDescriptor->addParameter(fieldType, false, true, 0); in addDirectArgument()
1810 getFieldDescriptor(manager, dependencies, fieldType, &desc, 0, 0); in addDirectArgument()
1814 manager, code, index, typeParameter, fieldType, false, dependencies); in addDirectArgument()
[all …]
/AOO41X/main/sw/source/core/unocore/
H A Dunobkm.cxx666 void SwXFieldmark::setFieldType(const::rtl::OUString & fieldType) in setFieldType() argument
674 pBkm->SetFieldname(fieldType); in setFieldType()
/AOO41X/main/offapi/com/sun/star/text/
H A DXFormField.idl35 void setFieldType([in] string fieldType);