LibreOffice Module sw (master) 1
|
#include <swtypes.hxx>
#include <IMark.hxx>
#include <expfld.hxx>
#include <swmodule.hxx>
#include "fldref.hxx"
#include <frmatr.hxx>
#include <reffld.hxx>
#include <wrtsh.hxx>
#include <fldref.hrc>
#include <strings.hrc>
#include <SwNodeNum.hxx>
#include <IDocumentMarkAccess.hxx>
#include <unotools/syslocaleoptions.hxx>
#include <unotools/charclass.hxx>
#include <osl/diagnose.h>
#include <comphelper/string.hxx>
#include <editeng/frmdiritem.hxx>
#include <o3tl/safeint.hxx>
#include <o3tl/string_view.hxx>
#include <vcl/settings.hxx>
Go to the source code of this file.
Macros | |
#define | REFFLDFLAG 0x4000 |
#define | REFFLDFLAG_BOOKMARK 0x4800 |
#define | REFFLDFLAG_FOOTNOTE 0x5000 |
#define | REFFLDFLAG_ENDNOTE 0x6000 |
#define | REFFLDFLAG_HEADING 0x7100 |
#define | REFFLDFLAG_NUMITEM 0x7200 |
#define | USER_DATA_VERSION_1 "1" |
#define | USER_DATA_VERSION USER_DATA_VERSION_1 |
Functions | |
IMPL_LINK_NOARG (SwFieldRefPage, ModifyHdl_Impl, weld::Entry &, void) | |
IMPL_LINK_NOARG (SwFieldRefPage, TypeHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (SwFieldRefPage, SubTypeTreeListBoxHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (SwFieldRefPage, SubTypeListBoxHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG (SwFieldRefPage, ModifyHdl, weld::Entry &, void) | |
Variables | |
static sal_uInt16 | nFieldDlgFormatSel = 0 |
const TranslateId | FMT_REF_ARY [] |
#define REFFLDFLAG 0x4000 |
Definition at line 43 of file fldref.cxx.
#define REFFLDFLAG_BOOKMARK 0x4800 |
Definition at line 44 of file fldref.cxx.
#define REFFLDFLAG_ENDNOTE 0x6000 |
Definition at line 46 of file fldref.cxx.
#define REFFLDFLAG_FOOTNOTE 0x5000 |
Definition at line 45 of file fldref.cxx.
#define REFFLDFLAG_HEADING 0x7100 |
Definition at line 48 of file fldref.cxx.
#define REFFLDFLAG_NUMITEM 0x7200 |
Definition at line 49 of file fldref.cxx.
#define USER_DATA_VERSION USER_DATA_VERSION_1 |
Definition at line 54 of file fldref.cxx.
#define USER_DATA_VERSION_1 "1" |
Definition at line 53 of file fldref.cxx.
IMPL_LINK_NOARG | ( | SwFieldRefPage | , |
ModifyHdl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 933 of file fldref.cxx.
References aName, GetRef, REFFLDFLAG_BOOKMARK, and SetRef.
IMPL_LINK_NOARG | ( | SwFieldRefPage | , |
ModifyHdl_Impl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 122 of file fldref.cxx.
References comphelper::string::strip().
IMPL_LINK_NOARG | ( | SwFieldRefPage | , |
SubTypeListBoxHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 440 of file fldref.cxx.
IMPL_LINK_NOARG | ( | SwFieldRefPage | , |
SubTypeTreeListBoxHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 435 of file fldref.cxx.
IMPL_LINK_NOARG | ( | SwFieldRefPage | , |
TypeHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 292 of file fldref.cxx.
References GetRef, SwGetRefField::GetSetRefName(), SwGetRefField::IsRefToHeadingCrossRefBookmark(), SwGetRefField::IsRefToNumItemCrossRefBookmark(), nFieldDlgFormatSel, REF_BOOKMARK, REF_ENDNOTE, REF_FOOTNOTE, REF_SEQUENCEFLD, REF_SETREFATTR, REFFLDFLAG, REFFLDFLAG_BOOKMARK, REFFLDFLAG_ENDNOTE, REFFLDFLAG_FOOTNOTE, REFFLDFLAG_HEADING, REFFLDFLAG_NUMITEM, SetRef, sName, comphelper::string::strip(), and SwResId().
const TranslateId FMT_REF_ARY[] |
Definition at line 778 of file fldref.cxx.
Referenced by SwFieldRefPage::FillFormatLB().
|
static |
Definition at line 51 of file fldref.cxx.
Referenced by SwFieldRefPage::FillFormatLB(), IMPL_LINK_NOARG(), and SwFieldRefPage::Reset().