LibreOffice Module sc (master) 1
|
#include <scitems.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/editobj.hxx>
#include <editeng/flditem.hxx>
#include <osl/time.h>
#include <sfx2/tabdlg.hxx>
#include <vcl/settings.hxx>
#include <unotools/useroptions.hxx>
#include <editutil.hxx>
#include <attrib.hxx>
#include <patattr.hxx>
#include <scuitphfedit.hxx>
#include <memory>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (ScHFEditPage, ObjectSelectHdl, ScEditWindow &, void) | |
IMPL_LINK_NOARG (ScHFEditPage, ListToggleHdl_Impl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (ScHFEditPage, ListHdl_Impl, weld::ComboBox &, void) | |
IMPL_LINK (ScHFEditPage, ClickHdl, weld::Button &, rBtn, void) | |
IMPL_LINK (ScHFEditPage, MenuHdl, const OUString &, rSelectedId, void) | |
IMPL_LINK | ( | ScHFEditPage | , |
ClickHdl | , | ||
weld::Button & | , | ||
rBtn | , | ||
void | |||
) |
Definition at line 731 of file scuitphfedit.cxx.
References EE_FEATURE_FIELD(), and Date::SYSTEM.
IMPL_LINK | ( | ScHFEditPage | , |
MenuHdl | , | ||
const OUString & | , | ||
rSelectedId | , | ||
void | |||
) |
Definition at line 757 of file scuitphfedit.cxx.
References EE_FEATURE_FIELD().
IMPL_LINK_NOARG | ( | ScHFEditPage | , |
ListHdl_Impl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 707 of file scuitphfedit.cxx.
References eEntryCount.
IMPL_LINK_NOARG | ( | ScHFEditPage | , |
ListToggleHdl_Impl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 699 of file scuitphfedit.cxx.
IMPL_LINK_NOARG | ( | ScHFEditPage | , |
ObjectSelectHdl | , | ||
ScEditWindow & | , | ||
void | |||
) |
Definition at line 131 of file scuitphfedit.cxx.