Home
last modified time | relevance | path

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 DMemberTypeInfo.java54 String name, int index, int flags, Type unoType, int typeParameterIndex) in MemberTypeInfo() argument
58 m_unoType = unoType; in MemberTypeInfo()
H A DAttributeTypeInfo.java48 public AttributeTypeInfo(String name, int index, int flags, Type unoType) { in AttributeTypeInfo() argument
51 m_unoType = unoType; in AttributeTypeInfo()
H A DMethodTypeInfo.java48 public MethodTypeInfo(String name, int index, int flags, Type unoType) { in MethodTypeInfo() argument
51 m_unoType = unoType; in MethodTypeInfo()
H A DParameterTypeInfo.java52 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 Dcpputype.hxx100 bool passByReference(rtl::OString const & unoType);
H A Dcpputype.cxx54 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 Dunoconversionutilities.hxx2249 …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 Dcli_data.cxx341 css::uno::Type unoType(css::uno::TypeClass_ENUM, usTypeName); in mapCliType() local
342 retVal= unoType.getTypeLibType(); in mapCliType()

Completed in 75 milliseconds