#include <memory>
#include <com/sun/star/text/PositionLayoutDir.hpp>
#include <cppuhelper/weakref.hxx>
#include <tools/gen.hxx>
#include "format.hxx"
#include "hintids.hxx"
#include "swdllapi.h"
#include <list>
Go to the source code of this file.
|
| sw |
| Dialog to specify the properties of date form field.
|
|
|
enum | sw::DrawFrameFormatHintId {
sw::DrawFrameFormatHintId::DYING,
sw::DrawFrameFormatHintId::PREPPASTING,
sw::DrawFrameFormatHintId::PREP_INSERT_FLY,
sw::DrawFrameFormatHintId::PREP_DELETE_FLY,
sw::DrawFrameFormatHintId::PAGE_OUT_OF_BOUNDS,
sw::DrawFrameFormatHintId::MAKE_FRAMES,
sw::DrawFrameFormatHintId::DELETE_FRAMES,
sw::DrawFrameFormatHintId::POST_RESTORE_FLY_ANCHOR
} |
|
enum | sw::WW8AnchorConv {
sw::WW8AnchorConv::NO_CONV,
sw::WW8AnchorConv::CONV2PG,
sw::WW8AnchorConv::CONV2COL_OR_PARA,
sw::WW8AnchorConv::CONV2CHAR,
sw::WW8AnchorConv::CONV2LINE,
sw::WW8AnchorConv::RELTOTABLECELL
} |
|