Home
last modified time | relevance | path

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

/aoo41x/main/writerperfect/source/filter/
H A DTableStyle.cxx39 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 DListStyle.hxx72 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 DDocumentHandler.cxx55 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 DTableStyle.hxx48 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 DFontStyle.cxx31 FontStyle::FontStyle(const char *psName, const char *psFontFamily) : Style(psName), in FontStyle() argument
H A DDocumentHandler.hxx43 void startElement(const char *psName, const WPXPropertyList &xPropList);
44 void endElement(const char *psName);
H A DStyle.hxx54 Style(const WPXString &psName) : msName(psName) {} in Style() argument
H A DSectionStyle.cxx40 const char *psName) : in SectionStyle() argument
41 Style(psName), in SectionStyle()
H A DListStyle.cxx114 ListStyle::ListStyle(const char *psName, const int iListID) : in ListStyle() argument
115 Style(psName), in ListStyle()
H A DTextRunStyle.cxx118 SpanStyle::SpanStyle(const char *psName, const WPXPropertyList &xPropList) : in SpanStyle() argument
119 Style(psName), in SpanStyle()
H A DSectionStyle.hxx45 …Style(const WPXPropertyList &xPropList, const WPXPropertyListVector &xColumns, const char *psName);
H A DFontStyle.hxx43 FontStyle(const char *psName, const char *psFontFamily);
H A DTextRunStyle.hxx63 SpanStyle(const char *psName, const WPXPropertyList &xPropList);

Completed in 32 milliseconds