LibreOffice Module vcl (master) 1
|
#include <tools/poly.hxx>
#include <vcl/builder.hxx>
#include <vcl/cvtgrf.hxx>
#include <vcl/image.hxx>
#include <vcl/bitmapex.hxx>
#include <vcl/decoview.hxx>
#include <vcl/event.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/toolkit/dialog.hxx>
#include <vcl/toolkit/fixed.hxx>
#include <vcl/toolkit/button.hxx>
#include <vcl/salnativewidgets.hxx>
#include <vcl/toolkit/edit.hxx>
#include <vcl/layout.hxx>
#include <vcl/stdtext.hxx>
#include <vcl/uitest/uiobject.hxx>
#include <bitmaps.hlst>
#include <svdata.hxx>
#include <window.h>
#include <vclstatuslistener.hxx>
#include <osl/diagnose.h>
#include <comphelper/base64.hxx>
#include <comphelper/dispatchcommand.hxx>
#include <comphelper/lok.hxx>
#include <officecfg/Office/Common.hxx>
#include <boost/property_tree/ptree.hpp>
#include <tools/json_writer.hxx>
#include <tools/stream.hxx>
Go to the source code of this file.
Classes | |
class | ImplCommonButtonData |
Macros | |
#define | STYLE_RADIOBUTTON_MONO (sal_uInt16(0x0001)) |
#define | STYLE_CHECKBOX_MONO (sal_uInt16(0x0001)) |
Functions | |
IMPL_STATIC_LINK (Button, dispatchCommandHandler, Button *, pButton, void) | |
static void | LoadThemedImageList (const StyleSettings &rStyleSettings, std::vector< Image > &rList, const std::vector< OUString > &rResources) |
Variables | |
constexpr auto | PUSHBUTTON_VIEW_STYLE |
constexpr auto | RADIOBUTTON_VIEW_STYLE |
constexpr auto | CHECKBOX_VIEW_STYLE |
#define STYLE_CHECKBOX_MONO (sal_uInt16(0x0001)) |
Definition at line 73 of file button.cxx.
#define STYLE_RADIOBUTTON_MONO (sal_uInt16(0x0001)) |
Definition at line 72 of file button.cxx.
Definition at line 650 of file button.cxx.
References comphelper::dispatchCommand().
|
static |
Definition at line 2834 of file button.cxx.
References a, StyleSettings::GetDarkShadowColor(), StyleSettings::GetFaceColor(), StyleSettings::GetLightColor(), StyleSettings::GetShadowColor(), StyleSettings::GetWindowColor(), StyleSettings::GetWindowTextColor(), BitmapEx::Replace(), and SAL_N_ELEMENTS.
Referenced by CheckBox::GetCheckImage(), and RadioButton::GetRadioImage().
|
constexpr |
Definition at line 67 of file button.cxx.
Referenced by CheckBox::StateChanged().
|
constexpr |
Definition at line 56 of file button.cxx.
Referenced by PushButton::StateChanged().
|
constexpr |
Definition at line 63 of file button.cxx.
Referenced by RadioButton::StateChanged().