Home
last modified time | relevance | path

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

/AOO41X/main/writerperfect/source/filter/
H A DListStyle.cxx32 mPropList(xPropList) in OrderedListLevelStyle()
52 if (mPropList["style:num-prefix"]) in write()
53 … listLevelStyleOpen.addAttribute("style:num-prefix", mPropList["style:num-prefix"]->getStr()); in write()
54 if (mPropList["style:num-suffix"]) in write()
55 … listLevelStyleOpen.addAttribute("style:num-suffix", mPropList["style:num-suffix"]->getStr()); in write()
56 if (mPropList["style:num-format"]) in write()
57 … listLevelStyleOpen.addAttribute("style:num-format", mPropList["style:num-format"]->getStr()); in write()
58 if (mPropList["text:start-value"]) in write()
59 … listLevelStyleOpen.addAttribute("text:start-value", mPropList["text:start-value"]->getStr()); in write()
63 if (mPropList["text:space-before"]) in write()
[all …]
H A DTableStyle.cxx41 mPropList(xPropList) in TableCellStyle()
55 WPXPropertyList::Iter i(mPropList); in write()
70 mPropList(propList) in TableRowStyle()
82 if (mPropList["style:min-row-height"]) in write()
83 …stylePropertiesOpen.addAttribute("style:min-row-height", mPropList["style:min-row-height"]->getStr… in write()
84 else if (mPropList["style:row-height"]) in write()
85 … stylePropertiesOpen.addAttribute("style:row-height", mPropList["style:row-height"]->getStr()); in write()
95 mPropList(xPropList), in TableStyle()
121 if (mPropList["table:align"]) in write()
122 stylePropertiesOpen.addAttribute("table:align", mPropList["table:align"]->getStr()); in write()
[all …]
H A DTextRunStyle.cxx120 mPropList(xPropList) in SpanStyle()
132 WPXPropertyList propList(mPropList); in write()
134 if (mPropList["style:font-name"]) in write()
136 propList.insert("style:font-name-asian", mPropList["style:font-name"]->getStr()); in write()
137 propList.insert("style:font-name-complex", mPropList["style:font-name"]->getStr()); in write()
140 if (mPropList["fo:font-size"]) in write()
142 propList.insert("style:font-size-asian", mPropList["fo:font-size"]->getStr()); in write()
143 propList.insert("style:font-size-complex", mPropList["fo:font-size"]->getStr()); in write()
146 if (mPropList["fo:font-weight"]) in write()
148 propList.insert("style:font-weight-asian", mPropList["fo:font-weight"]->getStr()); in write()
[all …]
H A DTableStyle.hxx51 WPXPropertyList mPropList; member in TableCellStyle
60 WPXPropertyList mPropList; member in TableRowStyle
75 WPXPropertyList mPropList; member in TableStyle
H A DSectionStyle.cxx42 mPropList(xPropList), in SectionStyle()
56 pHandler->startElement("style:properties", mPropList); in write()
H A DListStyle.hxx57 WPXPropertyList mPropList; member in OrderedListLevelStyle
66 WPXPropertyList mPropList; member in UnorderedListLevelStyle
H A DSectionStyle.hxx49 WPXPropertyList mPropList; member in SectionStyle
H A DTextRunStyle.hxx67 WPXPropertyList mPropList; member in SpanStyle