LibreOffice Module sw (master) 1
|
#include "WW8TableInfo.hxx"
#include "wrtww8.hxx"
#include <rtl/textenc.h>
#include <editeng/svxenum.hxx>
#include <tools/solar.h>
#include <optional>
#include <com/sun/star/drawing/TextVerticalAdjust.hpp>
#include <swtypes.hxx>
#include <fldbas.hxx>
#include <utility>
Go to the source code of this file.
Classes | |
class | AttributeOutputBase |
class | WW8Ruby |
Namespaces | |
namespace | editeng |
namespace | rtl |
namespace | ww8 |
namespace | msword |
Enumerations | |
enum | StyleType { STYLE_TYPE_PARA , STYLE_TYPE_CHAR , STYLE_TYPE_LIST } |
Type of a style in the style table. More... | |
Variables | |
const sal_uInt8 | msword::ColumnBreak = 0xE |
const sal_uInt8 | msword::PageBreak = 0xC |
enum StyleType |
Type of a style in the style table.
Enumerator | |
---|---|
STYLE_TYPE_PARA | |
STYLE_TYPE_CHAR | |
STYLE_TYPE_LIST |
Definition at line 136 of file attributeoutputbase.hxx.