Searched refs:unoType (Results 1 – 8 of 8) sorted by relevance
/trunk/main/ridljar/java/ridl/src/main/java/com/sun/star/lib/uno/typeinfo/ |
H A D | MemberTypeInfo.java | 54 String name, int index, int flags, Type unoType, int typeParameterIndex) in MemberTypeInfo() argument 58 m_unoType = unoType; in MemberTypeInfo()
|
H A D | AttributeTypeInfo.java | 48 public AttributeTypeInfo(String name, int index, int flags, Type unoType) { in AttributeTypeInfo() argument 51 m_unoType = unoType; in AttributeTypeInfo()
|
H A D | MethodTypeInfo.java | 48 public MethodTypeInfo(String name, int index, int flags, Type unoType) { in MethodTypeInfo() argument 51 m_unoType = unoType; in MethodTypeInfo()
|
H A D | ParameterTypeInfo.java | 52 String name, String methodName, int index, int flags, Type unoType) in ParameterTypeInfo() argument 57 m_unoType = unoType; in ParameterTypeInfo()
|
/trunk/main/codemaker/source/cppumaker/ |
H A D | cpputype.hxx | 100 bool passByReference(rtl::OString const & unoType);
|
H A D | cpputype.cxx | 54 rtl::OString translateSimpleUnoType(rtl::OString const & unoType, bool cppuUnoType=false) { in translateSimpleUnoType() argument 62 const codemaker::UnoType::Sort sort = codemaker::UnoType::getSort(unoType); in translateSimpleUnoType() 1021 bool CppuType::passByReference(rtl::OString const & unoType) { in passByReference() argument 1022 rtl::OString type(resolveTypedefs(unoType)); in passByReference()
|
/trunk/main/extensions/source/ole/ |
H A D | unoconversionutilities.hxx | 2249 …ConversionUtilities<T>::createOleArrayWrapper(SAFEARRAY* pArray, VARTYPE type, const Type& unoType) in createOleArrayWrapper() argument 2265 ret = createOleArrayWrapperOfDim(pArray, dim, dim, index, type, unoType); in createOleArrayWrapper()
|
/trunk/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 341 css::uno::Type unoType(css::uno::TypeClass_ENUM, usTypeName); in mapCliType() local 342 retVal= unoType.getTypeLibType(); in mapCliType()
|
Completed in 88 milliseconds