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 | 1529 System::Type * retType = get_type(xIfaceType); in complete_service_type() local 1592 retType, in complete_service_type() 1643 ilGen->DeclareLocal(retType); in complete_service_type() 1831 ilGen->Emit(Emit::OpCodes::Castclass, retType); in complete_service_type() 2005 System::Type * retType = get_type(xIfaceType); in complete_singleton_type() local 2013 retType, in complete_singleton_type() 2057 sBuilder->Append(retType->FullName); in complete_singleton_type() 2072 ilGen->Emit(Emit::OpCodes::Castclass, retType); in complete_singleton_type() 2142 ::System::Type * retType = get_type( in get_type() 2150 retType = ::uno::PolymorphicType::GetType(retType, sName); in get_type() [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 | 568 Type retType; in getType() local
|
Completed in 66 milliseconds