Home
last modified time | relevance | path

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

/AOO41X/main/ucb/source/ucp/file/
H A Dfilinpstr.cxx40 XInputStream_impl::XInputStream_impl( shell* pMyShell,const rtl::OUString& aUncPath, sal_Bool bLock… in XInputStream_impl() function in XInputStream_impl
66 XInputStream_impl::~XInputStream_impl() in ~XInputStream_impl()
83 sal_Int32 SAL_CALL XInputStream_impl::CtorSuccess() in CtorSuccess()
90 sal_Int32 SAL_CALL XInputStream_impl::getMinorError() in getMinorError()
101 XTYPEPROVIDER_IMPL_3( XInputStream_impl, in XTYPEPROVIDER_IMPL_3() argument
109 XInputStream_impl::queryInterface( in XTYPEPROVIDER_IMPL_3()
122 XInputStream_impl::acquire( in acquire()
131 XInputStream_impl::release( in release()
141 XInputStream_impl::readBytes( in readBytes()
169 XInputStream_impl::readSomeBytes( in readSomeBytes()
[all …]
H A Dfilinpstr.hxx44 class XInputStream_impl class
52 XInputStream_impl( shell* pMyShell,const rtl::OUString& aUncPath, sal_Bool bLock );
54 virtual ~XInputStream_impl();
H A Dshell.cxx681XInputStream_impl* xInputStream = new XInputStream_impl( this, aUnqPath, bLock ); // from filinpst… in open()
/AOO41X/main/xmlhelp/source/cxxhelp/provider/
H A Dinputstream.cxx36 XInputStream_impl::XInputStream_impl( const rtl::OUString& aUncPath ) in XInputStream_impl() function in XInputStream_impl
44 XInputStream_impl::~XInputStream_impl() in ~XInputStream_impl()
50 bool SAL_CALL XInputStream_impl::CtorSuccess() in CtorSuccess()
57 XInputStream_impl::queryInterface( in queryInterface()
69 XInputStream_impl::acquire( in acquire()
78 XInputStream_impl::release( in release()
88 XInputStream_impl::readBytes( in readBytes()
115 XInputStream_impl::readSomeBytes( in readSomeBytes()
128 XInputStream_impl::skipBytes( in skipBytes()
140 XInputStream_impl::available( in available()
[all …]
H A Dinputstream.hxx40 class XInputStream_impl class
47 XInputStream_impl( const rtl::OUString& aUncPath );
49 virtual ~XInputStream_impl();
H A Ddatabases.cxx1014 XInputStream_impl* p = new XInputStream_impl( zipFile ); in jarFile()