Searched refs:EmptyInputStream (Results 1 – 2 of 2) sorted by relevance
84 class EmptyInputStream : public ::cppu::WeakImplHelper1< XInputStream > class101 sal_Int32 EmptyInputStream::readBytes( in readBytes()109 sal_Int32 EmptyInputStream::readSomeBytes( in readSomeBytes()117 void EmptyInputStream::skipBytes( sal_Int32 ) in skipBytes()122 sal_Int32 EmptyInputStream::available() in available()128 void EmptyInputStream::closeInput() in closeInput()1332 aArg.Data = rStream.is() ? rStream : new EmptyInputStream; in writeStream()1376 new EmptyInputStream, in insertNewContent()1391 new EmptyInputStream, in insertNewContent()1450 rData.is() ? rData : new EmptyInputStream, in insertNewContent()[all …]
170 class EmptyInputStream( unohelper.Base, XInputStream ): class937 self.provCtx.sfa.writeFile( scriptUrl, EmptyInputStream() )