LibreOffice Module sw (master) 1
Classes | Typedefs | Enumerations
fmtclds.hxx File Reference
#include <editeng/borderline.hxx>
#include <tools/color.hxx>
#include <tools/solar.h>
#include <svl/poolitem.hxx>
#include "swdllapi.h"
#include "hintids.hxx"
#include "format.hxx"
#include <vector>
Include dependency graph for fmtclds.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SwColumn
 ColumnDescriptor. More...
 
class  SwFormatCol
 

Typedefs

typedef std::vector< SwColumnSwColumns
 

Enumerations

enum  SwColLineAdj {
  COLADJ_NONE ,
  COLADJ_TOP ,
  COLADJ_CENTER ,
  COLADJ_BOTTOM
}
 

Typedef Documentation

◆ SwColumns

typedef std::vector<SwColumn> SwColumns

Definition at line 57 of file fmtclds.hxx.

Enumeration Type Documentation

◆ SwColLineAdj

Enumerator
COLADJ_NONE 
COLADJ_TOP 
COLADJ_CENTER 
COLADJ_BOTTOM 

Definition at line 59 of file fmtclds.hxx.