|
LibreOffice Module sfx2 (master) 1
|
#include <sfx2/thumbnailview.hxx>#include <sfx2/templateproperties.hxx>#include <functional>#include <memory>#include <set>Go to the source code of this file.
Classes | |
| class | ViewFilter_Application |
| class | TemplateLocalView |
Macros | |
| #define | TEMPLATE_ITEM_MAX_WIDTH 160 |
| #define | TEMPLATE_ITEM_MAX_HEIGHT 148 |
| #define | TEMPLATE_ITEM_PADDING 5 |
| #define | TEMPLATE_ITEM_MAX_TEXT_LENGTH 20 |
| #define | TEMPLATE_ITEM_THUMBNAIL_MAX_HEIGHT 96 |
| #define | TEMPLATE_ITEM_MAX_HEIGHT_SUB 160 |
| #define | TEMPLATE_THUMBNAIL_MAX_HEIGHT TEMPLATE_ITEM_THUMBNAIL_MAX_HEIGHT - 2*TEMPLATE_ITEM_PADDING |
| #define | TEMPLATE_THUMBNAIL_MAX_WIDTH TEMPLATE_ITEM_MAX_WIDTH - 2*TEMPLATE_ITEM_PADDING |
Enumerations | |
| enum class | FILTER_APPLICATION { NONE , WRITER , CALC , IMPRESS , DRAW } |
| #define TEMPLATE_ITEM_MAX_HEIGHT 148 |
Definition at line 21 of file templatelocalview.hxx.
| #define TEMPLATE_ITEM_MAX_HEIGHT_SUB 160 |
Definition at line 27 of file templatelocalview.hxx.
| #define TEMPLATE_ITEM_MAX_TEXT_LENGTH 20 |
Definition at line 23 of file templatelocalview.hxx.
| #define TEMPLATE_ITEM_MAX_WIDTH 160 |
Definition at line 20 of file templatelocalview.hxx.
| #define TEMPLATE_ITEM_PADDING 5 |
Definition at line 22 of file templatelocalview.hxx.
| #define TEMPLATE_ITEM_THUMBNAIL_MAX_HEIGHT 96 |
Definition at line 24 of file templatelocalview.hxx.
| #define TEMPLATE_THUMBNAIL_MAX_HEIGHT TEMPLATE_ITEM_THUMBNAIL_MAX_HEIGHT - 2*TEMPLATE_ITEM_PADDING |
Definition at line 30 of file templatelocalview.hxx.
| #define TEMPLATE_THUMBNAIL_MAX_WIDTH TEMPLATE_ITEM_MAX_WIDTH - 2*TEMPLATE_ITEM_PADDING |
Definition at line 31 of file templatelocalview.hxx.
|
strong |
| Enumerator | |
|---|---|
| NONE | |
| WRITER | |
| CALC | |
| IMPRESS | |
| DRAW | |
Definition at line 37 of file templatelocalview.hxx.