|
LibreOffice Module sd (master) 1
|
Public Member Functions | |
| HtmlState (Color aDefColor) | |
| OUString | SetWeight (bool bWeight) |
| OUString | SetItalic (bool bItalic) |
| OUString | SetUnderline (bool bUnderline) |
| OUString | SetColor (Color aColor) |
| OUString | SetStrikeout (bool bStrike) |
| OUString | SetLink (const OUString &aLink, const OUString &aTarget) |
| OUString | Flush () |
Private Attributes | |
| bool | mbColor |
| bool | mbWeight |
| bool | mbItalic |
| bool | mbUnderline |
| bool | mbStrike |
| bool | mbLink |
| Color | maColor |
| Color | maDefColor |
| OUString | maLink |
| OUString | maTarget |
Definition at line 144 of file htmlex.cxx.
|
explicit |
Definition at line 184 of file htmlex.cxx.
| OUString HtmlState::Flush | ( | void | ) |
Definition at line 171 of file htmlex.cxx.
References aStr, maDefColor, SetColor(), SetItalic(), SetLink(), SetStrikeout(), SetUnderline(), and SetWeight().
Referenced by HtmlExport::ParagraphToHTMLString().
| OUString HtmlState::SetColor | ( | Color | aColor | ) |
Definition at line 254 of file htmlex.cxx.
References aStr, HtmlExport::ColorToHTMLString(), maColor, maDefColor, and mbColor.
Referenced by Flush(), and HtmlExport::TextAttribToHTMLString().
| OUString HtmlState::SetItalic | ( | bool | bItalic | ) |
Definition at line 211 of file htmlex.cxx.
References aStr, and mbItalic.
Referenced by Flush(), and HtmlExport::TextAttribToHTMLString().
| OUString HtmlState::SetLink | ( | const OUString & | aLink, |
| const OUString & | aTarget | ||
| ) |
Definition at line 278 of file htmlex.cxx.
References aStr, comphelper::string::encodeForXml(), maLink, maTarget, and mbLink.
Referenced by Flush(), and HtmlExport::TextAttribToHTMLString().
| OUString HtmlState::SetStrikeout | ( | bool | bStrike | ) |
Definition at line 240 of file htmlex.cxx.
References aStr, and mbStrike.
Referenced by Flush(), and HtmlExport::TextAttribToHTMLString().
| OUString HtmlState::SetUnderline | ( | bool | bUnderline | ) |
Definition at line 226 of file htmlex.cxx.
References aStr, and mbUnderline.
Referenced by Flush(), and HtmlExport::TextAttribToHTMLString().
| OUString HtmlState::SetWeight | ( | bool | bWeight | ) |
Definition at line 196 of file htmlex.cxx.
References aStr, and mbWeight.
Referenced by Flush(), and HtmlExport::TextAttribToHTMLString().
|
private |
Definition at line 153 of file htmlex.cxx.
Referenced by SetColor().
|
private |
Definition at line 154 of file htmlex.cxx.
Referenced by Flush(), and SetColor().
|
private |
Definition at line 155 of file htmlex.cxx.
Referenced by SetLink().
|
private |
Definition at line 156 of file htmlex.cxx.
Referenced by SetLink().
|
private |
Definition at line 147 of file htmlex.cxx.
Referenced by SetColor().
|
private |
Definition at line 149 of file htmlex.cxx.
Referenced by SetItalic().
|
private |
Definition at line 152 of file htmlex.cxx.
Referenced by SetLink().
|
private |
Definition at line 151 of file htmlex.cxx.
Referenced by SetStrikeout().
|
private |
Definition at line 150 of file htmlex.cxx.
Referenced by SetUnderline().
|
private |
Definition at line 148 of file htmlex.cxx.
Referenced by SetWeight().