LibreOffice Module sw (master) 1
|
#include <memory>
#include <optional>
#include <com/sun/star/beans/PropertyValues.hpp>
#include <map>
#include <swtypes.hxx>
#include <swrect.hxx>
#include <txtfly.hxx>
#include <swfont.hxx>
#include "porlay.hxx"
#include <txtfrm.hxx>
#include <ndtxt.hxx>
#include <editeng/paravertalignitem.hxx>
Go to the source code of this file.
Classes | |
class | SwLineInfo |
class | SwTextInfo |
class | SwTextSizeInfo |
class | SwTextPaintInfo |
class | SwTextFormatInfo |
class | SwTextSlot |
For the text replacement and restoration of SwTextSizeInfo. More... | |
class | SwFontSave |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::linguistic2 |
namespace | sw |
Dialog to specify the properties of date form field. | |
Macros | |
#define | ARROW_WIDTH 200 |
#define | DIR_LEFT2RIGHT 0 |
#define | DIR_BOTTOM2TOP 1 |
#define | DIR_RIGHT2LEFT 2 |
#define | DIR_TOP2BOTTOM 3 |
#define ARROW_WIDTH 200 |
Definition at line 53 of file inftxt.hxx.
#define DIR_BOTTOM2TOP 1 |
Definition at line 55 of file inftxt.hxx.
#define DIR_LEFT2RIGHT 0 |
Definition at line 54 of file inftxt.hxx.
#define DIR_RIGHT2LEFT 2 |
Definition at line 56 of file inftxt.hxx.
#define DIR_TOP2BOTTOM 3 |
Definition at line 57 of file inftxt.hxx.