#include "CellAppearancePropertyPanel.hxx"
#include <sc.hrc>
#include <bitmaps.hlst>
#include <sfx2/bindings.hxx>
#include <sfx2/weldutils.hxx>
#include <svtools/toolbarmenu.hxx>
#include <editeng/borderline.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/lineitem.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/virdev.hxx>
#include <com/sun/star/lang/IllegalArgumentException.hpp>
#include "CellLineStyleControl.hxx"
#include "CellBorderStyleControl.hxx"
Go to the source code of this file.
|
namespace | sc |
| CAUTION! The following defines must be in the same namespace as the respective type.
|
|
|
|
| sc::sidebar::IMPL_LINK_NOARG (CellAppearancePropertyPanel, TbxCellBorderSelectHdl, const OUString &, void) |
|
| sc::sidebar::IMPL_LINK_NOARG (CellAppearancePropertyPanel, TbxCellBorderMenuHdl, const OUString &, void) |
|
| sc::sidebar::IMPL_LINK_NOARG (CellAppearancePropertyPanel, TbxLineStyleSelectHdl, const OUString &, void) |
|
| sc::sidebar::IMPL_LINK_NOARG (CellAppearancePropertyPanel, TbxLineStyleMenuHdl, const OUString &, void) |
|
◆ LINESTYLE
constexpr OUStringLiteral LINESTYLE = u"LineStyle" |
|
constexpr |
◆ SETBORDERSTYLE
constexpr OUStringLiteral SETBORDERSTYLE = u"SetBorderStyle" |
|
constexpr |