| LibreOffice Module sw (master) 1
    | 
#include <swtypes.hxx>#include <sfx2/linkmgr.hxx>#include <IDocumentFieldsAccess.hxx>#include <usrfld.hxx>#include <docufld.hxx>#include <expfld.hxx>#include <ddefld.hxx>#include <wrtsh.hxx>#include <doc.hxx>#include <docary.hxx>#include <swmodule.hxx>#include "fldvar.hxx"#include "flddinf.hxx"#include <calc.hxx>#include <svl/numformat.hxx>#include <svl/zformat.hxx>#include <o3tl/string_view.hxx>#include <strings.hrc>Go to the source code of this file.
| Macros | |
| #define | USER_DATA_VERSION_1 "1" | 
| #define | USER_DATA_VERSION USER_DATA_VERSION_1 | 
| Functions | |
| IMPL_LINK_NOARG (SwFieldVarPage, TypeHdl, weld::TreeView &, void) | |
| IMPL_LINK (SwFieldVarPage, SubTypeListBoxHdl, weld::TreeView &, rBox, void) | |
| static sal_uInt32 | lcl_getUsedNumFormat (const SwNumFormatTreeView &rNumFormatLB, bool &rbText) | 
| IMPL_LINK (SwFieldVarPage, SubTypeInsertHdl, weld::TreeView &, rBox, bool) | |
| IMPL_LINK_NOARG (SwFieldVarPage, ModifyHdl, weld::Entry &, void) | |
| IMPL_LINK (SwFieldVarPage, TBClickHdl, weld::Button &, rBox, void) | |
| IMPL_LINK_NOARG (SwFieldVarPage, ChapterHdl, weld::ComboBox &, void) | |
| IMPL_LINK_NOARG (SwFieldVarPage, SeparatorHdl, weld::Entry &, void) | |
| #define USER_DATA_VERSION USER_DATA_VERSION_1 | 
Definition at line 40 of file fldvar.cxx.
| #define USER_DATA_VERSION_1 "1" | 
Definition at line 39 of file fldvar.cxx.
| IMPL_LINK | ( | SwFieldVarPage | , | 
| SubTypeInsertHdl | , | ||
| weld::TreeView & | , | ||
| rBox | , | ||
| bool | |||
| ) | 
Definition at line 558 of file fldvar.cxx.
References Formel.
| IMPL_LINK | ( | SwFieldVarPage | , | 
| SubTypeListBoxHdl | , | ||
| weld::TreeView & | , | ||
| rBox | , | ||
| void | |||
| ) | 
Definition at line 223 of file fldvar.cxx.
| IMPL_LINK | ( | SwFieldVarPage | , | 
| TBClickHdl | , | ||
| weld::Button & | , | ||
| rBox | , | ||
| void | |||
| ) | 
Definition at line 957 of file fldvar.cxx.
References sfx2::cTokenSeparator, Database, Dde, DDE, SwEditShell::EndAllAction(), GetActiveWrtShell(), SwViewShell::GetDoc(), SwEditShell::GetNumberFormatter(), SwValueField::GetSystemFormat(), nsSwGetSetExpType::GSE_EXPR, nsSwGetSetExpType::GSE_STRING, lcl_getUsedNumFormat(), nId, SAL_MAX_UINT32, Sequence, Set, SwUserFieldType::SetContent(), SetExp, SwEditShell::SetModified(), SwUserFieldType::SetType(), sName, SwEditShell::StartAllAction(), SwFieldType::UpdateFields(), and User.
| IMPL_LINK_NOARG | ( | SwFieldVarPage | , | 
| ChapterHdl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) | 
Definition at line 1111 of file fldvar.cxx.
| IMPL_LINK_NOARG | ( | SwFieldVarPage | , | 
| ModifyHdl | , | ||
| weld::Entry & | , | ||
| void | |||
| ) | 
Definition at line 832 of file fldvar.cxx.
References Dde, DDE, Formel, Get, GetActiveWrtShell(), SwViewShell::GetDoc(), IDocumentFieldsAccess::GetFieldTypes(), SwDoc::getIDocumentFieldsAccess(), SwSetExpFieldType::GetType(), nsSwGetSetExpType::GSE_SEQ, i, INIT_FLDTYPES, Input, SwEditShell::IsUsed(), SwCalc::IsValidVarName(), p, Sequence, Set, SetExp, sName, and User.
| IMPL_LINK_NOARG | ( | SwFieldVarPage | , | 
| SeparatorHdl | , | ||
| weld::Entry & | , | ||
| void | |||
| ) | 
Definition at line 1120 of file fldvar.cxx.
| IMPL_LINK_NOARG | ( | SwFieldVarPage | , | 
| TypeHdl | , | ||
| weld::TreeView & | , | ||
| void | |||
| ) | 
Definition at line 193 of file fldvar.cxx.
| 
 | inlinestatic | 
Definition at line 228 of file fldvar.cxx.
References SwNumFormatTreeView::get_selected_index(), SwNumFormatTreeView::GetFormat(), and SAL_MAX_UINT32.
Referenced by IMPL_LINK(), and SwFieldVarPage::SubTypeHdl().