Home
last modified time | relevance | path

Searched refs:anyRet (Results 1 – 2 of 2) sorted by relevance

/trunk/main/extensions/test/ole/OleClient/
H A DclientTest.cxx529 Any anyRet = inv->invoke(OUString(L"prpMultiArg1"), seqMultiArgGet0, in doPropertyWithArgumentTest() local
532 if (anyRet != ((PropertyPutArgument const *)seqMultiArgPut1[2].getValue())->Value in doPropertyWithArgumentTest()
546 anyRet = inv->invoke(OUString(L"prpMultiArg1"), seqMultiArgGet0, in doPropertyWithArgumentTest()
552 if (anyRet != ((PropertyPutArgument const *) seqMultiArgPut2[1].getValue())->Value in doPropertyWithArgumentTest()
567 anyRet = inv->invoke(OUString(L"prpMultiArg1"), seqMultiArgGet0, in doPropertyWithArgumentTest()
572 if (anyRet != ((PropertyPutArgument const*) seqMultiArgPut3[1].getValue())->Value in doPropertyWithArgumentTest()
591 anyRet = inv->invoke(OUString(L"prpMultiArg2"), seqMultiArgPut6, in doPropertyWithArgumentTest()
595 anyRet = inv->invoke(OUString(L"prpMultiArg2GetValues"), seqMultiVoid, in doPropertyWithArgumentTest()
611 anyRet = inv->invoke(OUString(L"prpMultiArg3"), seqMultiArgGet2, seqIndices, seqOut); in doPropertyWithArgumentTest()
613 if ( anyRet != ((PropertyPutArgument const*) seqMultiArgPut6[1].getValue())->Value in doPropertyWithArgumentTest()
/trunk/main/pyuno/source/module/
H A Dpyuno.cxx526 Any anyRet; in PyUNO_getattr() local
529 anyRet = me->members->xInvocation->getValue (attrName); in PyUNO_getattr()
531 PyRef ret = runtime.any2PyObject(anyRet); in PyUNO_getattr()

Completed in 30 milliseconds