LibreOffice Module sw (master) 1
|
#include <sfx2/frame.hxx>
#include <svl/numformat.hxx>
#include <svl/zforlist.hxx>
#include <svl/zformat.hxx>
#include <o3tl/string_view.hxx>
#include <swtypes.hxx>
#include <flddinf.hrc>
#include <strings.hrc>
#include <fldbas.hxx>
#include <docufld.hxx>
#include <wrtsh.hxx>
#include <cmdid.h>
#include "flddinf.hxx"
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/util/Time.hpp>
#include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/util/Date.hpp>
Go to the source code of this file.
Macros | |
#define | USER_DATA_VERSION_1 "1" |
#define | USER_DATA_VERSION USER_DATA_VERSION_1 |
Functions | |
void | FillFieldSelect (weld::TreeView &rListBox) |
IMPL_LINK_NOARG (SwFieldDokInfPage, TypeHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (SwFieldDokInfPage, SubTypeHdl, weld::TreeView &, void) | |
#define USER_DATA_VERSION USER_DATA_VERSION_1 |
Definition at line 42 of file flddinf.cxx.
#define USER_DATA_VERSION_1 "1" |
Definition at line 41 of file flddinf.cxx.
void FillFieldSelect | ( | weld::TreeView & | rListBox | ) |
Definition at line 47 of file flddinf.cxx.
References weld::TreeView::append_text(), and SwResId().
Referenced by SwFieldDokInfPage::SwFieldDokInfPage(), SwFieldFuncPage::SwFieldFuncPage(), and SwFieldVarPage::SwFieldVarPage().
IMPL_LINK_NOARG | ( | SwFieldDokInfPage | , |
SubTypeHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 262 of file flddinf.cxx.
References nsSwDocInfoSubType::DI_CUSTOM, nsSwDocInfoSubType::DI_EDIT, nsSwDocInfoSubType::DI_SUB_AUTHOR, nsSwDocInfoSubType::DI_SUB_DATE, nsSwDocInfoSubType::DI_SUB_TIME, SvNumberFormatter::GetFormatIndex(), SwEditShell::GetNumberFormatter(), NF_DATE_SYSTEM_SHORT, NF_TIME_HHMM, nPos, and sName.
IMPL_LINK_NOARG | ( | SwFieldDokInfPage | , |
TypeHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 250 of file flddinf.cxx.