Searched refs:psName (Results 1 – 13 of 13) sorted by relevance
/aoo41x/main/writerperfect/source/filter/ |
H A D | TableStyle.cxx | 39 TableCellStyle::TableCellStyle(const WPXPropertyList &xPropList, const char *psName) : in TableCellStyle() argument 40 Style(psName), in TableCellStyle() 68 TableRowStyle::TableRowStyle(const WPXPropertyList &propList, const char *psName) : in TableRowStyle() argument 69 Style(psName), in TableRowStyle() 93 …tyle(const WPXPropertyList &xPropList, const WPXPropertyListVector &columns, const char *psName) : in TableStyle() argument 94 Style(psName), in TableStyle()
|
H A D | ListStyle.hxx | 72 ListStyle(const char *psName, const int iListID); 91 OrderedListStyle(const char *psName, const int iListID) : ListStyle(psName, iListID) {} in OrderedListStyle() argument 98 UnorderedListStyle(const char *psName, const int iListID) : ListStyle(psName, iListID) {} in UnorderedListStyle() argument
|
H A D | DocumentHandler.cxx | 55 void DocumentHandler::startElement(const char *psName, const WPXPropertyList &xPropList) in startElement() argument 69 mxHandler->startElement(OUString::createFromAscii(psName), xAttrList); in startElement() 72 void DocumentHandler::endElement(const char *psName) in endElement() argument 75 mxHandler->endElement(OUString::createFromAscii(psName)); in endElement()
|
H A D | TableStyle.hxx | 48 TableCellStyle(const WPXPropertyList &xPropList, const char *psName); 57 TableRowStyle(const WPXPropertyList &propList, const char *psName); 66 …eStyle(const WPXPropertyList &xPropList, const WPXPropertyListVector &columns, const char *psName);
|
H A D | FontStyle.cxx | 31 FontStyle::FontStyle(const char *psName, const char *psFontFamily) : Style(psName), in FontStyle() argument
|
H A D | DocumentHandler.hxx | 43 void startElement(const char *psName, const WPXPropertyList &xPropList); 44 void endElement(const char *psName);
|
H A D | Style.hxx | 54 Style(const WPXString &psName) : msName(psName) {} in Style() argument
|
H A D | SectionStyle.cxx | 40 const char *psName) : in SectionStyle() argument 41 Style(psName), in SectionStyle()
|
H A D | ListStyle.cxx | 114 ListStyle::ListStyle(const char *psName, const int iListID) : in ListStyle() argument 115 Style(psName), in ListStyle()
|
H A D | TextRunStyle.cxx | 118 SpanStyle::SpanStyle(const char *psName, const WPXPropertyList &xPropList) : in SpanStyle() argument 119 Style(psName), in SpanStyle()
|
H A D | SectionStyle.hxx | 45 …Style(const WPXPropertyList &xPropList, const WPXPropertyListVector &xColumns, const char *psName);
|
H A D | FontStyle.hxx | 43 FontStyle(const char *psName, const char *psFontFamily);
|
H A D | TextRunStyle.hxx | 63 SpanStyle(const char *psName, const WPXPropertyList &xPropList);
|
Completed in 27 milliseconds