LibreOffice Module sw (master) 1
|
#include <libxml/xmlwriter.h>
#include "possiz.hxx"
#include <txttypes.hxx>
#include <TextFrameIndex.hxx>
#include <rtl/ustring.hxx>
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 |
#define PORGRP_EXP 0x4000 |
Definition at line 36 of file porlin.hxx.
#define PORGRP_FIX 0x0200 |
Definition at line 41 of file porlin.hxx.
#define PORGRP_FIXMARG 0x0040 |
Definition at line 44 of file porlin.hxx.
#define PORGRP_FLD 0x2000 |
Definition at line 37 of file porlin.hxx.
#define PORGRP_GLUE 0x0400 |
Definition at line 40 of file porlin.hxx.
#define PORGRP_HYPH 0x1000 |
Definition at line 38 of file porlin.hxx.
#define PORGRP_NUMBER 0x0800 |
Definition at line 39 of file porlin.hxx.
#define PORGRP_TAB 0x0100 |
Definition at line 42 of file porlin.hxx.
#define PORGRP_TABNOTLFT 0x0010 |
Definition at line 46 of file porlin.hxx.
#define PORGRP_TOXREF 0x0008 |
Definition at line 47 of file porlin.hxx.
#define PORGRP_TXT 0x8000 |