Home
last modified time | relevance | path

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

/AOO41X/main/writerperfect/source/filter/
H A DDocumentCollector.cxx237 WPXPropertyList docContentPropList; in _writeTargetDocument() local
238 docContentPropList.insert("xmlns:office", "http://openoffice.org/2000/office"); in _writeTargetDocument()
239 docContentPropList.insert("xmlns:style", "http://openoffice.org/2000/style"); in _writeTargetDocument()
240 docContentPropList.insert("xmlns:text", "http://openoffice.org/2000/text"); in _writeTargetDocument()
241 docContentPropList.insert("xmlns:table", "http://openoffice.org/2000/table"); in _writeTargetDocument()
242 docContentPropList.insert("xmlns:draw", "http://openoffice.org/2000/draw"); in _writeTargetDocument()
243 docContentPropList.insert("xmlns:fo", "http://www.w3.org/1999/XSL/Format"); in _writeTargetDocument()
244 docContentPropList.insert("xmlns:xlink", "http://www.w3.org/1999/xlink"); in _writeTargetDocument()
245 docContentPropList.insert("xmlns:number", "http://openoffice.org/2000/datastyle"); in _writeTargetDocument()
246 docContentPropList.insert("xmlns:svg", "http://www.w3.org/2000/svg"); in _writeTargetDocument()
[all …]