Searched refs:rPipeInput (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/io/test/stm/ |
H A D | marktest.cxx | 142 Reference < XInputStream > rPipeInput( x , UNO_QUERY ); in test() local 149 OSL_ASSERT( rPipeInput.is() ); in test() 153 testSimple( rOutput , rPipeInput ); in test() 509 Reference < XInputStream > rPipeInput( x , UNO_QUERY ); in test() local 512 sink->setInputStream( rPipeInput ); in test()
|
H A D | datatest.cxx | 184 Reference < XInputStream > rPipeInput( x , UNO_QUERY ); in test() local 201 OSL_ASSERT( rPipeInput.is() ); in test() 203 rSink->setInputStream( rPipeInput ); in test() 756 Reference <XInputStream > rPipeInput( x , UNO_QUERY ); in test() local 775 markableSink->setInputStream( rPipeInput ); in test() 791 OSL_ASSERT( rPipeInput.is() ); in test()
|
/aoo41x/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()
|
Completed in 31 milliseconds