Home
last modified time | relevance | path

Searched refs:returnType (Results 1 – 17 of 17) sorted by relevance

/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Duno2cpp.cxx57 typelib_TypeDescription const * returnType,
65 typelib_TypeDescription const * returnType, in callVirtualMethod() argument
111 switch( returnType->eTypeClass ) in callVirtualMethod()
139 if (bridges::cpp_uno::shared::isSmallStruct(returnType)) { in callVirtualMethod()
140 if (returnType->nSize <= 1) { in callVirtualMethod()
143 else if (returnType->nSize <= 2) { in callVirtualMethod()
146 else if (returnType->nSize <= 8) { in callVirtualMethod()
148 if (returnType->nSize > 4) { in callVirtualMethod()
H A Dcpp2uno.cxx367 typelib_TypeDescriptionReference * returnType) in codeSnippet() argument
370 if (returnType) in codeSnippet()
371 TYPELIB_DANGER_GET( &returnTypeDescr, returnType ); in codeSnippet()
373 … typelib_TypeClass returnTypeClass = returnType ? returnType->eTypeClass : typelib_TypeClass_VOID; in codeSnippet()
395 if (returnType->pType->nSize <= 4) { in codeSnippet()
398 else if (returnType->pType->nSize <= 8) { in codeSnippet()
417 if (returnType) in codeSnippet()
/trunk/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx1236 dumpUnoType(o, returnType); in dumpUnoMethods()
1304 if (returnType.equals("void")) in dumpUnoMethods()
1331 if (!returnType.equals("void")) in dumpUnoMethods()
1335 if (isPassedAsPointer(returnType)) in dumpUnoMethods()
1453 if (!returnType.equals("void")) in dumpUnoMethods()
1455 if (isArray(returnType)) in dumpUnoMethods()
1520 if (isPassedAsPointer(returnType)) in dumpCorbaMethods()
1576 if (!returnType.equals("void")) in dumpCorbaMethods()
1580 if (isPassedAsPointer(returnType)) in dumpCorbaMethods()
1686 if (!returnType.equals("void")) in dumpCorbaMethods()
[all …]
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcpp2uno.cxx391 typelib_TypeDescriptionReference * returnType) in codeSnippet() argument
393 typelib_TypeClass c = returnType == 0 in codeSnippet()
394 ? typelib_TypeClass_VOID : returnType->eTypeClass; in codeSnippet()
395 if (returnType != 0 && !bridges::cpp_uno::shared::isSimpleType(c)) { in codeSnippet()
414 OSL_ASSERT(returnType != 0); in codeSnippet()
420 exec = isSimpleStruct(returnType) in codeSnippet()
/trunk/main/rdbmaker/source/codemaker/
H A Ddependency.cxx166 OString returnType, paramType, excType; in checkMethodDependencies() local
172 returnType = reader.getMethodReturnType(i); in checkMethodDependencies()
174 dependencies.insert(type, returnType, TYPEUSE_RETURN); in checkMethodDependencies()
175 checkTypeDependencies(typeMgr, dependencies, returnType); in checkMethodDependencies()
/trunk/main/codemaker/source/cunomaker/
H A Dcunotype.cxx1791 OString methodName, returnType, paramType, paramName; in dumpMethods() local
1804 returnType = reader.getMethodReturnType(i); in dumpMethods()
1835 if ( !isVoid(returnType) ) in dumpMethods()
1838 dumpType(o, returnType, sal_False, sal_True); in dumpMethods()
2294 OString methodName, returnType, paramType, paramName; in dumpCUnoMethods() local
2388 << returnType.replace('/', '.') << "\" );\n"; in dumpCUnoMethods()
2467 OString returnType, paramType, excType; in dumpMethodsCppuDecl() local
2473 returnType = m_reader.getMethodReturnType(i); in dumpMethodsCppuDecl()
2477 if (pFinishedTypes->count(returnType) == 0) in dumpMethodsCppuDecl()
2479 pFinishedTypes->insert(returnType); in dumpMethodsCppuDecl()
[all …]
/trunk/main/forms/source/solar/component/
H A Dnavbarcontrol.cxx74 #define FORWARD_TO_PEER_1_RET( returnType, unoInterface, method, param1 ) \ argument
75 returnType aReturn; \
90 #define FORWARD_TO_PEER_3_RET( returnType, unoInterface, method, param1, param2, param3 ) \ argument
91 returnType aReturn; \
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcpp2uno.cxx128 bool directReturn, typelib_TypeDescriptionReference * returnType, in call() argument
133 if (returnType != NULL) { in call()
134 TYPELIB_DANGER_GET(&rtd, returnType); in call()
143 retin = returnType == NULL ? NULL : retbuf; in call()
H A Duno2cpp.cxx129 typelib_TypeDescriptionReference * returnType, sal_Int32 count, in call() argument
134 returnType); in call()
141 TYPELIB_DANGER_GET(&rtd, returnType); in call()
/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx77 #define FORWARD_TO_PEER_1_RET( returnType, unoInterface, method, param1 ) \ argument
78 returnType aReturn; \
93 #define FORWARD_TO_PEER_3_RET( returnType, unoInterface, method, param1, param2, param3 ) \ argument
94 returnType aReturn; \
/trunk/main/codemaker/source/cppumaker/
H A Dcpputype.cxx1386 OString methodName, returnType, paramType, paramName; in dumpMethods() local
1406 returnType = rtl::OUStringToOString( in dumpMethods()
1422 dumpType(o, returnType); in dumpMethods()
1861 OString methodName, returnType, paramType, paramName; in dumpCppuMethods() local
1884 returnType = checkRealBaseType( in dumpCppuMethods()
1940 << returnType.replace('/', '.') << "\") );\n"; in dumpCppuMethods()
2000 OString returnType, paramType, excType; in dumpMethodsCppuDecl() local
2006 returnType = rtl::OUStringToOString( in dumpMethodsCppuDecl()
2011 if (pFinishedTypes->count(returnType) == 0) in dumpMethodsCppuDecl()
2013 pFinishedTypes->insert(returnType); in dumpMethodsCppuDecl()
[all …]
/trunk/main/cli_ure/source/basetypes/uno/
H A DPolymorphicType.cs387 Type returnType, in GetPropertyImpl() argument
392 name, bindingAttr, binder, returnType, types, modifiers); in GetPropertyImpl()
/trunk/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommandCaller.java366 int returnType = readUShort(); in handleResponse() local
385 switch (returnType) { in handleResponse()
/trunk/main/codemaker/source/idlmaker/
H A Didltype.cxx847 OString methodName, returnType, paramType, paramName; in dumpMethods() local
860 returnType = m_reader.getMethodReturnType(i); in dumpMethods()
876 dumpType(o, returnType); in dumpMethods()
/trunk/main/codemaker/source/javamaker/
H A Djavatype.cxx373 rtl::OString const & returnType, SpecialType * specialReturnType,
398 rtl::OString const & returnType, SpecialType * specialReturnType, in MethodDescriptor() argument
410 m_manager, returnType, false, false, m_dependencies, &descEnd, &sigEnd, in MethodDescriptor()
2612 rtl::OString const & methodName, rtl::OString const & returnType, in addConstructor() argument
2616 MethodDescriptor desc(manager, dependencies, returnType, 0, 0); in addConstructor()
2746 code->instrCheckcast(returnType); in addConstructor()
/trunk/main/stoc/source/javavm/
H A Djavavm.cxx735 ReturnType returnType = in getJavaVM() local
742 if (returnType != RETURN_JAVAVM) in getJavaVM()
959 switch (returnType) { in getJavaVM()
/trunk/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...

Completed in 173 milliseconds