Home
last modified time | relevance | path

Searched defs:typeName (Results 1 – 25 of 60) 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.hxx235 inline RegistryTypeWriter::RegistryTypeWriter(RTTypeClass RTTypeClass, in RegistryTypeWriter()
277 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()
73 OString typeName = typeMgr.getTypeName(rTypeKey); in produceAllTypes() local
107 void produceAllTypes(const OString& typeName, in produceAllTypes()
184 OString typeName, tmpName; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
/trunk/main/codemaker/source/javamaker/
H A Djavamaker.cxx45 OString typeName = typeMgr.getTypeName(rTypeKey); in produceAllTypes() local
90 sal_Bool produceAllTypes(const OString& typeName, in produceAllTypes()
177 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()
121 OString typeName, tmpName; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
H A Dcunotype.cxx41 const OString& typeName, in CunoType()
228 OString typeName; in dumpDependedTypes() local
509 OString typeName(m_typeName.replace('/', '_')); in dumpLGetCunoType() local
1504 const OString& typeName, in InterfaceType()
2510 const OString& typeName, in ModuleType()
2711 const OString& typeName, in ConstantsType()
2826 const OString& typeName, in StructureType()
2936 const OString& typeName, in ExceptionType()
3047 const OString& typeName, in EnumType()
3275 const OString& typeName, in TypeDefType()
[all …]
/trunk/main/codemaker/source/idlmaker/
H A Didlmaker.cxx39 sal_Bool produceAllTypes(const OString& typeName, in produceAllTypes()
121 OString typeName, tmpName; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
H A Didltype.cxx41 const OString& typeName, in IdlType()
122 OString typeName; in dumpDependedTypes() local
286 OString typeName(type); in dumpNameSpace() local
750 const OString& typeName, in InterfaceType()
1026 const OString& typeName, in ModuleType()
1163 const OString& typeName, in ConstantsType()
1234 const OString& typeName, in StructureType()
1350 const OString& typeName, in ExceptionType()
1470 const OString& typeName, in EnumType()
1547 const OString& typeName, in TypeDefType()
[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()
105 sal_Bool produceType(const OString& typeName, in produceType()
H A Drdbmaker.cxx241 sal_Bool produceAllTypes(const OString& typeName, in produceAllTypes()
414 OString typeName, tmpName; in main() local
/trunk/main/pyuno/source/module/
H A Dpyuno_type.cxx170 PyRef typeName( PyObject_GetAttrString( obj,const_cast< char * >("typeName") ), SAL_NO_ACQUIRE); in PyEnum2Enum() local
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
414 PyObject* PyUNO_Type_new (const char *typeName , TypeClass t , const Runtime &r ) in PyUNO_Type_new()
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
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbamaker.cxx39 sal_Bool produceAllTypes(const OString& typeName, in produceAllTypes()
152 OString typeName, tmpName; in SAL_IMPLEMENT_MAIN_WITH_ARGS() local
H A Dcorbatype.cxx45 const OString& typeName, in CorbaType()
99 OString typeName; in dumpDependedTypes() local
378 OString typeName(type); in dumpNameSpace() local
1173 const OString& typeName, in InterfaceType()
2042 const OString& typeName, in ModuleType()
2095 const OString& typeName, in ConstantsType()
2116 const OString& typeName, in StructureType()
2318 const OString& typeName, in ExceptionType()
2513 const OString& typeName, in EnumType()
2583 const OString& typeName, in TypeDefType()
[all …]
/trunk/main/forms/source/xforms/
H A Ddatatyperepository.cxx167 …void SAL_CALL ODataTypeRepository::revokeDataType( const ::rtl::OUString& typeName ) throw (NoSuch… in revokeDataType()
180 …Reference< XDataType > SAL_CALL ODataTypeRepository::getDataType( const ::rtl::OUString& typeName … in getDataType()
/trunk/main/connectivity/java/dbtools/src/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/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/cppu/inc/cppu/
H A DEnvDcp.hxx44 rtl::OUString typeName; in getTypeName() local
/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/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

Completed in 131 milliseconds

123