Lines Matching refs:inByte
360 Any inByte, outByte; in doPropertyTest() local
383 inByte <<= (sal_Int8) 100; in doPropertyTest()
384 inv->setValue(OUString(L"prpByte"), inByte); in doPropertyTest()
453 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doPropertyTest()
638 Any inByte, outByte; in doSimpleTest() local
667 inByte <<= (sal_Int8) 127; in doSimpleTest()
668 inv->invoke(OUString(L"inByte"), Sequence< Any > ( & inByte, 1), seqIndices, seqOut); in doSimpleTest()
762 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doSimpleTest()
780 inv->invoke(OUString(L"inoutByte"), Sequence< Any > ( & inByte, 1), seqIndices, seqOut); in doSimpleTest()
849 if (inBool != outBool || inByte != outByte || inShort != outShort || inLong != outLong in doSimpleTest()
893 param[0] = inByte; in doSimpleTest()
898 if (seqOut.getLength() != 3 || inByte != seqOut[0] || inFloat != seqOut[1] in doSimpleTest()