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()
54 if (mPropList["style:num-suffix"]) in write()
56 if (mPropList["style:num-format"]) in write()
58 if (mPropList["text:start-value"]) in write()
63 if (mPropList["text:space-before"]) in write()
65 if (mPropList["text:min-label-width"]) in write()
67 if (mPropList["text:min-label-distance"]) in write()
76 : mPropList(xPropList) in UnorderedListLevelStyle()
96 if (mPropList["text:bullet-char"]) 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()
84 else if (mPropList["style:row-height"]) in write()
95 mPropList(xPropList), in TableStyle()
121 if (mPropList["table:align"]) in write()
123 if (mPropList["fo:margin-left"]) in write()
125 if (mPropList["fo:margin-right"]) in write()
127 if (mPropList["style:width"]) 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()
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()
152 if (mPropList["fo:font-style"]) 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

Completed in 17 milliseconds