Lines Matching refs:aWebDAVNameMapperList

117         static WebDAVNameMapper aWebDAVNameMapperList;  in StrToWebDAVName()  local
119 if(aWebDAVNameMapperList.empty()) in StrToWebDAVName()
121aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("multistatus"), We… in StrToWebDAVName()
122aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("response"), WebDA… in StrToWebDAVName()
123aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("href"), WebDAVNam… in StrToWebDAVName()
124aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("propstat"), WebDA… in StrToWebDAVName()
125aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("prop"), WebDAVNam… in StrToWebDAVName()
126aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("resourcetype"), W… in StrToWebDAVName()
127aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("collection"), Web… in StrToWebDAVName()
128aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("getcontenttype"),… in StrToWebDAVName()
129aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("supportedlock"), … in StrToWebDAVName()
130aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("lockentry"), WebD… in StrToWebDAVName()
131aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("lockscope"), WebD… in StrToWebDAVName()
132aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("exclusive"), WebD… in StrToWebDAVName()
133aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("locktype"), WebDA… in StrToWebDAVName()
134aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("write"), WebDAVNa… in StrToWebDAVName()
135aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("shared"), WebDAVN… in StrToWebDAVName()
136aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("lockdiscovery"), … in StrToWebDAVName()
137aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("activelock"), Web… in StrToWebDAVName()
138aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("depth"), WebDAVNa… in StrToWebDAVName()
139aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("owner"), WebDAVNa… in StrToWebDAVName()
140aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("timeout"), WebDAV… in StrToWebDAVName()
141aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("locktoken"), WebD… in StrToWebDAVName()
142aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("status"), WebDAVN… in StrToWebDAVName()
143aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("getlastmodified")… in StrToWebDAVName()
144aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("creationdate"), W… in StrToWebDAVName()
145aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("getcontentlength"… in StrToWebDAVName()
148 const WebDAVNameMapper::const_iterator aResult(aWebDAVNameMapperList.find(rStr)); in StrToWebDAVName()
150 if(aResult == aWebDAVNameMapperList.end()) in StrToWebDAVName()