|
LibreOffice Module sc (master) 1
|
#include <tools/gen.hxx>#include <utility>#include <comphelper/errcode.hxx>#include <vcl/graph.hxx>#include <svl/itemset.hxx>#include <svl/itempool.hxx>#include <editeng/editdata.hxx>#include <optional>#include <address.hxx>#include <memory>#include <vector>#include <map>Go to the source code of this file.
Classes | |
| struct | ScHTMLImage |
| struct | ScEEParseEntry |
| class | ScEEParser |
Typedefs | |
| typedef std::map< SCCOL, sal_uInt16 > | ColWidthsMap |
Variables | |
| const char | nHorizontal = 1 |
| const char | nVertical = 2 |
| typedef std::map<SCCOL, sal_uInt16> ColWidthsMap |
Definition at line 98 of file eeparser.hxx.
| const char nHorizontal = 1 |
Definition at line 35 of file eeparser.hxx.
Referenced by ScEEImport::GraphicSize(), ScHTMLLayoutParser::Image(), and ScEEImport::InsertGraphic().
| const char nVertical = 2 |
Definition at line 36 of file eeparser.hxx.
Referenced by ScEEImport::GraphicSize(), ScHTMLLayoutParser::Image(), and ScHTMLLayoutParser::ProcToken().