Searched refs:rxTempOut (Results 1 – 1 of 1) sorted by relevance
1372 Reference< XOutputStream > rxTempOut = Reference < XOutputStream > ( in setInputStream_Impl() local1376 if( rxTempOut.is() ) in setInputStream_Impl()1378 ::comphelper::OStorageHelper::CopyInputToOutput( rxInputStream, rxTempOut ); in setInputStream_Impl()1379 m_xInputStream = Reference< XInputStream >( rxTempOut, UNO_QUERY ); in setInputStream_Impl()1380 m_xSeekable = Reference < XSeekable > ( rxTempOut, UNO_QUERY ); in setInputStream_Impl()
Completed in 23 milliseconds