Searched refs:arMultiArgs (Results 1 – 1 of 1) sorted by relevance
469 Any arMultiArgs[3]; in doPropertyWithArgumentTest() local470 arMultiArgs[0] <<= makeAny((sal_Int32) 0); in doPropertyWithArgumentTest()471 arMultiArgs[1] <<= makeAny((sal_Int32) 0); in doPropertyWithArgumentTest()472 arMultiArgs[2] <<= PropertyPutArgument(makeAny((sal_Int32) 0)); in doPropertyWithArgumentTest()473 Sequence<Any> seqMultiArgPut0(arMultiArgs, 3); in doPropertyWithArgumentTest()475 arMultiArgs[0] <<= makeAny((sal_Int32) 1); in doPropertyWithArgumentTest()476 arMultiArgs[1] <<= makeAny((sal_Int32) 2); in doPropertyWithArgumentTest()477 arMultiArgs[2] <<= PropertyPutArgument(makeAny((sal_Int32) 3)); in doPropertyWithArgumentTest()478 Sequence<Any> seqMultiArgPut1(arMultiArgs, 3); in doPropertyWithArgumentTest()480 arMultiArgs[0] <<= makeAny((sal_Int32) 1); in doPropertyWithArgumentTest()[all …]