LibreOffice Module sc (master) 1
|
#include <condformatdlg.hxx>
#include <sfx2/dispatch.hxx>
#include <vcl/svapp.hxx>
#include <anyrefdg.hxx>
#include <document.hxx>
#include <conditio.hxx>
#include <tabvwsh.hxx>
#include <colorscale.hxx>
#include <reffact.hxx>
#include <docsh.hxx>
#include <docfunc.hxx>
#include <condformatdlgentry.hxx>
#include <condformatdlgitem.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK (ScCondFormatList, ColFormatTypeHdl, weld::ComboBox &, rBox, void) | |
IMPL_LINK (ScCondFormatList, AfterColFormatTypeHdl, void *, p, void) | |
IMPL_LINK (ScCondFormatList, TypeListHdl, weld::ComboBox &, rBox, void) | |
IMPL_LINK (ScCondFormatList, AfterTypeListHdl, void *, p, void) | |
IMPL_LINK_NOARG (ScCondFormatList, AddBtnHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScCondFormatList, RemoveBtnHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScCondFormatList, UpBtnHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (ScCondFormatList, DownBtnHdl, weld::Button &, void) | |
IMPL_LINK (ScCondFormatList, EntrySelectHdl, ScCondFrmtEntry &, rEntry, void) | |
IMPL_LINK (ScCondFormatDlg, EdRangeModifyHdl, formula::RefEdit &, rEdit, void) | |
IMPL_LINK (ScCondFormatDlg, RangeGetFocusHdl, formula::RefEdit &, rControl, void) | |
IMPL_LINK (ScCondFormatDlg, BtnPressedHdl, weld::Button &, rBtn, void) | |
IMPL_LINK | ( | ScCondFormatDlg | , |
BtnPressedHdl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 701 of file condformatdlg.cxx.
IMPL_LINK | ( | ScCondFormatDlg | , |
EdRangeModifyHdl | , | ||
formula::RefEdit & | , | ||
rEdit | , | ||
void | |||
) |
Definition at line 676 of file condformatdlg.cxx.
References weld::Error, weld::Normal, ScRangeList::Parse(), and VALID.
IMPL_LINK | ( | ScCondFormatDlg | , |
RangeGetFocusHdl | , | ||
formula::RefEdit & | , | ||
rControl | , | ||
void | |||
) |
Definition at line 696 of file condformatdlg.cxx.
IMPL_LINK | ( | ScCondFormatList | , |
AfterColFormatTypeHdl | , | ||
void * | , | ||
p | , | ||
void | |||
) |
Definition at line 202 of file condformatdlg.cxx.
References condformat::entry::COLORSCALE2, condformat::entry::COLORSCALE3, condformat::entry::DATABAR, weld::ComboBox::get_active(), condformat::entry::ICONSET, nPos, and p.
IMPL_LINK | ( | ScCondFormatList | , |
AfterTypeListHdl | , | ||
void * | , | ||
p | , | ||
void | |||
) |
Definition at line 259 of file condformatdlg.cxx.
References condformat::entry::COLORSCALE2, condformat::entry::COLORSCALE3, condformat::entry::CONDITION, condformat::entry::DATABAR, condformat::entry::DATE, condformat::entry::FORMULA, weld::ComboBox::get_active(), condformat::entry::ICONSET, nPos, and p.
IMPL_LINK | ( | ScCondFormatList | , |
ColFormatTypeHdl | , | ||
weld::ComboBox & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 197 of file condformatdlg.cxx.
References LINK, and Application::PostUserEvent().
IMPL_LINK | ( | ScCondFormatList | , |
EntrySelectHdl | , | ||
ScCondFrmtEntry & | , | ||
rEntry | , | ||
void | |||
) |
Definition at line 395 of file condformatdlg.cxx.
IMPL_LINK | ( | ScCondFormatList | , |
TypeListHdl | , | ||
weld::ComboBox & | , | ||
rBox | , | ||
void | |||
) |
Definition at line 250 of file condformatdlg.cxx.
References LINK, and Application::PostUserEvent().
IMPL_LINK_NOARG | ( | ScCondFormatList | , |
AddBtnHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 321 of file condformatdlg.cxx.
IMPL_LINK_NOARG | ( | ScCondFormatList | , |
DownBtnHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 371 of file condformatdlg.cxx.
IMPL_LINK_NOARG | ( | ScCondFormatList | , |
RemoveBtnHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 336 of file condformatdlg.cxx.
IMPL_LINK_NOARG | ( | ScCondFormatList | , |
UpBtnHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 351 of file condformatdlg.cxx.