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