LibreOffice Module sc (master) 1
|
#include <htmlexp.hxx>
Public Member Functions | |
ScHTMLStyle () | |
const ScHTMLStyle & | operator= (const ScHTMLStyle &rScHTMLStyle) |
Public Attributes | |
Color | aBackgroundColor |
OUString | aFontFamilyName |
sal_uInt32 | nFontHeight |
sal_uInt16 | nFontSizeNumber |
SvtScriptType | nDefaultScriptType |
bool | bInitialized |
Definition at line 48 of file htmlexp.hxx.
|
inline |
Definition at line 57 of file htmlexp.hxx.
|
inline |
Definition at line 64 of file htmlexp.hxx.
References aBackgroundColor, aFontFamilyName, bInitialized, nDefaultScriptType, nFontHeight, and nFontSizeNumber.
Color ScHTMLStyle::aBackgroundColor |
Definition at line 50 of file htmlexp.hxx.
Referenced by operator=(), ScHTMLExport::PageDefaults(), ScHTMLExport::WriteBody(), and ScHTMLExport::WriteCell().
OUString ScHTMLStyle::aFontFamilyName |
Definition at line 51 of file htmlexp.hxx.
Referenced by operator=(), ScHTMLExport::PageDefaults(), ScHTMLExport::WriteCell(), and ScHTMLExport::WriteHeader().
bool ScHTMLStyle::bInitialized |
Definition at line 55 of file htmlexp.hxx.
Referenced by operator=(), and ScHTMLExport::PageDefaults().
SvtScriptType ScHTMLStyle::nDefaultScriptType |
Definition at line 54 of file htmlexp.hxx.
Referenced by operator=(), ScHTMLExport::PageDefaults(), and ScHTMLExport::WriteCell().
sal_uInt32 ScHTMLStyle::nFontHeight |
Definition at line 52 of file htmlexp.hxx.
Referenced by operator=(), ScHTMLExport::PageDefaults(), ScHTMLExport::WriteCell(), and ScHTMLExport::WriteHeader().
sal_uInt16 ScHTMLStyle::nFontSizeNumber |
Definition at line 53 of file htmlexp.hxx.
Referenced by operator=(), ScHTMLExport::PageDefaults(), and ScHTMLExport::WriteCell().