|
LibreOffice Module sc (master) 1
|
#include <memory>#include <global.hxx>#include <reffact.hxx>#include <compiler.hxx>#include <document.hxx>#include <docfunc.hxx>#include <globstr.hrc>#include <scresid.hxx>#include <namedlg.hxx>#include <viewdata.hxx>#include <tabvwsh.hxx>#include <globalnames.hxx>#include <tokenarray.hxx>#include <vcl/svapp.hxx>#include <formula/errorcodes.hxx>#include <unotools/charclass.hxx>#include <map>Go to the source code of this file.
Functions | |
| IMPL_LINK_NOARG (ScNameDlg, OkBtnHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (ScNameDlg, CancelBtnHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (ScNameDlg, AddBtnHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (ScNameDlg, RemoveBtnHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (ScNameDlg, EdModifyCheckBoxHdl, weld::Toggleable &, void) | |
| IMPL_LINK_NOARG (ScNameDlg, EdModifyHdl, weld::Entry &, void) | |
| IMPL_LINK_NOARG (ScNameDlg, RefEdModifyHdl, formula::RefEdit &, void) | |
| IMPL_LINK_NOARG (ScNameDlg, AssignGetFocusHdl, formula::RefEdit &, void) | |
| IMPL_LINK_NOARG (ScNameDlg, SelectionChangedHdl_Impl, weld::TreeView &, void) | |
| IMPL_LINK_NOARG (ScNameDlg, ScopeChangedHdl, weld::ComboBox &, void) | |
| IMPL_LINK_NOARG | ( | ScNameDlg | , |
| AddBtnHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 464 of file namedlg.cxx.
| IMPL_LINK_NOARG | ( | ScNameDlg | , |
| AssignGetFocusHdl | , | ||
| formula::RefEdit & | , | ||
| void | |||
| ) |
Definition at line 489 of file namedlg.cxx.
| IMPL_LINK_NOARG | ( | ScNameDlg | , |
| CancelBtnHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 458 of file namedlg.cxx.
References RET_CANCEL.
| IMPL_LINK_NOARG | ( | ScNameDlg | , |
| EdModifyCheckBoxHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 474 of file namedlg.cxx.
| IMPL_LINK_NOARG | ( | ScNameDlg | , |
| EdModifyHdl | , | ||
| weld::Entry & | , | ||
| void | |||
| ) |
Definition at line 479 of file namedlg.cxx.
| IMPL_LINK_NOARG | ( | ScNameDlg | , |
| OkBtnHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 453 of file namedlg.cxx.
References RET_OK.
| IMPL_LINK_NOARG | ( | ScNameDlg | , |
| RefEdModifyHdl | , | ||
| formula::RefEdit & | , | ||
| void | |||
| ) |
Definition at line 484 of file namedlg.cxx.
| IMPL_LINK_NOARG | ( | ScNameDlg | , |
| RemoveBtnHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 469 of file namedlg.cxx.
| IMPL_LINK_NOARG | ( | ScNameDlg | , |
| ScopeChangedHdl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 499 of file namedlg.cxx.
| IMPL_LINK_NOARG | ( | ScNameDlg | , |
| SelectionChangedHdl_Impl | , | ||
| weld::TreeView & | , | ||
| void | |||
| ) |
Definition at line 494 of file namedlg.cxx.