Home
last modified time | relevance | path

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

/AOO42X/main/extensions/test/ole/cpnt/
H A Dcpnt.cxx1882 Sequence<Any> seqOutParams; in testInterface() local
1883 xInv->invoke( OUString( L"outValuesAll"), Sequence<Any>(), seqIndizes, seqOutParams); in testInterface()
1898 if( seqOutParams.getLength() == 12) in testInterface()
1900 Reference<XSimple> xSimple= *(XSimple**)seqOutParams[0].getValue(); in testInterface()
1903 seqOutParams[1] >>= aStruct; in testInterface()
1904 SimpleEnum aEnum= *(SimpleEnum*)seqOutParams[2].getValue(); in testInterface()
1907 seqOutParams[3] >>= seqAny; in testInterface()
1914 Any _any= *(Any*)seqOutParams[4].getValue(); in testInterface()
1915 sal_Bool _bool= *(sal_Bool*)seqOutParams[5].getValue(); in testInterface()
1916 sal_Unicode _char= *( sal_Unicode*) seqOutParams[6].getValue(); in testInterface()
[all …]