Searched refs:xTextInput (Results 1 – 1 of 1) sorted by relevance
205 …Reference< XTextInputStream > xTextInput( i_rContext.createComponent( "com.sun.star.io.TextInputSt… in lcl_readObjectMap_throw() local206 xTextInput->setEncoding( lcl_getMapStreamEncodingName() ); in lcl_readObjectMap_throw()208 Reference< XActiveDataSink > xDataSink( xTextInput, UNO_QUERY_THROW ); in lcl_readObjectMap_throw()213 while ( !xTextInput->isEOF() ) in lcl_readObjectMap_throw()215 ::rtl::OUString sLine = xTextInput->readLine(); in lcl_readObjectMap_throw()
Completed in 12 milliseconds