LibreOffice Module editeng (master) 1
|
#include <sal/config.h>
#include <algorithm>
#include <basegfx/color/bcolor.hxx>
#include <basegfx/color/bcolortools.hxx>
#include <editeng/borderline.hxx>
#include <editeng/itemtype.hxx>
#include <editeng/editrids.hrc>
#include <editeng/eerdll.hxx>
#include <tools/bigint.hxx>
#include <docmodel/uno/UnoComplexColor.hxx>
#include <com/sun/star/util/XComplexColor.hpp>
Go to the source code of this file.
Namespaces | |
namespace | editeng |
Functions | |
SvxBorderLineStyle | editeng::ConvertBorderStyleFromWord (int const nWordLineStyle) |
double | editeng::ConvertBorderWidthFromWord (SvxBorderLineStyle const eStyle, double const i_fWidth, int const nWordLineStyle) |
double | editeng::ConvertBorderWidthToWord (SvxBorderLineStyle, double) |
convert border width in twips between Word formats and LO More... | |
bool | editeng::operator!= (const SvxBorderLine &rLeft, const SvxBorderLine &rRight) |
Variables | |
const double | editeng::THINTHICK_SMALLGAP_line2 = 15.0 |
const double | editeng::THINTHICK_SMALLGAP_gap = 15.0 |
const double | editeng::THINTHICK_LARGEGAP_line1 = 30.0 |
const double | editeng::THINTHICK_LARGEGAP_line2 = 15.0 |
const double | editeng::THICKTHIN_SMALLGAP_line1 = 15.0 |
const double | editeng::THICKTHIN_SMALLGAP_gap = 15.0 |
const double | editeng::THICKTHIN_LARGEGAP_line1 = 15.0 |
const double | editeng::THICKTHIN_LARGEGAP_line2 = 30.0 |
const double | editeng::OUTSET_line1 = 15.0 |
const double | editeng::INSET_line2 = 15.0 |