Searched refs:inDestinationPath (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/ucb/source/ucp/webdav/ |
H A D | SerfRequestProcessor.cxx | 328 bool SerfRequestProcessor::processCopy( const rtl::OUString & inDestinationPath, in processCopy() argument 334 … rtl::OUStringToOString( inDestinationPath, RTL_TEXTENCODING_UTF8 ).getStr() ); in processCopy() 352 bool SerfRequestProcessor::processMove( const rtl::OUString & inDestinationPath, in processMove() argument 358 … rtl::OUStringToOString( inDestinationPath, RTL_TEXTENCODING_UTF8 ).getStr() ); in processMove() 376 bool SerfRequestProcessor::processLock( const rtl::OUString & inDestinationPath, in processLock() argument 382 … rtl::OUStringToOString( inDestinationPath, RTL_TEXTENCODING_UTF8 ).getStr() ); in processLock() 400 bool SerfRequestProcessor::processLockRefresh( const rtl::OUString & inDestinationPath, in processLockRefresh() argument 406 … rtl::OUStringToOString( inDestinationPath, RTL_TEXTENCODING_UTF8 ).getStr() ); in processLockRefresh() 428 bool SerfRequestProcessor::processUnlock( const rtl::OUString & inDestinationPath, in processUnlock() argument 433 … rtl::OUStringToOString( inDestinationPath, RTL_TEXTENCODING_UTF8 ).getStr() ); in processUnlock()
|
H A D | SerfRequestProcessor.hxx | 127 bool processCopy( const rtl::OUString & inDestinationPath, 133 bool processMove( const rtl::OUString & inDestinationPath, 139 bool processLock( const rtl::OUString & inDestinationPath, 145 bool processLockRefresh( const rtl::OUString & inDestinationPath, 151 bool processUnlock( const rtl::OUString & inDestinationPath,
|
H A D | SerfRequestProcessorImplFac.cxx | 218 const char* inDestinationPath, in createCopyReqProcImpl() argument 224 inDestinationPath, in createCopyReqProcImpl() 232 const char* inDestinationPath, in createMoveReqProcImpl() argument 238 inDestinationPath, in createMoveReqProcImpl()
|
H A D | SerfCopyReqProcImpl.cxx | 34 const char* inDestinationPath, in SerfCopyReqProcImpl() argument 38 , mDestPathStr( inDestinationPath ) in SerfCopyReqProcImpl()
|
H A D | SerfMoveReqProcImpl.cxx | 34 const char* inDestinationPath, in SerfMoveReqProcImpl() argument 38 , mDestPathStr( inDestinationPath ) in SerfMoveReqProcImpl()
|
H A D | SerfRequestProcessorImplFac.hxx | 112 const char* inDestinationPath, 118 const char* inDestinationPath,
|
H A D | SerfCopyReqProcImpl.hxx | 35 const char* inDestinationPath,
|
H A D | SerfMoveReqProcImpl.hxx | 35 const char* inDestinationPath,
|
Completed in 51 milliseconds