Searched refs:rPipeInput (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/extensions/test/stm/ |
| H A D | marktest.cxx | 147 XInputStreamRef rPipeInput( x , USR_QUERY ); in test() local 154 OSL_ASSERT( rPipeInput.is() ); in test() 158 testSimple( rOutput , rPipeInput ); in test() 514 XInputStreamRef rPipeInput( x , USR_QUERY ); in test() local 517 sink->setInputStream( rPipeInput ); in test()
|
| H A D | datatest.cxx | 181 XInputStreamRef rPipeInput( x , USR_QUERY ); in test() local 196 OSL_ASSERT( rPipeInput.is() ); in test() 198 rSink->setInputStream( rPipeInput ); in test() 746 XInputStreamRef rPipeInput( x , USR_QUERY ); in test() local 762 markableSink->setInputStream( rPipeInput ); in test() 776 OSL_ASSERT( rPipeInput.is() ); in test()
|
| /trunk/main/io/test/stm/ |
| H A D | marktest.cxx | 133 Reference < XInputStream > rPipeInput( x , UNO_QUERY ); in test() local 140 OSL_ASSERT( rPipeInput.is() ); in test() 144 testSimple( rOutput , rPipeInput ); in test() 492 Reference < XInputStream > rPipeInput( x , UNO_QUERY ); in test() local 495 sink->setInputStream( rPipeInput ); in test()
|
| H A D | datatest.cxx | 176 Reference < XInputStream > rPipeInput( x , UNO_QUERY ); in test() local 193 OSL_ASSERT( rPipeInput.is() ); in test() 195 rSink->setInputStream( rPipeInput ); in test() 694 Reference <XInputStream > rPipeInput( x , UNO_QUERY ); in test() local 713 markableSink->setInputStream( rPipeInput ); in test() 729 OSL_ASSERT( rPipeInput.is() ); in test()
|