Lines Matching refs:aWebDAVNameMapperList
117 static WebDAVNameMapper aWebDAVNameMapperList; in StrToWebDAVName() local
119 if(aWebDAVNameMapperList.empty()) in StrToWebDAVName()
121 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("multistatus"), We… in StrToWebDAVName()
122 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("response"), WebDA… in StrToWebDAVName()
123 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("href"), WebDAVNam… in StrToWebDAVName()
124 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("propstat"), WebDA… in StrToWebDAVName()
125 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("prop"), WebDAVNam… in StrToWebDAVName()
126 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("resourcetype"), W… in StrToWebDAVName()
127 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("collection"), Web… in StrToWebDAVName()
128 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("getcontenttype"),… in StrToWebDAVName()
129 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("supportedlock"), … in StrToWebDAVName()
130 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("lockentry"), WebD… in StrToWebDAVName()
131 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("lockscope"), WebD… in StrToWebDAVName()
132 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("exclusive"), WebD… in StrToWebDAVName()
133 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("locktype"), WebDA… in StrToWebDAVName()
134 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("write"), WebDAVNa… in StrToWebDAVName()
135 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("shared"), WebDAVN… in StrToWebDAVName()
136 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("lockdiscovery"), … in StrToWebDAVName()
137 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("activelock"), Web… in StrToWebDAVName()
138 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("depth"), WebDAVNa… in StrToWebDAVName()
139 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("owner"), WebDAVNa… in StrToWebDAVName()
140 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("timeout"), WebDAV… in StrToWebDAVName()
141 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("locktoken"), WebD… in StrToWebDAVName()
142 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("status"), WebDAVN… in StrToWebDAVName()
143 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("getlastmodified")… in StrToWebDAVName()
144 …aWebDAVNameMapperList.insert(WebDAVNameValueType(rtl::OUString::createFromAscii("creationdate"), W… in StrToWebDAVName()
145 …aWebDAVNameMapperList.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()