Home
last modified time | relevance | path

Searched refs:retType (Results 1 – 7 of 7) sorted by relevance

/trunk/main/binaryurp/source/
H A Dincomingrequest.cxx190 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 DModule1.vb125 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 Dclimaker_emit.cxx1562 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 Dtestobjects.cs328 public Type retType() in retType() method in Component
H A Dtypes.idl121 type retType();
H A Dclimaker.cs1352 l.assure(obj.retType() == aType); in testInterface()
/trunk/main/extensions/source/ole/
H A Dunoobjw.cxx566 Type retType; in getType() local