LibreOffice Module sw (master) 1
Classes | Enumerations | Variables
frmmgr.hxx File Reference
#include <swtypes.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/shaditem.hxx>
#include <tools/gen.hxx>
#include <fmtfsize.hxx>
#include <fmtornt.hxx>
#include <fmtanchr.hxx>
#include <swdllapi.h>
Include dependency graph for frmmgr.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SwFlyFrameAttrMgr
 

Enumerations

enum class  Frmmgr_Type {
  NONE = 0x00 ,
  TEXT = 0x01 ,
  GRF = 0x02 ,
  OLE = 0x04 ,
  ENVELP = 0x10
}
 

Variables

constexpr SwTwips DFLT_WIDTH = o3tl::toTwips(20, o3tl::Length::mm)
 
constexpr SwTwips DFLT_HEIGHT = o3tl::toTwips(5, o3tl::Length::mm)
 

Enumeration Type Documentation

◆ Frmmgr_Type

enum class Frmmgr_Type
strong
Enumerator
NONE 
TEXT 
GRF 
OLE 
ENVELP 

Definition at line 41 of file frmmgr.hxx.

Variable Documentation

◆ DFLT_HEIGHT

constexpr SwTwips DFLT_HEIGHT = o3tl::toTwips(5, o3tl::Length::mm)
constexpr

Definition at line 39 of file frmmgr.hxx.

Referenced by SwWrtShell::InsertGraphic(), and SwFlyFrameAttrMgr::SwFlyFrameAttrMgr().

◆ DFLT_WIDTH

constexpr SwTwips DFLT_WIDTH = o3tl::toTwips(20, o3tl::Length::mm)
constexpr

Definition at line 38 of file frmmgr.hxx.

Referenced by SwWrtShell::InsertGraphic(), and SwFlyFrameAttrMgr::SwFlyFrameAttrMgr().