| LibreOffice Module sw (master) 1
    | 
#include <swtypes.hxx>#include <strings.hrc>#include <fldbas.hxx>#include <docufld.hxx>#include <wrtsh.hxx>#include <swmodule.hxx>#include "fldfunc.hxx"#include "flddinf.hxx"#include <flddropdown.hxx>#include <o3tl/string_view.hxx>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 (SwFieldFuncPage, TypeHdl, weld::TreeView &, void) | |
| IMPL_LINK_NOARG (SwFieldFuncPage, SelectHdl, weld::TreeView &, void) | |
| IMPL_LINK_NOARG (SwFieldFuncPage, InsertMacroHdl, weld::TreeView &, bool) | |
| IMPL_LINK (SwFieldFuncPage, ListModifyButtonHdl, weld::Button &, rControl, void) | |
| IMPL_LINK (SwFieldFuncPage, ListModifyReturnActionHdl, weld::Entry &, rControl, bool) | |
| IMPL_LINK_NOARG (SwFieldFuncPage, ListEnableListBoxHdl, weld::TreeView &, void) | |
| IMPL_LINK_NOARG (SwFieldFuncPage, ListEnableHdl, weld::Entry &, void) | |
| IMPL_LINK_NOARG (SwFieldFuncPage, MacroHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SwFieldFuncPage, ModifyHdl, weld::Entry &, void) | |
| Variables | |
| const TranslateId | FMT_MARK_ARY [] | 
| #define USER_DATA_VERSION USER_DATA_VERSION_1 | 
Definition at line 32 of file fldfunc.cxx.
| #define USER_DATA_VERSION_1 "1" | 
Definition at line 31 of file fldfunc.cxx.
| IMPL_LINK | ( | SwFieldFuncPage | , | 
| ListModifyButtonHdl | , | ||
| weld::Button & | , | ||
| rControl | , | ||
| void | |||
| ) | 
Definition at line 398 of file fldfunc.cxx.
| IMPL_LINK | ( | SwFieldFuncPage | , | 
| ListModifyReturnActionHdl | , | ||
| weld::Entry & | , | ||
| rControl | , | ||
| bool | |||
| ) | 
Definition at line 403 of file fldfunc.cxx.
| IMPL_LINK_NOARG | ( | SwFieldFuncPage | , | 
| InsertMacroHdl | , | ||
| weld::TreeView & | , | ||
| bool | |||
| ) | 
Definition at line 391 of file fldfunc.cxx.
| IMPL_LINK_NOARG | ( | SwFieldFuncPage | , | 
| ListEnableHdl | , | ||
| weld::Entry & | , | ||
| void | |||
| ) | 
Definition at line 458 of file fldfunc.cxx.
| IMPL_LINK_NOARG | ( | SwFieldFuncPage | , | 
| ListEnableListBoxHdl | , | ||
| weld::TreeView & | , | ||
| void | |||
| ) | 
Definition at line 453 of file fldfunc.cxx.
| IMPL_LINK_NOARG | ( | SwFieldFuncPage | , | 
| MacroHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) | 
Definition at line 508 of file fldfunc.cxx.
References ChooseMacro(), and GetFrameWeld().
| IMPL_LINK_NOARG | ( | SwFieldFuncPage | , | 
| ModifyHdl | , | ||
| weld::Entry & | , | ||
| void | |||
| ) | 
Definition at line 597 of file fldfunc.cxx.
References CombinedChars, and MAX_COMBINED_CHARACTERS.
| IMPL_LINK_NOARG | ( | SwFieldFuncPage | , | 
| SelectHdl | , | ||
| weld::TreeView & | , | ||
| void | |||
| ) | 
Definition at line 383 of file fldfunc.cxx.
References Macro.
| IMPL_LINK_NOARG | ( | SwFieldFuncPage | , | 
| TypeHdl | , | ||
| weld::TreeView & | , | ||
| void | |||
| ) | 
Definition at line 190 of file fldfunc.cxx.
References CombinedChars, ConditionalText, Dropdown, FMT_MARK_ARY, GetActiveWrtShell(), GetFormat(), SwDropDownField::GetItemSequence(), SwDropDownField::GetPar2(), SwDropDownField::GetSelectedItem(), SwCursorShell::GetSelText(), getToken(), HiddenParagraph, HiddenText, i, Input, JumpEdit, Macro, MAX_COMBINED_CHARACTERS, and SwResId().
| const TranslateId FMT_MARK_ARY[] | 
Definition at line 181 of file fldfunc.cxx.
Referenced by IMPL_LINK_NOARG().