Searched refs:retType (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/binaryurp/source/ |
| H A D | incomingrequest.cxx | 190 css::uno::TypeDescription retType; in execute_throw() local 206 retType = t; in execute_throw() 216 retType = css::uno::TypeDescription(mtd->pReturnTypeRef); in execute_throw() 245 std::vector< char > retBuf(retType.is() ? retType.get()->nSize : 0); in execute_throw() 260 *returnValue = BinaryAny(retType, &retBuf[0]); in execute_throw() 261 uno_destructData(&retBuf[0], retType.get(), 0); in execute_throw()
|
| /trunk/main/extensions/test/ole/VisualBasic/ |
| H A D | Module1.vb | 125 Dim outType, inType, retType As Object 175 retType = objOleTest.in_methodType(inType) 183 Or retAny <> inAny Or Not (retType.Name = inType.Name) _ 329 retType = outType 330 objOleTest.testinout_methodType(retType) 331 objOleTest.testinout_methodType(retType) 343 Or outAny <> retAny Or Not (outType.Name = retType.Name) _ 357 retType = Nothing 359 retType = objOleTest.AType 361 If inByte <> retByte Or inFloat <> retFloat Or Not (inType.Name = retType.Name) Then
|
| /trunk/main/cli_ure/source/climaker/ |
| H A D | climaker_emit.cxx | 1562 System::Type ^ retType = get_type(xIfaceType); 1625 retType, 1676 ilGen->DeclareLocal(retType); 1864 ilGen->Emit(Emit::OpCodes::Castclass, retType); 2038 System::Type ^ retType = get_type(xIfaceType); 2046 retType, 2090 sBuilder->Append(retType->FullName); 2105 ilGen->Emit(Emit::OpCodes::Castclass, retType); 2175 ::System::Type ^ retType = get_type( 2183 retType = ::uno::PolymorphicType::GetType(retType, sName); [all …]
|
| /trunk/main/cli_ure/qa/climaker/ |
| H A D | testobjects.cs | 328 public Type retType() in retType() method in Component
|
| H A D | types.idl | 121 type retType();
|
| H A D | climaker.cs | 1352 l.assure(obj.retType() == aType); in testInterface()
|
| /trunk/main/extensions/source/ole/ |
| H A D | unoobjw.cxx | 566 Type retType; in getType() local
|