LibreOffice Module sfx2 (master) 1
Classes | Macros | Enumerations
templatelocalview.hxx File Reference
#include <sfx2/thumbnailview.hxx>
#include <sfx2/templateproperties.hxx>
#include <functional>
#include <memory>
#include <set>
Include dependency graph for templatelocalview.hxx:
This graph shows which files directly or indirectly include this file:

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
}
 

Macro Definition Documentation

◆ TEMPLATE_ITEM_MAX_HEIGHT

#define TEMPLATE_ITEM_MAX_HEIGHT   148

Definition at line 21 of file templatelocalview.hxx.

◆ TEMPLATE_ITEM_MAX_HEIGHT_SUB

#define TEMPLATE_ITEM_MAX_HEIGHT_SUB   160

Definition at line 27 of file templatelocalview.hxx.

◆ TEMPLATE_ITEM_MAX_TEXT_LENGTH

#define TEMPLATE_ITEM_MAX_TEXT_LENGTH   20

Definition at line 23 of file templatelocalview.hxx.

◆ TEMPLATE_ITEM_MAX_WIDTH

#define TEMPLATE_ITEM_MAX_WIDTH   160

Definition at line 20 of file templatelocalview.hxx.

◆ TEMPLATE_ITEM_PADDING

#define TEMPLATE_ITEM_PADDING   5

Definition at line 22 of file templatelocalview.hxx.

◆ TEMPLATE_ITEM_THUMBNAIL_MAX_HEIGHT

#define TEMPLATE_ITEM_THUMBNAIL_MAX_HEIGHT   96

Definition at line 24 of file templatelocalview.hxx.

◆ TEMPLATE_THUMBNAIL_MAX_HEIGHT

#define TEMPLATE_THUMBNAIL_MAX_HEIGHT   TEMPLATE_ITEM_THUMBNAIL_MAX_HEIGHT - 2*TEMPLATE_ITEM_PADDING

Definition at line 30 of file templatelocalview.hxx.

◆ TEMPLATE_THUMBNAIL_MAX_WIDTH

#define TEMPLATE_THUMBNAIL_MAX_WIDTH   TEMPLATE_ITEM_MAX_WIDTH - 2*TEMPLATE_ITEM_PADDING

Definition at line 31 of file templatelocalview.hxx.

Enumeration Type Documentation

◆ FILTER_APPLICATION

enum class FILTER_APPLICATION
strong
Enumerator
NONE 
WRITER 
CALC 
IMPRESS 
DRAW 

Definition at line 37 of file templatelocalview.hxx.