Searched refs:EmptyInputStream (Results 1 – 2 of 2) sorted by relevance
84 class EmptyInputStream : public ::cppu::WeakImplHelper1< XInputStream > class96 sal_Int32 EmptyInputStream::readBytes( in readBytes()103 sal_Int32 EmptyInputStream::readSomeBytes( in readSomeBytes()110 void EmptyInputStream::skipBytes( sal_Int32 ) in skipBytes()114 sal_Int32 EmptyInputStream::available() in available()119 void EmptyInputStream::closeInput() in closeInput()1282 aArg.Data = rStream.is() ? rStream : new EmptyInputStream; in writeStream()1324 new EmptyInputStream, in insertNewContent()1338 new EmptyInputStream, in insertNewContent()1396 rData.is() ? rData : new EmptyInputStream, in insertNewContent()[all …]
177 class EmptyInputStream( unohelper.Base, XInputStream ): class981 self.provCtx.sfa.writeFile( scriptUrl, EmptyInputStream() )