|
LibreOffice Module sc (master) 1
|
#include "CellBorderStyleControl.hxx"#include <editeng/boxitem.hxx>#include <editeng/borderline.hxx>#include <sfx2/bindings.hxx>#include <sfx2/dispatch.hxx>#include <svx/svxids.hrc>#include <vcl/settings.hxx>#include <editeng/lineitem.hxx>#include <memory>Go to the source code of this file.
Namespaces | |
| namespace | sc |
| CAUTION! The following defines must be in the same namespace as the respective type. | |
| namespace | sc::sidebar |
Macros | |
| #define | FRM_VALID_LEFT 0x01 |
| #define | FRM_VALID_RIGHT 0x02 |
| #define | FRM_VALID_TOP 0x04 |
| #define | FRM_VALID_BOTTOM 0x08 |
| #define | FRM_VALID_HINNER 0x10 |
| #define | FRM_VALID_VINNER 0x20 |
| #define | FRM_VALID_OUTER 0x0f |
| #define | FRM_VALID_ALL 0xff |
Functions | |
| sc::sidebar::IMPL_LINK (CellBorderStylePopup, TB1SelectHdl, const OUString &, rId, void) | |
| sc::sidebar::IMPL_LINK (CellBorderStylePopup, TB2and3SelectHdl, const OUString &, rId, void) | |
| sc::sidebar::IMPL_LINK (CellBorderStylePopup, TB4SelectHdl, const OUString &, rId, void) | |
| #define FRM_VALID_ALL 0xff |
Definition at line 39 of file CellBorderStyleControl.cxx.
| #define FRM_VALID_BOTTOM 0x08 |
Definition at line 35 of file CellBorderStyleControl.cxx.
| #define FRM_VALID_HINNER 0x10 |
Definition at line 36 of file CellBorderStyleControl.cxx.
| #define FRM_VALID_LEFT 0x01 |
Definition at line 32 of file CellBorderStyleControl.cxx.
| #define FRM_VALID_OUTER 0x0f |
Definition at line 38 of file CellBorderStyleControl.cxx.
| #define FRM_VALID_RIGHT 0x02 |
Definition at line 33 of file CellBorderStyleControl.cxx.
| #define FRM_VALID_TOP 0x04 |
Definition at line 34 of file CellBorderStyleControl.cxx.
| #define FRM_VALID_VINNER 0x20 |
Definition at line 37 of file CellBorderStyleControl.cxx.