Home
last modified time | relevance | path

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

/aoo41x/main/unotools/source/streaming/
H A Dstreamhelper.cxx33 void SAL_CALL OInputStreamHelper::acquire() throw () in acquire()
39 void SAL_CALL OInputStreamHelper::release() throw () in release()
45 sal_Int32 SAL_CALL OInputStreamHelper::readBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32 nB… in readBytes()
72 void SAL_CALL OInputStreamHelper::seek( sal_Int64 location ) throw(::com::sun::star::lang::IllegalA… in seek()
80 sal_Int64 SAL_CALL OInputStreamHelper::getPosition( ) throw(::com::sun::star::io::IOException, ::c… in getPosition()
85 sal_Int64 SAL_CALL OInputStreamHelper::getLength( ) throw(::com::sun::star::io::IOException, ::com… in getLength()
97 sal_Int32 SAL_CALL OInputStreamHelper::readSomeBytes(staruno::Sequence< sal_Int8 >& aData, in readSomeBytes()
106 void SAL_CALL OInputStreamHelper::skipBytes(sal_Int32 nBytesToSkip) in skipBytes()
120 sal_Int32 SAL_CALL OInputStreamHelper::available() in available()
131 void SAL_CALL OInputStreamHelper::closeInput() in closeInput()
/aoo41x/main/unotools/inc/unotools/
H A Dstreamhelper.hxx48 class UNOTOOLS_DLLPUBLIC OInputStreamHelper : public InputStreamHelper_Base class
56 OInputStreamHelper(const SvLockBytesRef& _xLockBytes, in OInputStreamHelper() function in utl::OInputStreamHelper
/aoo41x/main/xmlsecurity/tools/demo/
H A Dutil.cxx94 …uno::Reference< io::XInputStream > xInputStream = new utl::OInputStreamHelper( xLockBytes, nBytes … in OpenInputStream()
/aoo41x/main/extensions/source/xmlextract/
H A Dxmxtrct.cxx187 xRet = new ::utl::OInputStreamHelper( new SvLockBytes( pMemStm, sal_True ), 65535 ); in REF()
/aoo41x/main/xmlsecurity/source/helper/
H A Dxmlsignaturehelper2.cxx186 xInputStream = new utl::OInputStreamHelper( xLockBytes, nBytes ); in getUriBinding()
/aoo41x/main/xmlsecurity/workben/
H A Dsignaturetest.cxx526 …uno::Reference< io::XInputStream > xInputStream = new utl::OInputStreamHelper( xLockBytes, nBytes … in IMPL_LINK()
/aoo41x/main/forms/source/component/
H A DImageControl.cxx445 …xImageStream = new ::utl::OInputStreamHelper( new SvLockBytes( pImageStream.get(), sal_False ), nS… in impl_updateStreamForURL_lck()

Completed in 43 milliseconds