LibreOffice Module sc (master) 1
|
#include <eeparser.hxx>
Public Member Functions | |
ScHTMLImage () | |
Public Attributes | |
OUString | aURL |
Size | aSize |
Point | aSpace |
OUString | aFilterName |
std::optional< Graphic > | oGraphic |
char | nDir |
Definition at line 38 of file eeparser.hxx.
|
inline |
Definition at line 48 of file eeparser.hxx.
OUString ScHTMLImage::aFilterName |
Definition at line 43 of file eeparser.hxx.
Referenced by ScHTMLLayoutParser::Image().
Size ScHTMLImage::aSize |
Definition at line 41 of file eeparser.hxx.
Referenced by ScEEImport::GraphicSize(), ScHTMLLayoutParser::Image(), and ScEEImport::InsertGraphic().
Point ScHTMLImage::aSpace |
Definition at line 42 of file eeparser.hxx.
Referenced by ScEEImport::GraphicSize(), ScHTMLLayoutParser::Image(), and ScEEImport::InsertGraphic().
OUString ScHTMLImage::aURL |
Definition at line 40 of file eeparser.hxx.
Referenced by ScHTMLLayoutParser::Image(), and ScEEImport::InsertGraphic().
char ScHTMLImage::nDir |
Definition at line 46 of file eeparser.hxx.
Referenced by ScEEImport::GraphicSize(), and ScEEImport::InsertGraphic().
std::optional<Graphic> ScHTMLImage::oGraphic |
Definition at line 45 of file eeparser.hxx.
Referenced by ScEEImport::GraphicSize(), ScHTMLLayoutParser::Image(), and ScEEImport::InsertGraphic().