Lines Matching refs:xOut
1574 uno::Reference< io::XOutputStream > xOut( rArg.Sink, uno::UNO_QUERY ); in open() local
1575 if ( xOut.is() ) in open()
1612 xOut->writeBytes( aBuffer ); in open()
1617 xOut->closeOutput(); in open()
2555 uno::Reference< io::XOutputStream > xOut; in storeData() local
2563 xOut = getTruncatedOutputStream( xEnv ); in storeData()
2565 OSL_ENSURE( xOut.is(), "No target data stream!" ); in storeData()
2575 xOut->writeBytes( aBuffer ); in storeData()
2580 closeOutputStream( xOut ); in storeData()
2586 closeOutputStream( xOut ); in storeData()
2593 closeOutputStream( xOut ); in storeData()
2600 closeOutputStream( xOut ); in storeData()
2605 closeOutputStream( xOut ); in storeData()
2849 const uno::Reference< io::XOutputStream > & xOut ) in closeOutputStream()
2851 if ( xOut.is() ) in closeOutputStream()
2855 xOut->closeOutput(); in closeOutputStream()