Lines Matching refs:rOutput
147 Reference< XOutputStream > rOutput( TestObject , UNO_QUERY ); in test() local
150 OSL_ASSERT( rOutput.is() ); in test()
153 testSimple( rOutput , rPipeInput ); in test()
208 void OMarkableOutputStreamTest::testSimple( const Reference< XOutputStream > &rOutput , in testSimple() argument
211 Reference < XMarkableStream > rMarkable( rOutput , UNO_QUERY ); in testSimple()
226 rOutput->writeBytes( seqWrite ); in testSimple()
235 rOutput->writeBytes( seqWrite ); in testSimple()
248 rOutput->writeBytes( seqWrite ); in testSimple()
283 rOutput->writeBytes( aByte ); in testSimple()
286 rOutput->writeBytes( aByte ); in testSimple()
295 rOutput->writeBytes( aByte ); in testSimple()
319 rOutput->writeBytes( as[i] ); in testSimple()
336 rOutput->writeBytes( as[i] ); in testSimple()
357 rOutput->closeOutput(); in testSimple()
575 void OMarkableInputStreamTest::testSimple( const Reference< XOutputStream > &rOutput , in testSimple() argument
588 rOutput->writeBytes( seqWrite ); in testSimple()
631 rOutput->closeOutput(); in testSimple()