LibreOffice Module sc (master)
1
|
#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.
Namespaces | |
sc::sidebar | |
Functions | |
sc::sidebar::IMPL_LINK_NOARG (CellAppearancePropertyPanel, TbxCellBorderSelectHdl, const OString &, void) | |
sc::sidebar::IMPL_LINK_NOARG (CellAppearancePropertyPanel, TbxCellBorderMenuHdl, const OString &, void) | |
sc::sidebar::IMPL_LINK_NOARG (CellAppearancePropertyPanel, TbxLineStyleSelectHdl, const OString &, void) | |
sc::sidebar::IMPL_LINK_NOARG (CellAppearancePropertyPanel, TbxLineStyleMenuHdl, const OString &, void) | |
Variables | |
constexpr OStringLiteral | SETBORDERSTYLE = "SetBorderStyle" |
constexpr OStringLiteral | LINESTYLE = "LineStyle" |
constexpr OStringLiteral LINESTYLE = "LineStyle" |
Definition at line 40 of file CellAppearancePropertyPanel.cxx.
Referenced by sc::sidebar::IMPL_LINK_NOARG(), sc::sidebar::CellAppearancePropertyPanel::Initialize(), and sc::sidebar::CellAppearancePropertyPanel::SetStyleIcon().
constexpr OStringLiteral SETBORDERSTYLE = "SetBorderStyle" |
Definition at line 39 of file CellAppearancePropertyPanel.cxx.
Referenced by sc::sidebar::IMPL_LINK_NOARG(), sc::sidebar::CellAppearancePropertyPanel::Initialize(), and sc::sidebar::CellAppearancePropertyPanel::UpdateCellBorder().