Searched defs:psName (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/writerperfect/source/filter/ |
H A D | DocumentHandler.cxx | 55 void DocumentHandler::startElement(const char *psName, const WPXPropertyList &xPropList) in startElement() 72 void DocumentHandler::endElement(const char *psName) in endElement()
|
H A D | TableStyle.cxx | 39 TableCellStyle::TableCellStyle(const WPXPropertyList &xPropList, const char *psName) : in TableCellStyle() 68 TableRowStyle::TableRowStyle(const WPXPropertyList &propList, const char *psName) : in TableRowStyle() 93 …tyle(const WPXPropertyList &xPropList, const WPXPropertyListVector &columns, const char *psName) : in TableStyle()
|
H A D | ListStyle.hxx | 91 OrderedListStyle(const char *psName, const int iListID) : ListStyle(psName, iListID) {} in OrderedListStyle() 98 UnorderedListStyle(const char *psName, const int iListID) : ListStyle(psName, iListID) {} in UnorderedListStyle()
|
H A D | FontStyle.cxx | 31 FontStyle::FontStyle(const char *psName, const char *psFontFamily) : Style(psName), in FontStyle()
|
H A D | SectionStyle.cxx | 40 const char *psName) : in SectionStyle()
|
H A D | Style.hxx | 54 Style(const WPXString &psName) : msName(psName) {} in Style()
|
H A D | TextRunStyle.cxx | 118 SpanStyle::SpanStyle(const char *psName, const WPXPropertyList &xPropList) : in SpanStyle()
|
H A D | ListStyle.cxx | 114 ListStyle::ListStyle(const char *psName, const int iListID) : in ListStyle()
|
Completed in 33 milliseconds