|
LibreOffice Module sd (master) 1
|
#include <resltn.hxx>#include <rtl/ustrbuf.hxx>#include <tools/color.hxx>#include <tools/solar.h>#include <vcl/errinf.hxx>#include <unotools/resmgr.hxx>#include "htmlpublishmode.hxx"#include <memory>#include <string_view>#include <vector>Go to the source code of this file.
Classes | |
| class | HtmlErrorContext |
| class | HtmlExport |
| this class exports an Impress Document as a HTML Presentation. More... | |
Namespaces | |
| namespace | basegfx |
| namespace | com |
| namespace | com::sun |
| namespace | com::sun::star |
| namespace | com::sun::star::beans |
| namespace | com::sun::star::ucb |
| namespace | sd |
| namespace | tools |
| namespace | sdr |
| namespace | sdr::table |
Macros | |
| #define | PUB_LOWRES_WIDTH 640 |
| #define | PUB_MEDRES_WIDTH 800 |
| #define | PUB_HIGHRES_WIDTH 1024 |
| #define | PUB_FHDRES_WIDTH 1920 |
| #define | PUB_THUMBNAIL_WIDTH 256 |
| #define | PUB_THUMBNAIL_HEIGHT 192 |
| #define PUB_FHDRES_WIDTH 1920 |
Definition at line 44 of file htmlex.hxx.
| #define PUB_HIGHRES_WIDTH 1024 |
Definition at line 43 of file htmlex.hxx.
| #define PUB_LOWRES_WIDTH 640 |
Definition at line 41 of file htmlex.hxx.
| #define PUB_MEDRES_WIDTH 800 |
Definition at line 42 of file htmlex.hxx.
| #define PUB_THUMBNAIL_HEIGHT 192 |
Definition at line 47 of file htmlex.hxx.
| #define PUB_THUMBNAIL_WIDTH 256 |
Definition at line 46 of file htmlex.hxx.