Home
last modified time | relevance | path

Searched defs:inPath (Results 1 – 14 of 14) sorted by relevance

/AOO41X/main/ucb/source/ucp/webdav/
H A DSerfRequestProcessorImplFac.cxx43 SerfRequestProcessorImpl* createPropFindReqProcImpl( const char* inPath, in createPropFindReqProcImpl()
57 SerfRequestProcessorImpl* createPropFindReqProcImpl( const char* inPath, in createPropFindReqProcImpl()
69 SerfRequestProcessorImpl* createPropPatchReqProcImpl( const char* inPath, in createPropPatchReqProcImpl()
81 SerfRequestProcessorImpl* createGetReqProcImpl( const char* inPath, in createGetReqProcImpl()
91 SerfRequestProcessorImpl* createGetReqProcImpl( const char* inPath, in createGetReqProcImpl()
105 SerfRequestProcessorImpl* createGetReqProcImpl( const char* inPath, in createGetReqProcImpl()
115 SerfRequestProcessorImpl* createGetReqProcImpl( const char* inPath, in createGetReqProcImpl()
129 SerfRequestProcessorImpl* createHeadReqProcImpl( const char* inPath, in createHeadReqProcImpl()
142 SerfRequestProcessorImpl* createPutReqProcImpl( const char* inPath, in createPutReqProcImpl()
156 SerfRequestProcessorImpl* createPostReqProcImpl( const char* inPath, in createPostReqProcImpl()
[all …]
H A DSerfGetReqProcImpl.cxx32 SerfGetReqProcImpl::SerfGetReqProcImpl( const char* inPath, in SerfGetReqProcImpl()
43 SerfGetReqProcImpl::SerfGetReqProcImpl( const char* inPath, in SerfGetReqProcImpl()
56 SerfGetReqProcImpl::SerfGetReqProcImpl( const char* inPath, in SerfGetReqProcImpl()
67 SerfGetReqProcImpl::SerfGetReqProcImpl( const char* inPath, in SerfGetReqProcImpl()
H A DSerfSession.cxx233 rtl::OUString SerfSession::composeCurrentUri(const rtl::OUString & inPath) in composeCurrentUri()
668 SerfRequestProcessor* SerfSession::createReqProc( const rtl::OUString & inPath ) in createReqProc()
678 void SerfSession::PROPFIND( const rtl::OUString & inPath, in PROPFIND()
709 void SerfSession::PROPFIND( const rtl::OUString & inPath, in PROPFIND()
738 void SerfSession::PROPPATCH( const rtl::OUString & inPath, in PROPPATCH()
767 void SerfSession::HEAD( const ::rtl::OUString & inPath, in HEAD()
796 SerfSession::GET( const rtl::OUString & inPath, in GET()
818 void SerfSession::GET( const rtl::OUString & inPath, in GET()
839 SerfSession::GET( const rtl::OUString & inPath, in GET()
868 void SerfSession::GET( const rtl::OUString & inPath, in GET()
[all …]
H A DSerfPostReqProcImpl.cxx34 SerfPostReqProcImpl::SerfPostReqProcImpl( const char* inPath, in SerfPostReqProcImpl()
53 SerfPostReqProcImpl::SerfPostReqProcImpl( const char* inPath, in SerfPostReqProcImpl()
H A DSerfPropFindReqProcImpl.cxx39 SerfPropFindReqProcImpl::SerfPropFindReqProcImpl( const char* inPath, in SerfPropFindReqProcImpl()
55 SerfPropFindReqProcImpl::SerfPropFindReqProcImpl( const char* inPath, in SerfPropFindReqProcImpl()
H A DSerfMkColReqProcImpl.cxx32 SerfMkColReqProcImpl::SerfMkColReqProcImpl( const char* inPath, in SerfMkColReqProcImpl()
H A DSerfDeleteReqProcImpl.cxx32 SerfDeleteReqProcImpl::SerfDeleteReqProcImpl( const char* inPath, in SerfDeleteReqProcImpl()
H A DSerfPutReqProcImpl.cxx34 SerfPutReqProcImpl::SerfPutReqProcImpl( const char* inPath, in SerfPutReqProcImpl()
H A DSerfTypes.hxx48 SerfLock(const ucb::Lock inLock, rtl::OUString inUri, rtl::OUString inPath) in SerfLock()
H A DSerfRequestProcessorImpl.cxx36 SerfRequestProcessorImpl::SerfRequestProcessorImpl( const char* inPath, in SerfRequestProcessorImpl()
H A DSerfHeadReqProcImpl.cxx32 SerfHeadReqProcImpl::SerfHeadReqProcImpl( const char* inPath, in SerfHeadReqProcImpl()
H A DSerfPropPatchReqProcImpl.cxx36 SerfPropPatchReqProcImpl::SerfPropPatchReqProcImpl( const char* inPath, in SerfPropPatchReqProcImpl()
H A DSerfRequestProcessor.cxx40 const rtl::OUString & inPath, in SerfRequestProcessor()
/AOO41X/test/testcommon/source/org/openoffice/test/common/
H A DInstaller.java126 final String inPath = System.getenv("INPATH"); in findOpenofficeHome() local