Home
last modified time | relevance | path

Searched defs:typeName (Results 1 – 25 of 58) sorted by relevance

123

/trunk/main/registry/inc/registry/
H A Dwriter.hxx81 rtl::OUString const & typeName, sal_uInt16 superTypeCount, in Writer()
112 void setSuperTypeName(sal_uInt16 index, rtl::OUString const & typeName) { in setSuperTypeName()
142 rtl::OUString const & typeName, RTConstValue const & value) in setFieldData()
205 rtl::OUString const & typeName) in setMethodParameterData()
230 rtl::OUString const & typeName) in setMethodExceptionTypeName()
260 rtl::OUString const & typeName) in setReferenceData()
H A Dreflwrit.hxx231 inline RegistryTypeWriter::RegistryTypeWriter(RTTypeClass RTTypeClass, in RegistryTypeWriter()
273 inline void RegistryTypeWriter::setFieldData( sal_uInt16 index, in setFieldData()
/trunk/main/codemaker/source/cppumaker/
H A Dcppumaker.cxx41 void failed(rtl::OString const & typeName, CppuOptions * options) { in failed()
52 OString typeName = typeMgr.getTypeName(rTypeKey); in produce() local
58 rtl::OString const & typeName, TypeManager const & typeMgr, in produce()
72 OString typeName = typeMgr.getTypeName(rTypeKey); in produceAllTypes() local
106 void produceAllTypes(const OString& typeName, in produceAllTypes()
182 OString typeName, tmpName; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
/trunk/main/codemaker/source/javamaker/
H A Djavamaker.cxx44 OString typeName = typeMgr.getTypeName(rTypeKey); in produceAllTypes() local
89 sal_Bool produceAllTypes(const OString& typeName, in produceAllTypes()
175 OString typeName, tmpName; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
/trunk/main/codemaker/source/cunomaker/
H A Dcunomaker.cxx39 sal_Bool produceAllTypes(const OString& typeName, in produceAllTypes()
120 OString typeName, tmpName; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
H A Dcunotype.cxx41 const OString& typeName, in CunoType()
98 OUString typeName(OStringToOUString(type, RTL_TEXTENCODING_UTF8)); in hasNestedType() local
226 OString typeName; in dumpDependedTypes() local
309 void CunoType::dumpInclude(FileStream& o, const OString& typeName, sal_Char* prefix, sal_Bool bExte… in dumpInclude()
356 void CunoType::dumpDepIncludes(FileStream& o, const OString& typeName, sal_Char* prefix) in dumpDepIncludes()
507 OString typeName(m_typeName.replace('/', '_')); in dumpLGetCunoType() local
544 OString typeName(m_typeName.replace('/', '_')); in dumpGetCunoType() local
678 OString typeName(m_typeName.replace('/', '_')); in dumpCGetCunoType() local
939 OString typeName = ( !type.isEmpty() ? type : m_typeName ); in getTypeClass() local
1166 void CunoType::dumpTypeInit(FileStream& o, const OString& typeName) in dumpTypeInit()
[all …]
/trunk/main/codemaker/source/idlmaker/
H A Didlmaker.cxx39 sal_Bool produceAllTypes(const OString& typeName, in produceAllTypes()
120 OString typeName, tmpName; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
H A Didltype.cxx41 const OString& typeName, in IdlType()
120 OString typeName; in dumpDependedTypes() local
175 void IdlType::dumpInclude(FileStream& o, const OString& genTypeName, const OString& typeName, sal_C… in dumpInclude()
213 void IdlType::dumpDepIncludes(FileStream& o, const OString& typeName, sal_Char* prefix) in dumpDepIncludes()
284 OString typeName(type); in dumpNameSpace() local
747 const OString& typeName, in InterfaceType()
1022 const OString& typeName, in ModuleType()
1157 const OString& typeName, in ConstantsType()
1227 const OString& typeName, in StructureType()
1342 const OString& typeName, in ExceptionType()
[all …]
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typedesc/
H A DTypeDescription.java49 public static TypeDescription getTypeDescription(String typeName) in getTypeDescription()
238 String typeName = type.getTypeName(); in get() local
251 String typeName = type.getTypeName(); in create() local
381 TypeClass typeClass, String typeName, String arrayTypeName, in TypeDescription()
667 public TypeDescription get(String typeName) { in get()
698 public final String typeName; field in TypeDescription.Cache.Entry
708 private final String typeName; field in TypeDescription
/trunk/main/rdbmaker/source/rdbmaker/
H A Drdbtype.cxx57 sal_Bool produceDependedTypes(const OString& typeName, in produceDependedTypes()
104 sal_Bool produceType(const OString& typeName, in produceType()
H A Drdbmaker.cxx241 sal_Bool produceAllTypes(const OString& typeName, in produceAllTypes()
413 OString typeName, tmpName; in main() local
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbamaker.cxx37 sal_Bool produceAllTypes(const OString& typeName, in produceAllTypes()
148 OString typeName, tmpName; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
H A Dcorbatype.cxx42 const OString& typeName, in CorbaType()
94 OString typeName; in dumpDependedTypes() local
180 void CorbaType::dumpInclude(FileStream& o, TypeSet* allreadyDumped, const OString& typeName, sal_Ch… in dumpInclude()
306 void CorbaType::dumpDepIncludes(FileStream& o, TypeSet* allreadyDumped, const OString& typeName, sa… in dumpDepIncludes()
372 OString typeName(type); in dumpNameSpace() local
483 OString typeName = ( !type.isEmpty() ? type : m_typeName); in getTypeClass() local
740 sal_Bool CorbaType::isDerivedFromUnknown(const ::rtl::OString& typeName) in isDerivedFromUnknown()
934 void CorbaType::dumpTypeInit(FileStream& o, const OString& typeName) in dumpTypeInit()
1162 const OString& typeName, in InterfaceType()
2031 const OString& typeName, in ModuleType()
[all …]
/trunk/main/pyuno/source/module/
H A Duno.py52 def getTypeByName( typeName): argument
58 def createUnoStruct( typeName, *args ): argument
73 def getClass( typeName ): argument
119 def __init__(self,typeName, value): argument
136 def __init__(self, typeName, typeClass): argument
H A Dpyuno_type.cxx166 PyRef typeName( PyObject_GetAttrString( obj,const_cast< char * >("typeName") ), SAL_NO_ACQUIRE); in PyEnum2Enum() local
279 const char *typeName = PyUnicode_AsUTF8( str ); in importToGlobal() local
393 PyObject* PyUNO_Type_new (const char *typeName , TypeClass t , const Runtime &r ) in PyUNO_Type_new()
/trunk/main/forms/source/xforms/
H A Ddatatyperepository.cxx167 void SAL_CALL ODataTypeRepository::revokeDataType( const ::rtl::OUString& typeName ) in revokeDataType()
180 …Reference< XDataType > SAL_CALL ODataTypeRepository::getDataType( const ::rtl::OUString& typeName ) in getDataType()
/trunk/main/connectivity/java/dbtools/src/main/java/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/
H A DOColumn.java44 private String typeName = ""; field in OColumn
69 final String typeName, in OColumn()
H A DOIndexColumn.java45 final String typeName, in OIndexColumn()
H A DOKeyColumn.java50 final String typeName, in OKeyColumn()
H A DOIndexColumnContainer.java87 String typeName = row.getString(6); in createObject() local
/trunk/main/cppu/inc/cppu/
H A DEnvDcp.hxx44 rtl::OUString typeName; in getTypeName() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/reflection/
H A D_XIdlReflection.java43 protected final static String typeName = "com.sun.star.container.XNameAccess"; field in _XIdlReflection
/trunk/main/registry/source/
H A Dreflwrit.cxx404 const OString& typeName, in setData()
481 void ParamEntry::setData(const OString& typeName, in setData()
716 const OString& typeName, in TypeWriter()
1249 rtl_uString const * typeName, RTValueType valueType, in typereg_writer_setFieldData()
1267 rtl_uString* typeName, in setFieldData()
1311 RTParamMode flags, rtl_uString const * name, rtl_uString const * typeName) in typereg_writer_setMethodParameterData()
1337 rtl_uString const * typeName) in typereg_writer_setMethodExceptionTypeName()
1388 RTReferenceType sort, RTFieldAccess flags, rtl_uString const * typeName) in typereg_writer_setReferenceData()
1413 rtl_uString const * typeName, sal_uInt16 superTypeCount, in typereg_writer_create()
1432 void * handle, sal_uInt16 index, rtl_uString const * typeName) in typereg_writer_setSuperTypeName()
[all …]
/trunk/main/connectivity/java/dbtools/src/main/java/org/apache/openoffice/comp/sdbc/dbtools/sdbcx/descriptors/
H A DSdbcxColumnDescriptor.java38 protected String typeName = ""; field in SdbcxColumnDescriptor
/trunk/main/xmlsecurity/tools/uno/
H A DAdapterNode.java44 static final String[] typeName = { field in AdapterNode

123