Home
last modified time | relevance | path

Searched refs:aXhtmlNsKey (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dwrthtml.cxx244 static const OUStringLiteral aXhtmlNsKey(u"xhtmlns="); in SetupFilterOptions() local
249 else if (rOption.startsWith(aXhtmlNsKey)) in SetupFilterOptions()
251 maNamespace = rOption.copy(aXhtmlNsKey.getLength()).toUtf8(); in SetupFilterOptions()
H A Dswhtml.cxx5593 static const OUStringLiteral aXhtmlNsKey(u"xhtmlns="); in SetupFilterOptions() local
5594 if (aFilterOptions.startsWith(aXhtmlNsKey)) in SetupFilterOptions()
5596 OUString aNamespace = aFilterOptions.copy(aXhtmlNsKey.getLength()); in SetupFilterOptions()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dwrthtml.cxx209 const OUString aXhtmlNsKey("xhtmlns="); in SetupFilterOptions() local
214 else if (rOption.startsWith(aXhtmlNsKey)) in SetupFilterOptions()
216 maNamespace = rOption.copy(aXhtmlNsKey.getLength()).toUtf8(); in SetupFilterOptions()
H A Dswhtml.cxx5559 const OUString aXhtmlNsKey("xhtmlns="); in SetupFilterOptions() local
5560 if (aFilterOptions.startsWith(aXhtmlNsKey)) in SetupFilterOptions()
5562 OUString aNamespace = aFilterOptions.copy(aXhtmlNsKey.getLength()); in SetupFilterOptions()