Home
last modified time | relevance | path

Searched refs:xOutStreamService (Results 1 – 2 of 2) sorted by path

/trunk/main/extensions/test/sax/
H A Dtestsax.cxx299 XInterfaceRef xOutStreamService = xSMgr->createInstance( L"com.sun.star.io.Pipe" ); in createStreamFromSequence() local
300 OSL_ASSERT( xOutStreamService.is() ); in createStreamFromSequence()
301 XOutputStreamRef rOutStream( xOutStreamService , USR_QUERY ); in createStreamFromSequence()
304 XInputStreamRef rInStream( xOutStreamService , USR_QUERY ); in createStreamFromSequence()
/trunk/main/sax/test/sax/
H A Dtestsax.cxx234 Reference < XInterface > xOutStreamService = in createStreamFromSequence() local
236 OSL_ASSERT( xOutStreamService.is() ); in createStreamFromSequence()
237 Reference< XOutputStream > rOutStream( xOutStreamService , UNO_QUERY ); in createStreamFromSequence()
240 Reference< XInputStream > rInStream( xOutStreamService , UNO_QUERY ); in createStreamFromSequence()

Completed in 19 milliseconds