Searched refs:rPipeOutput (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/io/test/stm/ |
H A D | marktest.cxx | 141 Reference< XOutputStream > rPipeOutput( x , UNO_QUERY ); in test() local 145 source->setOutputStream( rPipeOutput ); in test() 508 Reference< XOutputStream > rPipeOutput( x , UNO_QUERY ); in test() local 516 OSL_ASSERT( rPipeOutput.is() ); in test() 520 testSimple( rPipeOutput , rInput ); in test()
|
H A D | datatest.cxx | 185 Reference < XOutputStream > rPipeOutput( x , UNO_QUERY ); in test() local 202 OSL_ASSERT( rPipeOutput.is() ); in test() 204 rSource->setOutputStream( rPipeOutput ); in test() 757 Reference <XOutputStream > rPipeOutput( x , UNO_QUERY ); in test() local 776 markableSource->setOutputStream( rPipeOutput ); in test() 792 OSL_ASSERT( rPipeOutput.is() ); in test()
|
/aoo42x/main/extensions/test/stm/ |
H A D | marktest.cxx | 146 XOutputStreamRef rPipeOutput( x , USR_QUERY ); in test() local 150 source->setOutputStream( rPipeOutput ); in test() 513 XOutputStreamRef rPipeOutput( x , USR_QUERY ); in test() local 521 OSL_ASSERT( rPipeOutput.is() ); in test() 525 testSimple( rPipeOutput , rInput ); in test()
|
H A D | datatest.cxx | 182 XOutputStreamRef rPipeOutput( x , USR_QUERY ); in test() local 197 OSL_ASSERT( rPipeOutput.is() ); in test() 199 rSource->setOutputStream( rPipeOutput ); in test() 747 XOutputStreamRef rPipeOutput( x , USR_QUERY ); in test() local 763 markableSource->setOutputStream( rPipeOutput ); in test() 777 OSL_ASSERT( rPipeOutput.is() ); in test()
|
Completed in 57 milliseconds