|
LibreOffice Module vcl (master) 1
|
#include <vcl/cvtgrf.hxx>#include <vcl/decoview.hxx>#include <vcl/event.hxx>#include <vcl/toolkit/fixed.hxx>#include <vcl/settings.hxx>#include <comphelper/base64.hxx>#include <comphelper/string.hxx>#include <sal/log.hxx>#include <tools/json_writer.hxx>#include <tools/stream.hxx>Go to the source code of this file.
Macros | |
| #define | FIXEDLINE_TEXT_BORDER 4 |
Functions | |
| static Point | ImplCalcPos (WinBits nStyle, const Point &rPos, const Size &rObjSize, const Size &rWinSize) |
Variables | |
| constexpr auto | FIXEDTEXT_VIEW_STYLE |
| constexpr auto | FIXEDLINE_VIEW_STYLE = WB_3DLOOK | WB_NOLABEL |
| constexpr auto | FIXEDBITMAP_VIEW_STYLE |
| constexpr auto | FIXEDIMAGE_VIEW_STYLE |
|
static |
Definition at line 49 of file fixed.cxx.
References Size::Height(), WB_BOTTOM, WB_LEFT, WB_RIGHT, WB_TOP, Size::Width(), Point::X(), and Point::Y().
Referenced by FixedBitmap::ImplDraw(), and FixedImage::ImplDraw().
|
constexpr |
Definition at line 40 of file fixed.cxx.
Referenced by FixedBitmap::StateChanged().
|
constexpr |
|
constexpr |
Definition at line 39 of file fixed.cxx.
Referenced by FixedLine::StateChanged().
|
constexpr |
Definition at line 34 of file fixed.cxx.
Referenced by FixedText::StateChanged().