LibreOffice Module sw (master)
1
|
#include <config_features.h>
#include <config_fuzzers.h>
#include <cmdid.h>
#include <hintids.hxx>
#include <svl/numformat.hxx>
#include <svl/stritem.hxx>
#include <com/sun/star/text/DefaultNumberingProvider.hpp>
#include <com/sun/star/text/XDefaultNumberingProvider.hpp>
#include <com/sun/star/text/XNumberingTypeInfo.hpp>
#include <com/sun/star/style/NumberingType.hpp>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/sdbc/XConnection.hpp>
#include <com/sun/star/sdbc/XDataSource.hpp>
#include <com/sun/star/uri/UriReferenceFactory.hpp>
#include <com/sun/star/uri/XVndSunStarScriptUrl.hpp>
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
#include <o3tl/string_view.hxx>
#include <tools/resary.hxx>
#include <osl/diagnose.h>
#include <sfx2/dispatch.hxx>
#include <sfx2/linkmgr.hxx>
#include <sfx2/app.hxx>
#include <sfx2/viewfrm.hxx>
#include <svx/strarray.hxx>
#include <fmtrfmrk.hxx>
#include <svl/zforlist.hxx>
#include <svl/zformat.hxx>
#include <vcl/mnemonic.hxx>
#include <view.hxx>
#include <wrtsh.hxx>
#include <doc.hxx>
#include <swmodule.hxx>
#include <fmtinfmt.hxx>
#include <cellatr.hxx>
#include <dbmgr.hxx>
#include <shellres.hxx>
#include <fldbas.hxx>
#include <docufld.hxx>
#include <chpfld.hxx>
#include <ddefld.hxx>
#include <expfld.hxx>
#include <reffld.hxx>
#include <usrfld.hxx>
#include <dbfld.hxx>
#include <authfld.hxx>
#include <flddat.hxx>
#include <fldmgr.hxx>
#include <flddropdown.hxx>
#include <strings.hrc>
#include <tox.hxx>
#include <viewopt.hxx>
#include <txmsrt.hxx>
#include <unotools/useroptions.hxx>
Go to the source code of this file.
Enumerations | |
enum | { GRP_DOC_BEGIN = 0, GRP_DOC_END = GRP_DOC_BEGIN + 12, GRP_FKT_BEGIN = GRP_DOC_END, GRP_FKT_END = GRP_FKT_BEGIN + 8, GRP_REF_BEGIN = GRP_FKT_END, GRP_REF_END = GRP_REF_BEGIN + 2, GRP_REG_BEGIN = GRP_REF_END, GRP_REG_END = GRP_REG_BEGIN + 1, GRP_DB_BEGIN = GRP_REG_END, GRP_DB_END = GRP_DB_BEGIN + 5, GRP_VAR_BEGIN = GRP_DB_END, GRP_VAR_END = GRP_VAR_BEGIN + 9 } |
enum | { GRP_WEB_DOC_BEGIN = 0, GRP_WEB_DOC_END = GRP_WEB_DOC_BEGIN + 9, GRP_WEB_FKT_BEGIN = GRP_WEB_DOC_END + 2, GRP_WEB_FKT_END = GRP_WEB_FKT_BEGIN + 0, GRP_WEB_REF_BEGIN = GRP_WEB_FKT_END + 6, GRP_WEB_REF_END = GRP_WEB_REF_BEGIN + 0, GRP_WEB_REG_BEGIN = GRP_WEB_REF_END + 2, GRP_WEB_REG_END = GRP_WEB_REG_BEGIN + 1, GRP_WEB_DB_BEGIN = GRP_WEB_REG_END, GRP_WEB_DB_END = GRP_WEB_DB_BEGIN + 0, GRP_WEB_VAR_BEGIN = GRP_WEB_DB_END + 5, GRP_WEB_VAR_END = GRP_WEB_VAR_BEGIN + 1 } |
Functions | |
static SwWrtShell * | lcl_GetShell () |
static sal_uInt16 | GetPackCount () |
Variables | |
const sal_uInt16 | VF_COUNT = 1 |
const sal_uInt16 | VF_USR_COUNT = 2 |
const sal_uInt16 | VF_DB_COUNT = 1 |
const TranslateId | FLD_EU_ARY [] |
const TranslateId | FMT_AUTHOR_ARY [] |
const TranslateId | FLD_DATE_ARY [] |
const TranslateId | FLD_TIME_ARY [] |
const TranslateId | FMT_NUM_ARY [] |
const TranslateId | FMT_FF_ARY [] |
const TranslateId | FLD_STAT_ARY [] |
const TranslateId | FMT_CHAPTER_ARY [] |
const TranslateId | FLD_INPUT_ARY [] |
const TranslateId | FMT_MARK_ARY [] |
const TranslateId | FMT_REF_ARY [] |
const TranslateId | FMT_REG_ARY [] |
const TranslateId | FMT_DBFLD_ARY [] |
const TranslateId | FMT_SETVAR_ARY [] |
const TranslateId | FMT_GETVAR_ARY [] |
const TranslateId | FMT_DDE_ARY [] |
const TranslateId | FLD_PAGEREF_ARY [] |
const TranslateId | FMT_USERVAR_ARY [] |
const SwFieldPack | aSwFields [] |
anonymous enum |
Enumerator | |
---|---|
GRP_DOC_BEGIN | |
GRP_DOC_END | |
GRP_FKT_BEGIN | |
GRP_FKT_END | |
GRP_REF_BEGIN | |
GRP_REF_END | |
GRP_REG_BEGIN | |
GRP_REG_END | |
GRP_DB_BEGIN | |
GRP_DB_END | |
GRP_VAR_BEGIN | |
GRP_VAR_END |
Definition at line 87 of file fldmgr.cxx.
anonymous enum |
Definition at line 108 of file fldmgr.cxx.
|
static |
Definition at line 365 of file fldmgr.cxx.
References SAL_N_ELEMENTS.
Referenced by SwFieldMgr::GetPos(), SwFieldMgr::GetTypeId(), and SwFieldMgr::GetTypeStr().
|
static |
Definition at line 356 of file fldmgr.cxx.
References GetActiveView(), and SwView::GetWrtShellPtr().
Referenced by SwFieldMgr::CanInsertRefMark(), SwFieldMgr::EvalExpFields(), SwFieldMgr::GetCurField(), SwFieldMgr::GetCurrLanguage(), SwFieldMgr::GetFieldType(), SwFieldMgr::GetFieldTypeCount(), SwFieldMgr::GetSubTypes(), SwFieldMgr::GoNextPrev(), SwFieldMgr::InsertField(), SwFieldMgr::InsertFieldType(), SwFieldMgr::RemoveFieldType(), and SwFieldMgr::UpdateCurField().
const SwFieldPack aSwFields[] |
Definition at line 301 of file fldmgr.cxx.
const TranslateId FLD_DATE_ARY[] |
Definition at line 158 of file fldmgr.cxx.
const TranslateId FLD_EU_ARY[] |
Definition at line 133 of file fldmgr.cxx.
const TranslateId FLD_INPUT_ARY[] |
Definition at line 212 of file fldmgr.cxx.
const TranslateId FLD_PAGEREF_ARY[] |
Definition at line 272 of file fldmgr.cxx.
const TranslateId FLD_STAT_ARY[] |
Definition at line 193 of file fldmgr.cxx.
const TranslateId FLD_TIME_ARY[] |
Definition at line 164 of file fldmgr.cxx.
const TranslateId FMT_AUTHOR_ARY[] |
Definition at line 152 of file fldmgr.cxx.
const TranslateId FMT_CHAPTER_ARY[] |
Definition at line 204 of file fldmgr.cxx.
const TranslateId FMT_DBFLD_ARY[] |
Definition at line 248 of file fldmgr.cxx.
const TranslateId FMT_DDE_ARY[] |
Definition at line 266 of file fldmgr.cxx.
const TranslateId FMT_FF_ARY[] |
Definition at line 183 of file fldmgr.cxx.
const TranslateId FMT_GETVAR_ARY[] |
Definition at line 260 of file fldmgr.cxx.
const TranslateId FMT_MARK_ARY[] |
Definition at line 217 of file fldmgr.cxx.
const TranslateId FMT_NUM_ARY[] |
Definition at line 170 of file fldmgr.cxx.
const TranslateId FMT_REF_ARY[] |
Definition at line 226 of file fldmgr.cxx.
const TranslateId FMT_REG_ARY[] |
Definition at line 241 of file fldmgr.cxx.
const TranslateId FMT_SETVAR_ARY[] |
Definition at line 254 of file fldmgr.cxx.
const TranslateId FMT_USERVAR_ARY[] |
Definition at line 278 of file fldmgr.cxx.
const sal_uInt16 VF_COUNT = 1 |
Definition at line 129 of file fldmgr.cxx.
Referenced by SwFieldMgr::GetFormatCount().
const sal_uInt16 VF_DB_COUNT = 1 |
Definition at line 131 of file fldmgr.cxx.
Referenced by SwFieldMgr::GetFormatCount().
const sal_uInt16 VF_USR_COUNT = 2 |
Definition at line 130 of file fldmgr.cxx.
Referenced by SwFieldMgr::GetFormatCount().