LibreOffice Module sw (master)
1
|
Go to the source code of this file.
Namespaces | |
sw::sidebar | |
Macros | |
#define | SWPAGE_NO_MARGIN 0 |
#define | SWPAGE_NARROW_VALUE 720 |
#define | SWPAGE_MODERATE_LR 1080 |
#define | SWPAGE_NORMAL_VALUE 1136 |
#define | SWPAGE_WIDE_VALUE1 1440 |
#define | SWPAGE_WIDE_VALUE2 2880 |
#define | SWPAGE_WIDE_VALUE3 1800 |
#define | SWPAGE_UNIT_THRESHOLD 5 |
Functions | |
bool | sw::sidebar::IsNone (const tools::Long nPageLeftMargin, const tools::Long nPageRightMargin, const tools::Long nPageTopMargin, const tools::Long nPageBottomMargin, bool bMirrored) |
void | sw::sidebar::SetNone (tools::Long &nPageLeftMargin, tools::Long &nPageRightMargin, tools::Long &nPageTopMargin, tools::Long &nPageBottomMargin, bool &bMirrored) |
bool | sw::sidebar::IsNarrow (const tools::Long nPageLeftMargin, const tools::Long nPageRightMargin, const tools::Long nPageTopMargin, const tools::Long nPageBottomMargin, bool bMirrored) |
void | sw::sidebar::SetNarrow (tools::Long &nPageLeftMargin, tools::Long &nPageRightMargin, tools::Long &nPageTopMargin, tools::Long &nPageBottomMargin, bool &bMirrored) |
bool | sw::sidebar::IsModerate (const tools::Long nPageLeftMargin, const tools::Long nPageRightMargin, const tools::Long nPageTopMargin, const tools::Long nPageBottomMargin, bool bMirrored) |
void | sw::sidebar::SetModerate (tools::Long &nPageLeftMargin, tools::Long &nPageRightMargin, tools::Long &nPageTopMargin, tools::Long &nPageBottomMargin, bool &bMirrored) |
bool | sw::sidebar::IsNormal075 (const tools::Long nPageLeftMargin, const tools::Long nPageRightMargin, const tools::Long nPageTopMargin, const tools::Long nPageBottomMargin, bool bMirrored) |
void | sw::sidebar::SetNormal075 (tools::Long &nPageLeftMargin, tools::Long &nPageRightMargin, tools::Long &nPageTopMargin, tools::Long &nPageBottomMargin, bool &bMirrored) |
bool | sw::sidebar::IsNormal100 (const tools::Long nPageLeftMargin, const tools::Long nPageRightMargin, const tools::Long nPageTopMargin, const tools::Long nPageBottomMargin, bool bMirrored) |
void | sw::sidebar::SetNormal100 (tools::Long &nPageLeftMargin, tools::Long &nPageRightMargin, tools::Long &nPageTopMargin, tools::Long &nPageBottomMargin, bool &bMirrored) |
bool | sw::sidebar::IsNormal125 (const tools::Long nPageLeftMargin, const tools::Long nPageRightMargin, const tools::Long nPageTopMargin, const tools::Long nPageBottomMargin, bool bMirrored) |
void | sw::sidebar::SetNormal125 (tools::Long &nPageLeftMargin, tools::Long &nPageRightMargin, tools::Long &nPageTopMargin, tools::Long &nPageBottomMargin, bool &bMirrored) |
bool | sw::sidebar::IsWide (const tools::Long nPageLeftMargin, const tools::Long nPageRightMargin, const tools::Long nPageTopMargin, const tools::Long nPageBottomMargin, bool bMirrored) |
void | sw::sidebar::SetWide (tools::Long &nPageLeftMargin, tools::Long &nPageRightMargin, tools::Long &nPageTopMargin, tools::Long &nPageBottomMargin, bool &bMirrored) |
bool | sw::sidebar::IsMirrored (const tools::Long nPageLeftMargin, const tools::Long nPageRightMargin, const tools::Long nPageTopMargin, const tools::Long nPageBottomMargin, bool bMirrored) |
void | sw::sidebar::SetMirrored (tools::Long &nPageLeftMargin, tools::Long &nPageRightMargin, tools::Long &nPageTopMargin, tools::Long &nPageBottomMargin, bool &bMirrored) |
#define SWPAGE_MODERATE_LR 1080 |
Definition at line 24 of file PageMarginUtils.hxx.
Referenced by sw::sidebar::IsModerate(), and sw::sidebar::SetModerate().
#define SWPAGE_NARROW_VALUE 720 |
Definition at line 23 of file PageMarginUtils.hxx.
Referenced by sw::sidebar::IsNarrow(), and sw::sidebar::SetNarrow().
#define SWPAGE_NO_MARGIN 0 |
Definition at line 22 of file PageMarginUtils.hxx.
Referenced by sw::sidebar::IsNone(), and sw::sidebar::SetNone().
#define SWPAGE_NORMAL_VALUE 1136 |
Definition at line 25 of file PageMarginUtils.hxx.
Referenced by sw::sidebar::IsNormal075(), and sw::sidebar::SetNormal075().
#define SWPAGE_UNIT_THRESHOLD 5 |
Definition at line 29 of file PageMarginUtils.hxx.
Referenced by sw::sidebar::IsMirrored(), sw::sidebar::IsModerate(), sw::sidebar::IsNarrow(), sw::sidebar::IsNone(), sw::sidebar::IsNormal075(), sw::sidebar::IsNormal100(), sw::sidebar::IsNormal125(), and sw::sidebar::IsWide().
#define SWPAGE_WIDE_VALUE1 1440 |
Definition at line 26 of file PageMarginUtils.hxx.
Referenced by sw::sidebar::IsMirrored(), sw::sidebar::IsModerate(), sw::sidebar::IsNormal100(), sw::sidebar::IsNormal125(), sw::sidebar::IsWide(), sw::sidebar::SetMirrored(), sw::sidebar::SetModerate(), sw::sidebar::SetNormal100(), sw::sidebar::SetNormal125(), and sw::sidebar::SetWide().
#define SWPAGE_WIDE_VALUE2 2880 |
Definition at line 27 of file PageMarginUtils.hxx.
Referenced by sw::sidebar::IsWide(), and sw::sidebar::SetWide().
#define SWPAGE_WIDE_VALUE3 1800 |
Definition at line 28 of file PageMarginUtils.hxx.
Referenced by sw::sidebar::IsMirrored(), sw::sidebar::IsNormal125(), sw::sidebar::SetMirrored(), and sw::sidebar::SetNormal125().