Home
last modified time | relevance | path

Searched refs:EmptyInputStream (Results 1 – 1 of 1) sorted by relevance

/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx84 class EmptyInputStream : public ::cppu::WeakImplHelper1< XInputStream > class
101 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 …]

Completed in 33 milliseconds