Searched refs:xOutStreamService (Results 1 – 2 of 2) sorted by relevance
234 Reference < XInterface > xOutStreamService = in createStreamFromSequence() local236 OSL_ASSERT( xOutStreamService.is() ); in createStreamFromSequence()237 Reference< XOutputStream > rOutStream( xOutStreamService , UNO_QUERY ); in createStreamFromSequence()240 Reference< XInputStream > rInStream( xOutStreamService , UNO_QUERY ); in createStreamFromSequence()
299 XInterfaceRef xOutStreamService = xSMgr->createInstance( L"com.sun.star.io.Pipe" ); in createStreamFromSequence() local300 OSL_ASSERT( xOutStreamService.is() ); in createStreamFromSequence()301 XOutputStreamRef rOutStream( xOutStreamService , USR_QUERY ); in createStreamFromSequence()304 XInputStreamRef rInStream( xOutStreamService , USR_QUERY ); in createStreamFromSequence()
Completed in 11 milliseconds