LibreOffice Module sfx2 (master) 1
|
Go to the source code of this file.
Namespaces | |
namespace | SfxFrameHTMLParser |
Functions | |
void | SfxFrameHTMLParser::ParseFrameOptions (SfxFrameDescriptor *pFrame, const HTMLOptions &rOptions, std::u16string_view rBaseURL) |
Variables | |
char const | sHTML_SC_yes [] = "YES" |
char const | sHTML_SC_no [] = "NO" |
char const | sHTML_SC_auto [] = "AUTO" |
HTMLOptionEnum< ScrollingMode > const | aScrollingTable [] |
HTMLOptionEnum<ScrollingMode> const aScrollingTable[] |
Definition at line 30 of file frmhtml.cxx.
Referenced by SfxFrameHTMLParser::ParseFrameOptions().
char const sHTML_SC_auto[] = "AUTO" |
Definition at line 28 of file frmhtml.cxx.
char const sHTML_SC_no[] = "NO" |
Definition at line 27 of file frmhtml.cxx.
char const sHTML_SC_yes[] = "YES" |
Definition at line 26 of file frmhtml.cxx.