Lines Matching refs:getValue

381 	outBool = inv->getValue(OUString(L"prpBool"));  in doPropertyTest()
385 outByte = inv->getValue(OUString(L"prpByte")); in doPropertyTest()
389 outShort = inv->getValue(OUString(L"prpShort")); in doPropertyTest()
394 outLong = inv->getValue(OUString(L"prpLong")); in doPropertyTest()
398 outString = inv->getValue(OUString(L"prpString")); in doPropertyTest()
402 outFloat = inv->getValue(OUString(L"prpFloat")); in doPropertyTest()
406 outDouble = inv->getValue(OUString(L"prpDouble")); in doPropertyTest()
410 outVariant = inv->getValue(OUString(L"prpVariant")); in doPropertyTest()
414 outObject = inv->getValue(OUString(L"prpObject")); in doPropertyTest()
418 outUnknown = inv->getValue(OUString(L"prpUnknown")); in doPropertyTest()
423 outCY = inv->getValue(OUString(L"prpCurrency")); in doPropertyTest()
428 outDate = inv->getValue(OUString(L"prpDate")); in doPropertyTest()
433 outDecimal = inv->getValue(OUString(L"prpDecimal")); in doPropertyTest()
438 outSCode = inv->getValue(OUString(L"prpSCode")); in doPropertyTest()
442 outrefLong = inv->getValue(OUString(L"prprefLong")); in doPropertyTest()
446 outrefVariant = inv->getValue(OUString(L"prprefVariant")); in doPropertyTest()
451 outrefDecimal = inv->getValue(OUString(L"prprefDecimal")); in doPropertyTest()
532 if (anyRet != ((PropertyPutArgument const *)seqMultiArgPut1[2].getValue())->Value in doPropertyWithArgumentTest()
552 if (anyRet != ((PropertyPutArgument const *) seqMultiArgPut2[1].getValue())->Value in doPropertyWithArgumentTest()
571 arMultiArgs[1] = ((NamedArgument const*) seqMultiArgPut3[0].getValue())->Value; in doPropertyWithArgumentTest()
572 if (anyRet != ((PropertyPutArgument const*) seqMultiArgPut3[1].getValue())->Value in doPropertyWithArgumentTest()
613 if ( anyRet != ((PropertyPutArgument const*) seqMultiArgPut6[1].getValue())->Value in doPropertyWithArgumentTest()
1223 sal_Int32 retLong= *(sal_Int32*)aAny.getValue(); in doTest()
1260 sprintf(buff, "MFC outShort %d", *(sal_Int16*)anyOut.getValue()); in doTest()
1266 sprintf(buff, "MFC outLong %d", *(sal_Int32*)anyOut.getValue()); in doTest()
1272 sprintf(buff, "MFC outString %S", ((OUString*)anyOut.getValue())->getStr()); in doTest()
1278 sprintf(buff, "MFC outFloat %f", *(float*)anyOut.getValue()); in doTest()
1284 sprintf(buff, "MFC outFloat %f", *(double*)anyOut.getValue()); in doTest()
1291 sprintf(buff, "MFC outVariant %S", ((OUString*)anyOut.getValue())->getStr()); in doTest()
1299 anyOut= invOut5->getValue( OUString(L"prpString")); in doTest()