LibreOffice Module sw (master) 1
Classes | Enumerations
fmtfsize.hxx File Reference
#include <sal/config.h>
#include <editeng/sizeitem.hxx>
#include <svl/poolitem.hxx>
#include "swdllapi.h"
#include "hintids.hxx"
#include "swtypes.hxx"
#include "format.hxx"
Include dependency graph for fmtfsize.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SwFormatFrameSize
 

Enumerations

enum class  SwFrameSize {
  Variable ,
  Fixed ,
  Minimum
}
 

Enumeration Type Documentation

◆ SwFrameSize

enum class SwFrameSize
strong
Enumerator
Variable 

Frame is variable in Var-direction.

Fixed 

Frame cannot be moved in Var-direction.

Minimum 

Value in Var-direction gives minimum (can be exceeded but not be less).

Definition at line 35 of file fmtfsize.hxx.