Lines Matching refs:rOutput
178 Reference < XDataOutputStream > rOutput( TestObject , UNO_QUERY ); in test() local
197 rOutput = Reference< XDataOutputStream > ( x , UNO_QUERY ); in test()
210 testSimple( rInput , rOutput ); in test()
263 const Reference < XDataOutputStream > &rOutput ) in testSimple()
265 rOutput->writeLong( 0x34ff3c ); in testSimple()
266 rOutput->writeLong( 0x34ff3d ); in testSimple()
267 rOutput->writeLong( -1027 ); in testSimple()
273 rOutput->writeByte( 0x77 ); in testSimple()
276 rOutput->writeBoolean( 25 ); in testSimple()
279 rOutput->writeBoolean( sal_False ); in testSimple()
282 rOutput->writeFloat( (float) 42.42 ); in testSimple()
285 rOutput->writeDouble( (double) 42.42 ); in testSimple()
288 rOutput->writeHyper( 0x123456789abcdefLL ); in testSimple()
291 rOutput->writeUTF( OUString::createFromAscii("Live long and prosper !") ); in testSimple()
301 rOutput->writeUTF( str ); in testSimple()
304 rOutput->closeOutput(); in testSimple()
327 rOutput->writeByte( 1 ); in testSimple()
750 Reference< XObjectOutputStream > rOutput( TestObject , UNO_QUERY ); in test() local
787 rOutput = Reference <XObjectOutputStream > ( x , UNO_QUERY ); in test()
801 testObject( rOutput , rInput); in test()
804 rOutput->closeOutput(); in test()