|
LibreOffice Module svtools (master) 1
|
This is the complete list of members for HtmlWriter, including all inherited members.
| attribute(std::string_view aAttribute, const char *aValue) | HtmlWriter | |
| attribute(std::string_view aAttribute, sal_Int32 aValue) | HtmlWriter | |
| attribute(std::string_view aAttribute, std::string_view aValue) | HtmlWriter | |
| attribute(std::string_view aAttribute, std::u16string_view aValue) | HtmlWriter | |
| attribute(std::string_view aAttribute) | HtmlWriter | |
| characters(std::string_view rChars) | HtmlWriter | |
| end(const OString &aElement) | HtmlWriter | |
| end() | HtmlWriter | |
| endAttribute() | HtmlWriter | |
| flushStack() | HtmlWriter | |
| HtmlWriter(SvStream &rStream, std::string_view rNamespace=std::string_view()) | HtmlWriter | |
| maElementStack | HtmlWriter | private |
| maNamespace | HtmlWriter | private |
| mbCharactersWritten | HtmlWriter | private |
| mbElementOpen | HtmlWriter | private |
| mbPrettyPrint | HtmlWriter | private |
| mrStream | HtmlWriter | private |
| prettyPrint(bool b) | HtmlWriter | |
| single(const OString &aContent) | HtmlWriter | |
| start(const OString &aElement) | HtmlWriter | |
| writeAttribute(SvStream &rStream, std::string_view aAttribute, sal_Int32 aValue) | HtmlWriter | static |
| writeAttribute(SvStream &rStream, std::string_view aAttribute, std::string_view aValue) | HtmlWriter | static |
| ~HtmlWriter() | HtmlWriter |