Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/streaming/
H A Doslfile2streamwrap.cxx35 OSLInputStreamWrapper::OSLInputStreamWrapper( File& _rFile ) in OSLInputStreamWrapper() function in comphelper::OSLInputStreamWrapper
42 OSLInputStreamWrapper::OSLInputStreamWrapper( File* pStream, sal_Bool bOwner ) in OSLInputStreamWrapper() function in comphelper::OSLInputStreamWrapper
49 OSLInputStreamWrapper::~OSLInputStreamWrapper() in ~OSLInputStreamWrapper()
56 sal_Int32 SAL_CALL OSLInputStreamWrapper::readBytes(staruno::Sequence< sal_Int8 >& aData, sal_Int32… in readBytes()
82 sal_Int32 SAL_CALL OSLInputStreamWrapper::readSomeBytes(staruno::Sequence< sal_Int8 >& aData, sal_I… in readSomeBytes()
102 void SAL_CALL OSLInputStreamWrapper::skipBytes(sal_Int32 nBytesToSkip) throw( stario::NotConnectedE… in skipBytes()
125 sal_Int32 SAL_CALL OSLInputStreamWrapper::available() throw( stario::NotConnectedException, staruno… in available()
155 void SAL_CALL OSLInputStreamWrapper::closeInput() throw( stario::NotConnectedException, staruno::Ru… in closeInput()
/trunk/main/comphelper/inc/comphelper/
H A Doslfile2streamwrap.hxx45 class COMPHELPER_DLLPUBLIC OSLInputStreamWrapper : public InputStreamWrapper_Base class
52 OSLInputStreamWrapper(::osl::File& _rStream);
53 OSLInputStreamWrapper(::osl::File* pStream, sal_Bool bOwner=sal_False);
54 virtual ~OSLInputStreamWrapper();
/trunk/main/toolkit/source/layout/core/
H A Dbyteseq.cxx48 xResult.set( new comphelper::OSLInputStreamWrapper(blobFile,true) ); in getFileAsStream()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertestdialog.cxx657 Reference< XInputStream > xIS( new comphelper::OSLInputStreamWrapper( aInputFile ) ); in import()
H A Dxmlfileview.cxx625 Reference< XInputStream > xIS( new comphelper::OSLInputStreamWrapper( aInputFile ) ); in onValidate()

Completed in 75 milliseconds