Lines Matching refs:seqOutParams
1882 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()
1917 OUString _str= *( rtl_uString**)seqOutParams[7].getValue(); in testInterface()
1919 float _f= *( float*)seqOutParams[8].getValue(); in testInterface()
1920 double _d= *( double*) seqOutParams[9].getValue(); in testInterface()
1921 sal_Int8 _byte= *( sal_Int8*) seqOutParams[10].getValue(); in testInterface()
1922 sal_Int16 _short= *( sal_Int16*) seqOutParams[11].getValue(); in testInterface()
1924 sal_Int32 _long= *( sal_Int32*) seqOutParams[12].getValue(); in testInterface()
1939 Sequence<Any> seqOutParams; in testInterface() local
1991 xInv->invoke( OUString( L"inoutValuesAll"), params, seqIndizes, seqOutParams); in testInterface()
1993 if( seqOutParams.getLength() == 12) in testInterface()
1995 Reference<XSimple> xSimple= *(XSimple**)seqOutParams[0].getValue(); in testInterface()
1998 seqOutParams[1] >>= aStruct; in testInterface()
1999 SimpleEnum aEnum= *(SimpleEnum*)seqOutParams[2].getValue(); in testInterface()
2002 seqOutParams[3] >>= seqAny; in testInterface()
2009 Any _any= *(Any*)seqOutParams[4].getValue(); in testInterface()
2010 sal_Bool _bool= *(sal_Bool*)seqOutParams[5].getValue(); in testInterface()
2011 sal_Unicode _char= *( sal_Unicode*) seqOutParams[6].getValue(); in testInterface()
2012 OUString _str= *( rtl_uString**)seqOutParams[7].getValue(); in testInterface()
2014 float _f= *( float*)seqOutParams[8].getValue(); in testInterface()
2015 double _d= *( double*) seqOutParams[9].getValue(); in testInterface()
2016 sal_Int8 _byte= *( sal_Int8*) seqOutParams[10].getValue(); in testInterface()
2017 sal_Int16 _short= *( sal_Int16*) seqOutParams[11].getValue(); in testInterface()
2019 sal_Int32 _long= *( sal_Int32*) seqOutParams[12].getValue(); in testInterface()
2036 Sequence<Any> seqOutParams; in testInterface() local
2046 xInv->invoke( OUString( L"inValues"), Sequence<Any>(arAny,3), seqIndizes, seqOutParams); in testInterface()