Home
last modified time | relevance | path

Searched refs:typeName (Results 1 – 25 of 86) sorted by relevance

1234

/AOO41X/main/ridljar/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java49 public static TypeDescription getTypeDescription(String typeName) in getTypeDescription() argument
52 Type t = new Type(typeName); in getTypeDescription()
54 if (typeName.startsWith("[]")) { in getTypeDescription()
55 t = new Type(typeName, TypeClass.SEQUENCE); in getTypeDescription()
57 t = new Type(Class.forName(typeName)); in getTypeDescription()
205 return typeName; in getTypeName()
238 String typeName = type.getTypeName(); in get() local
239 TypeDescription desc = cache.get(typeName); in get()
251 String typeName = type.getTypeName(); in create() local
259 typeClass, typeName, "[Ljava.lang.Void;", zClass, null, null); in create()
[all …]
/AOO41X/main/codemaker/source/cunomaker/
H A Dcunotype.cxx41 const OString& typeName, in CunoType() argument
49 , m_typeName(typeName) in CunoType()
51 , m_name(typeName.replace('/', '_')) in CunoType()
58 sal_Int32 i = typeName.lastIndexOf('/'); in CunoType()
62 OString outerTypeName(typeName.copy(0, i)); in CunoType()
67 RegistryKey key = m_typeMgr.getTypeKey(typeName); in CunoType()
98 OUString typeName(OStringToOUString(type, RTL_TEXTENCODING_UTF8)); in hasNestedType() local
101 ret = typeName.equals(m_nestedTypeNames.getElement(i).copy(5)); in hasNestedType()
228 OString typeName; in dumpDependedTypes() local
232 typeName = (*iter).m_type; in dumpDependedTypes()
[all …]
H A Dcunomaker.cxx39 sal_Bool produceAllTypes(const OString& typeName, in produceAllTypes() argument
46 if (!produceType(typeName, typeMgr, typeDependencies, pOptions)) in produceAllTypes()
50 OString("cannot dump Type '" + typeName + "'").getStr()); in produceAllTypes()
54 RegistryKey typeKey = typeMgr.getTypeKey(typeName); in produceAllTypes()
121 OString typeName, tmpName; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
126 typeName = tOption.getToken(0, ';', nIndex); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
128 sal_Int32 nPos = typeName.lastIndexOf( '.' ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
129 tmpName = typeName.copy( nPos != -1 ? nPos+1 : 0 ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
133 if (typeName.equals("*")) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
138 tmpName = typeName.copy(0, typeName.lastIndexOf('.')).replace('.', '/'); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
[all …]
H A Dcunotype.hxx66 const ::rtl::OString& typeName,
80 …virtual void dumpInclude(FileStream& o, const ::rtl::OString& typeName, sal_Char* prefix, sal_Bool…
81 virtual void dumpDepIncludes(FileStream& o, const ::rtl::OString& typeName, sal_Char* prefix);
151 const ::rtl::OString& typeName,
191 const ::rtl::OString& typeName,
209 const ::rtl::OString& typeName,
222 const ::rtl::OString& typeName,
237 const ::rtl::OString& typeName,
252 const ::rtl::OString& typeName,
270 const ::rtl::OString& typeName,
[all …]
/AOO41X/main/codemaker/source/idlmaker/
H A Didltype.cxx41 const OString& typeName, in IdlType() argument
46 , m_typeName(typeName) in IdlType()
51 sal_Int32 i = typeName.lastIndexOf('/'); in IdlType()
52 m_name = typeName.copy( i != -1 ? i+1 : 0 ); in IdlType()
122 OString typeName; in dumpDependedTypes() local
126 typeName = (*iter).m_type; in dumpDependedTypes()
127 if ((index = typeName.lastIndexOf(']')) > 0) in dumpDependedTypes()
128 typeName = typeName.copy(index + 1); in dumpDependedTypes()
130 if ( getBaseType(typeName).isEmpty() ) in dumpDependedTypes()
132 if (!produceType(typeName, in dumpDependedTypes()
[all …]
H A Didlmaker.cxx39 sal_Bool produceAllTypes(const OString& typeName, in produceAllTypes() argument
46 if (!produceType(typeName, typeMgr, typeDependencies, pOptions)) in produceAllTypes()
50 OString("cannot dump Type '" + typeName + "'").getStr()); in produceAllTypes()
54 RegistryKey typeKey = typeMgr.getTypeKey(typeName); in produceAllTypes()
121 OString typeName, tmpName; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
126 typeName = tOption.getToken(0, ';', nIndex); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
128 sal_Int32 nPos = typeName.lastIndexOf( '.' ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
129 tmpName = typeName.copy( nPos != -1 ? nPos+1 : 0 ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
133 if (typeName.equals("*")) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
138 tmpName = typeName.copy(0, typeName.lastIndexOf('.')).replace('.', '/'); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
[all …]
H A Didltype.hxx66 const ::rtl::OString& typeName,
78 …FileStream& o, const ::rtl::OString& genTypeName, const ::rtl::OString& typeName, sal_Char* prefix…
80 virtual void dumpDepIncludes(FileStream& o, const ::rtl::OString& typeName, sal_Char* prefix);
120 const ::rtl::OString& typeName,
147 const ::rtl::OString& typeName,
162 const ::rtl::OString& typeName,
175 const ::rtl::OString& typeName,
190 const ::rtl::OString& typeName,
205 const ::rtl::OString& typeName,
218 const ::rtl::OString& typeName,
[all …]
/AOO41X/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx45 const OString& typeName, in CorbaType() argument
51 , m_typeName(typeName) in CorbaType()
57 sal_Int32 i = typeName.lastIndexOf('/'); in CorbaType()
58 m_name = typeName.copy( i != -1 ? i+1 : 0 ); in CorbaType()
99 OString typeName; in dumpDependedTypes() local
103 typeName = (*iter).m_type; in dumpDependedTypes()
104 if ((index = typeName.lastIndexOf(']')) > 0) in dumpDependedTypes()
105 typeName = typeName.copy(index + 1); in dumpDependedTypes()
107 if ( getUnoBaseType(typeName).isEmpty() ) in dumpDependedTypes()
109 if (!produceType(typeName, in dumpDependedTypes()
[all …]
H A Dcorbamaker.cxx39 sal_Bool produceAllTypes(const OString& typeName, in produceAllTypes() argument
50 …if (!produceType(typeName, typeMgr, typeDependencies, pOptions, o, pAllreadyDumped, generatedConve… in produceAllTypes()
54 OString("cannot dump Type '" + typeName + "'").getStr()); in produceAllTypes()
58 RegistryKey typeKey = typeMgr.getTypeKey(typeName); in produceAllTypes()
152 OString typeName, tmpName; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
157 typeName = tOption.getToken(0, ';', nIndex); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
159 sal_Int32 nPos = typeName.lastIndexOf( '.' ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
160 tmpName = typeName.copy( nPos != -1 ? nPos+1 : 0 ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
164 if (typeName.equals("*")) in SAL_IMPLEMENT_MAIN_WITH_ARGS()
169 tmpName = typeName.copy(0, typeName.lastIndexOf('.')).replace('.', '/'); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
[all …]
H A Dcorbatype.hxx75 const ::rtl::OString& typeName,
88 …virtual void dumpInclude(FileStream& o, TypeSet* allreadyDumped, const ::rtl::OString& typeName, s…
89 …pIncludes(FileStream& o, TypeSet* allreadyDumped, const ::rtl::OString& typeName, sal_Char* prefix…
121 sal_Bool isDerivedFromUnknown(const ::rtl::OString& typeName);
168 const ::rtl::OString& typeName,
196 const ::rtl::OString& typeName,
212 const ::rtl::OString& typeName,
226 const ::rtl::OString& typeName,
242 const ::rtl::OString& typeName,
258 const ::rtl::OString& typeName,
[all …]
/AOO41X/main/codemaker/source/cppumaker/
H A Dcppumaker.cxx41 void failed(rtl::OString const & typeName, CppuOptions * options) { in failed() argument
43 rtl::OString("cannot dump Type '" + typeName + "'").getStr()); in failed()
52 OString typeName = typeMgr.getTypeName(rTypeKey); in produce() local
53 failed(typeName, options); in produce()
58 rtl::OString const & typeName, TypeManager const & typeMgr, in produce() argument
61 if (!produceType(typeName, typeMgr, generated, options)) { in produce()
62 failed(typeName, options); in produce()
73 OString typeName = typeMgr.getTypeName(rTypeKey); in produceAllTypes() local
77 RegistryKeyList typeKeys = typeMgr.getTypeKeys(typeName); in produceAllTypes()
107 void produceAllTypes(const OString& typeName, in produceAllTypes() argument
[all …]
H A Dcpputype.cxx82 const OString& typeName, in CppuType() argument
88 , m_typeName(typeName) in CppuType()
89 , m_name(typeName.copy(typeName.lastIndexOf('/') + 1)) in CppuType()
92 , m_dependencies(typeMgr, typeName) in CppuType()
709 rtl::OString typeName( in dumpCppuGetTypeMemberDecl() local
712 if (aFinishedTypes.count(typeName) == 0) in dumpCppuGetTypeMemberDecl()
714 aFinishedTypes.insert(typeName); in dumpCppuGetTypeMemberDecl()
715 dumpCppuGetType(o, typeName, sal_True, eDeclFlag); in dumpCppuGetTypeMemberDecl()
798 OString typeName = (!type.isEmpty() ? type : m_typeName); in getTypeClass() local
803 typeName = type; in getTypeClass()
[all …]
H A Dcpputype.hxx56 const ::rtl::OString& typeName,
158 const ::rtl::OString& typeName,
218 const ::rtl::OString& typeName,
235 const ::rtl::OString& typeName,
248 const ::rtl::OString& typeName,
286 const ::rtl::OString& typeName,
302 const ::rtl::OString& typeName,
319 const ::rtl::OString& typeName,
382 bool produceType(const ::rtl::OString& typeName,
388 bool produceType(RegistryKey& typeName, bool bIsExtraType,
/AOO41X/main/pyuno/source/module/
H A Duno.py52 def getTypeByName( typeName): argument
56 return pyuno.getTypeByName( typeName )
58 def createUnoStruct( typeName, *args ): argument
71 return getClass(typeName)( *args )
73 def getClass( typeName ): argument
76 return pyuno.getClass(typeName)
119 def __init__(self,typeName, value): argument
120 self.typeName = typeName
125 return "<uno.Enum %s (%r)>" % (self.typeName, self.value)
130 return (self.typeName == that.typeName) and (self.value == that.value)
[all …]
H A Dpyuno_type.cxx170 PyRef typeName( PyObject_GetAttrString( obj,const_cast< char * >("typeName") ), SAL_NO_ACQUIRE); in PyEnum2Enum() local
172 if( !PYSTR_CHECK( typeName.get() ) || ! PYSTR_CHECK( value.get() ) ) in PyEnum2Enum()
179 OUString strTypeName( pyString2ustring( typeName.get() ) ); in PyEnum2Enum()
284 const char *typeName = PyUnicode_AsUTF8( str ); in importToGlobal() local
289 const char *typeName = PyBytes_AsString( pTypeName.get() ); in importToGlobal() local
292 const char *typeName = PyBytes_AsString( str ); in importToGlobal() local
297 PyUNO_Type_new( typeName, tc, runtime ) ); in importToGlobal()
414 PyObject* PyUNO_Type_new (const char *typeName , TypeClass t , const Runtime &r ) in PyUNO_Type_new() argument
419 PyTuple_SetItem( args.get() , 0 , PYSTR_FROMSTR( typeName ) ); in PyUNO_Type_new()
/AOO41X/main/codemaker/source/javamaker/
H A Djavamaker.cxx45 OString typeName = typeMgr.getTypeName(rTypeKey); in produceAllTypes() local
51 OString("cannot dump Type '" + typeName + "'").getStr()); in produceAllTypes()
55 RegistryKeyList typeKeys = typeMgr.getTypeKeys(typeName); in produceAllTypes()
90 sal_Bool produceAllTypes(const OString& typeName, in produceAllTypes() argument
97 if (!produceType(typeName, typeMgr, generated, pOptions)) in produceAllTypes()
101 OString("cannot dump Type '" + typeName + "'").getStr()); in produceAllTypes()
105 RegistryKeyList typeKeys = typeMgr.getTypeKeys(typeName); in produceAllTypes()
177 OString typeName, tmpName; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
181 typeName = tOption.getToken(0, ';', nIndex); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
183 sal_Int32 nPos = typeName.lastIndexOf( '.' ); in SAL_IMPLEMENT_MAIN_WITH_ARGS()
[all …]
/AOO41X/main/idlc/source/
H A Dastscope.cxx271 OString typeName; in lookupPrimitiveType() local
285 typeName = OString("short"); in lookupPrimitiveType()
288 typeName = OString("unsigned short"); in lookupPrimitiveType()
291 typeName = OString("long"); in lookupPrimitiveType()
294 typeName = OString("unsigned long"); in lookupPrimitiveType()
297 typeName = OString("hyper"); in lookupPrimitiveType()
300 typeName = OString("unsigned hyper"); in lookupPrimitiveType()
303 typeName = OString("float"); in lookupPrimitiveType()
306 typeName = OString("double"); in lookupPrimitiveType()
309 typeName = OString("char"); in lookupPrimitiveType()
[all …]
/AOO41X/main/rdbmaker/source/rdbmaker/
H A Drdbtype.cxx57 sal_Bool produceDependedTypes(const OString& typeName, in produceDependedTypes() argument
68 TypeUsingSet usingSet(typeDependencies.getDependencies(typeName)); in produceDependedTypes()
105 sal_Bool produceType(const OString& typeName, in produceType() argument
115 if (typeDependencies.isGenerated(typeName) ) in produceType()
123 if( !checkTypeDependencies(typeMgr, typeDependencies, typeName, bDepend)) in produceType()
126 if ( !checkFilterTypes(typeName) ) in produceType()
130 o << typeName.getStr() << "\n"; in produceType()
153 TypeReader reader = typeMgr.getTypeReader(typeName); in produceType()
157 if (typeName.equals("/")) in produceType()
166 if ( regKey.createKey( OStringToOUString(typeName, RTL_TEXTENCODING_UTF8), typeKey) ) in produceType()
[all …]
H A Drdbmaker.cxx241 sal_Bool produceAllTypes(const OString& typeName, in produceAllTypes() argument
251 if (!produceType(typeName, typeMgr, typeDependencies, pOptions, o, regKey, filterTypes2)) in produceAllTypes()
255 OString("cannot dump Type '" + typeName + "'").getStr()); in produceAllTypes()
260 RegistryKey typeKey = typeMgr.getTypeKey(typeName); in produceAllTypes()
414 OString typeName, tmpName; in main() local
419 typeName = tOption.getToken( 0, ';', nIndex); in main()
420 sal_Int32 lastIndex = typeName.lastIndexOf('.'); in main()
421 tmpName = typeName.copy( lastIndex+1 ); in main()
432 if (typeName.equals("*")) in main()
437 tmpName = typeName.copy(0, typeName.lastIndexOf('.')).replace('.', '/'); in main()
[all …]
/AOO41X/main/registry/inc/registry/
H A Dwriter.hxx81 rtl::OUString const & typeName, sal_uInt16 superTypeCount, in Writer() argument
87 published, typeName.pData, superTypeCount, fieldCount, in Writer()
112 void setSuperTypeName(sal_uInt16 index, rtl::OUString const & typeName) { in setSuperTypeName() argument
113 if (!typereg_writer_setSuperTypeName(m_handle, index, typeName.pData)) { in setSuperTypeName()
142 rtl::OUString const & typeName, RTConstValue const & value) in setFieldData() argument
146 name.pData, typeName.pData, value.m_type, value.m_value)) in setFieldData()
205 rtl::OUString const & typeName) in setMethodParameterData() argument
209 typeName.pData)) in setMethodParameterData()
230 rtl::OUString const & typeName) in setMethodExceptionTypeName() argument
233 m_handle, methodIndex, exceptionIndex, typeName.pData)) in setMethodExceptionTypeName()
[all …]
H A Dwriter.h73 rtl_uString const * typeName, sal_uInt16 superTypeCount,
103 void * handle, sal_uInt16 index, rtl_uString const * typeName)
135 rtl_uString const * typeName, RTValueType valueType,
194 RTParamMode flags, rtl_uString const * name, rtl_uString const * typeName)
217 rtl_uString const * typeName)
243 RTReferenceType sort, RTFieldAccess flags, rtl_uString const * typeName)
/AOO41X/main/registry/source/
H A Dreflwrit.cxx376 const OString& typeName,
404 const OString& typeName, in setData() argument
419 m_typeName = typeName; in setData()
467 void setData(const OString& typeName,
481 void ParamEntry::setData(const OString& typeName, in setData() argument
486 m_typeName = typeName; in setData()
698 const OString& typeName,
716 const OString& typeName, in TypeWriter() argument
726 , m_typeName(typeName) in TypeWriter()
1249 rtl_uString const * typeName, RTValueType valueType, in typereg_writer_setFieldData() argument
[all …]
/AOO41X/main/unodevtools/source/unodevtools/
H A Dtypemanager.cxx172 OString typeName = OUStringToOString(rTypeKey.getName(), RTL_TEXTENCODING_UTF8); in getTypeName() local
174 if (typeName.indexOf(sBase) == 0) { in getTypeName()
175 typeName = typeName.copy(typeName.indexOf('/', 1) + 1); in getTypeName()
177 typeName = typeName.copy(1); in getTypeName()
179 return typeName; in getTypeName()
184 const OString& typeName, sal_uInt32* pBlob);
/AOO41X/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx61 OUString mapCliTypeName(System::String* typeName);
474 System::String* mapUnoTypeName(rtl_uString const * typeName) in mapUnoTypeName() argument
476 OUString usUnoName( const_cast< rtl_uString * >( typeName ) ); in mapUnoTypeName()
637 OUString mapCliTypeName(System::String* typeName) in mapCliTypeName() argument
644 int cur = typeName->Length - 1; in mapCliTypeName()
648 System::Char c = typeName->Chars[cur]; in mapCliTypeName()
658 mapCliString(typeName)); in mapCliTypeName()
667 mapCliString(typeName)); in mapCliTypeName()
676 mapCliString(typeName)); in mapCliTypeName()
678 typeName = typeName->Substring(0, cur + 1); in mapCliTypeName()
[all …]
/AOO41X/main/ridljar/com/sun/star/uno/
H A DType.java183 public Type(String typeName, TypeClass typeClass) { in Type() argument
185 _typeName = typeName; in Type()
272 public Type(String typeName) { in Type() argument
273 if (typeName.startsWith("[]")) { in Type()
274 _typeName = typeName; in Type()
279 if (__typeClassToTypeName[i].equals(typeName)) { in Type()
280 _typeName = typeName; in Type()
285 int i = typeName.indexOf('<'); in Type()
288 typeName, in Type()
289 Class.forName(i < 0 ? typeName : typeName.substring(0, i)), in Type()

1234