Searched refs:SerfInputStream (Results 1 – 17 of 17) sorted by relevance
/aoo4110/main/ucb/source/ucp/webdav/ |
H A D | SerfInputStream.cxx | 39 SerfInputStream::SerfInputStream( void ) in SerfInputStream() function in SerfInputStream 48 SerfInputStream::~SerfInputStream( void ) in ~SerfInputStream() 66 Any SerfInputStream::queryInterface( const Type &type ) in queryInterface() 79 sal_Int32 SAL_CALL SerfInputStream::readBytes( in readBytes() 108 sal_Int32 SAL_CALL SerfInputStream::readSomeBytes( in readSomeBytes() 123 void SAL_CALL SerfInputStream::skipBytes( sal_Int32 nBytesToSkip ) in skipBytes() 138 sal_Int32 SAL_CALL SerfInputStream::available( ) in available() 149 void SAL_CALL SerfInputStream::closeInput( void ) in closeInput() 159 void SAL_CALL SerfInputStream::seek( sal_Int64 location ) in seek() 176 sal_Int64 SAL_CALL SerfInputStream::getPosition() in getPosition() [all …]
|
H A D | SerfGetReqProcImpl.hxx | 42 const com::sun::star::uno::Reference< SerfInputStream > & xioInStrm ); 46 const com::sun::star::uno::Reference< SerfInputStream > & xioInStrm, 76 com::sun::star::uno::Reference< SerfInputStream > xInputStream;
|
H A D | SerfInputStream.hxx | 41 class SerfInputStream : public ::com::sun::star::io::XInputStream, class 51 SerfInputStream( void ); 52 virtual ~SerfInputStream();
|
H A D | SerfRequestProcessorImplFac.hxx | 55 … const com::sun::star::uno::Reference< SerfInputStream >& xioInStrm ); 59 … const com::sun::star::uno::Reference< SerfInputStream >& xioInStrm, 91 … const com::sun::star::uno::Reference< SerfInputStream >& xioInStrm );
|
H A D | SerfRequestProcessor.hxx | 70 bool processGet( const com::sun::star::uno::Reference< SerfInputStream >& xioInStrm, 74 bool processGet( const com::sun::star::uno::Reference< SerfInputStream >& xioInStrm, 106 const com::sun::star::uno::Reference< SerfInputStream >& xioInStrm,
|
H A D | SerfRequestProcessorImplFac.cxx | 83 … const com::sun::star::uno::Reference< SerfInputStream >& xioInStrm ) in createGetReqProcImpl() 93 … const com::sun::star::uno::Reference< SerfInputStream >& xioInStrm, in createGetReqProcImpl() 163 … const com::sun::star::uno::Reference< SerfInputStream >& xioInStrm ) in createPostReqProcImpl()
|
H A D | SerfSession.cxx | 804 uno::Reference< SerfInputStream > xInputStream( new SerfInputStream ); in GET() 850 uno::Reference< SerfInputStream > xInputStream( new SerfInputStream ); in GET() 947 uno::Reference< SerfInputStream > xInputStream( new SerfInputStream ); in POST()
|
H A D | SerfPostReqProcImpl.hxx | 43 const com::sun::star::uno::Reference< SerfInputStream > & xioInStrm ); 72 com::sun::star::uno::Reference< SerfInputStream > xInputStream;
|
H A D | SerfPropFindReqProcImpl.cxx | 50 , xInputStream( new SerfInputStream() ) in SerfPropFindReqProcImpl() 65 , xInputStream( new SerfInputStream() ) in SerfPropFindReqProcImpl()
|
H A D | SerfGetReqProcImpl.cxx | 34 … const com::sun::star::uno::Reference< SerfInputStream > & xioInStrm ) in SerfGetReqProcImpl() 45 … const com::sun::star::uno::Reference< SerfInputStream > & xioInStrm, in SerfGetReqProcImpl()
|
H A D | SerfRequestProcessor.cxx | 136 bool SerfRequestProcessor::processGet( const com::sun::star::uno::Reference< SerfInputStream >& xio… in processGet() 148 bool SerfRequestProcessor::processGet( const com::sun::star::uno::Reference< SerfInputStream >& xio… in processGet() 233 … const com::sun::star::uno::Reference< SerfInputStream >& xioInStrm, in processPost()
|
H A D | SerfUnlockProcImpl.hxx | 45 com::sun::star::uno::Reference< SerfInputStream > xInputStream;
|
H A D | SerfLockReqProcImpl.hxx | 49 com::sun::star::uno::Reference< SerfInputStream > xInputStream;
|
H A D | SerfUnlockProcImpl.cxx | 44 , xInputStream( new SerfInputStream() ) in SerfUnlockProcImpl()
|
H A D | SerfPropFindReqProcImpl.hxx | 72 com::sun::star::uno::Reference< SerfInputStream > xInputStream;
|
H A D | SerfPostReqProcImpl.cxx | 41 … const com::sun::star::uno::Reference< SerfInputStream > & xioInStrm ) in SerfPostReqProcImpl()
|
H A D | SerfLockReqProcImpl.cxx | 46 , xInputStream( new SerfInputStream() ) in SerfLockReqProcImpl()
|
Completed in 48 milliseconds