LibreOffice Module sw (master) 1
Classes | Macros
porlin.hxx File Reference
#include <libxml/xmlwriter.h>
#include "possiz.hxx"
#include <txttypes.hxx>
#include <TextFrameIndex.hxx>
#include <rtl/ustring.hxx>
Include dependency graph for porlin.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SwLinePortion
 Base class for anything that can be part of a line in the Writer layout. More...
 

Macros

#define PORGRP_TXT   0x8000
 Portion groups. More...
 
#define PORGRP_EXP   0x4000
 
#define PORGRP_FLD   0x2000
 
#define PORGRP_HYPH   0x1000
 
#define PORGRP_NUMBER   0x0800
 
#define PORGRP_GLUE   0x0400
 
#define PORGRP_FIX   0x0200
 
#define PORGRP_TAB   0x0100
 
#define PORGRP_FIXMARG   0x0040
 
#define PORGRP_TABNOTLFT   0x0010
 
#define PORGRP_TOXREF   0x0008
 

Macro Definition Documentation

◆ PORGRP_EXP

#define PORGRP_EXP   0x4000

Definition at line 36 of file porlin.hxx.

◆ PORGRP_FIX

#define PORGRP_FIX   0x0200

Definition at line 41 of file porlin.hxx.

◆ PORGRP_FIXMARG

#define PORGRP_FIXMARG   0x0040

Definition at line 44 of file porlin.hxx.

◆ PORGRP_FLD

#define PORGRP_FLD   0x2000

Definition at line 37 of file porlin.hxx.

◆ PORGRP_GLUE

#define PORGRP_GLUE   0x0400

Definition at line 40 of file porlin.hxx.

◆ PORGRP_HYPH

#define PORGRP_HYPH   0x1000

Definition at line 38 of file porlin.hxx.

◆ PORGRP_NUMBER

#define PORGRP_NUMBER   0x0800

Definition at line 39 of file porlin.hxx.

◆ PORGRP_TAB

#define PORGRP_TAB   0x0100

Definition at line 42 of file porlin.hxx.

◆ PORGRP_TABNOTLFT

#define PORGRP_TABNOTLFT   0x0010

Definition at line 46 of file porlin.hxx.

◆ PORGRP_TOXREF

#define PORGRP_TOXREF   0x0008

Definition at line 47 of file porlin.hxx.

◆ PORGRP_TXT

#define PORGRP_TXT   0x8000

Portion groups.

See also
enum PortionType in txttypes.hxx

Definition at line 35 of file porlin.hxx.