LibreOffice Module sfx2 (master) 1
Classes | Namespaces | Macros | Enumerations
new.hxx File Reference
#include <memory>
#include <sal/config.h>
#include <sfx2/dllapi.h>
#include <sfx2/basedlgs.hxx>
#include <sfx2/objsh.hxx>
#include <vcl/idle.hxx>
#include <sfx2/doctempl.hxx>
#include <o3tl/typed_flags_set.hxx>
Include dependency graph for new.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  o3tl::typed_flags< SfxTemplateFlags >
 
class  SfxNewFileDialog
 

Namespaces

namespace  weld
 
namespace  o3tl
 

Macros

#define RET_TEMPLATE_LOAD   100
 

Enumerations

enum class  SfxNewFileDialogMode {
  NONE ,
  Preview ,
  LoadTemplate
}
 
enum class  SfxTemplateFlags {
  NONE = 0x00 ,
  LOAD_TEXT_STYLES = 0x01 ,
  LOAD_FRAME_STYLES = 0x02 ,
  LOAD_PAGE_STYLES = 0x04 ,
  LOAD_NUM_STYLES = 0x08 ,
  MERGE_STYLES = 0x10
}
 

Macro Definition Documentation

◆ RET_TEMPLATE_LOAD

#define RET_TEMPLATE_LOAD   100

Definition at line 60 of file new.hxx.

Enumeration Type Documentation

◆ SfxNewFileDialogMode

enum class SfxNewFileDialogMode
strong
Enumerator
NONE 
Preview 
LoadTemplate 

Definition at line 42 of file new.hxx.

◆ SfxTemplateFlags

enum class SfxTemplateFlags
strong
Enumerator
NONE 
LOAD_TEXT_STYLES 
LOAD_FRAME_STYLES 
LOAD_PAGE_STYLES 
LOAD_NUM_STYLES 
MERGE_STYLES 

Definition at line 46 of file new.hxx.