LibreOffice Module sc (master) 1
|
#include <colorformat.hxx>
#include <colorscale.hxx>
#include <document.hxx>
#include <svl/numformat.hxx>
#include <svx/colorbox.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (ScDataBarSettingsDlg, OkBtnHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScDataBarSettingsDlg, TypeSelectHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (ScDataBarSettingsDlg, PosSelectHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG | ( | ScDataBarSettingsDlg | , |
OkBtnHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 193 of file colorformat.cxx.
References COLORSCALE_AUTO, COLORSCALE_FORMULA, COLORSCALE_MAX, COLORSCALE_MIN, Application::CreateMessageDialog(), m_xDialog, nIndex, and RET_OK.
IMPL_LINK_NOARG | ( | ScDataBarSettingsDlg | , |
PosSelectHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 281 of file colorformat.cxx.
IMPL_LINK_NOARG | ( | ScDataBarSettingsDlg | , |
TypeSelectHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 248 of file colorformat.cxx.
References COLORSCALE_MAX, COLORSCALE_PERCENT, and COLORSCALE_PERCENTILE.