|
LibreOffice Module sc (master) 1
|
#include <reffact.hxx>#include <document.hxx>#include <globstr.hrc>#include <scresid.hxx>#include <docsh.hxx>#include <crnrdlg.hxx>#include <vcl/svapp.hxx>#include <vcl/weld.hxx>#include <o3tl/string_view.hxx>#include <memory>Go to the source code of this file.
Functions | |
| IMPL_LINK_NOARG (ScColRowNameRangesDlg, OkBtnHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (ScColRowNameRangesDlg, CancelBtnHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (ScColRowNameRangesDlg, AddBtnHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (ScColRowNameRangesDlg, RemoveBtnHdl, weld::Button &, void) | |
| IMPL_LINK_NOARG (ScColRowNameRangesDlg, Range1SelectHdl, weld::TreeView &, void) | |
| IMPL_LINK_NOARG (ScColRowNameRangesDlg, Range1DataModifyHdl, formula::RefEdit &, void) | |
| IMPL_LINK_NOARG (ScColRowNameRangesDlg, Range2DataModifyHdl, formula::RefEdit &, void) | |
| IMPL_LINK_NOARG (ScColRowNameRangesDlg, ColRowToggleHdl, weld::Toggleable &, void) | |
| IMPL_LINK (ScColRowNameRangesDlg, GetEditFocusHdl, formula::RefEdit &, rCtrl, void) | |
| IMPL_LINK (ScColRowNameRangesDlg, GetButtonFocusHdl, formula::RefButton &, rCtrl, void) | |
| IMPL_LINK_NOARG (ScColRowNameRangesDlg, LoseEditFocusHdl, formula::RefEdit &, void) | |
| IMPL_LINK_NOARG (ScColRowNameRangesDlg, LoseButtonFocusHdl, formula::RefButton &, void) | |
Variables | |
| const sal_uLong | nEntryDataCol = 0 |
| const sal_uLong | nEntryDataRow = 1 |
| const sal_uLong | nEntryDataDelim = 2 |
| IMPL_LINK | ( | ScColRowNameRangesDlg | , |
| GetButtonFocusHdl | , | ||
| formula::RefButton & | , | ||
| rCtrl | , | ||
| void | |||
| ) |
Definition at line 777 of file crnrdlg.cxx.
| IMPL_LINK | ( | ScColRowNameRangesDlg | , |
| GetEditFocusHdl | , | ||
| formula::RefEdit & | , | ||
| rCtrl | , | ||
| void | |||
| ) |
Definition at line 764 of file crnrdlg.cxx.
| IMPL_LINK_NOARG | ( | ScColRowNameRangesDlg | , |
| AddBtnHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 502 of file crnrdlg.cxx.
References ERRORBOX, m_xDialog, ScRange::ParseAny(), ScResId(), and VALID.
| IMPL_LINK_NOARG | ( | ScColRowNameRangesDlg | , |
| CancelBtnHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 496 of file crnrdlg.cxx.
References RET_CANCEL.
| IMPL_LINK_NOARG | ( | ScColRowNameRangesDlg | , |
| ColRowToggleHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 732 of file crnrdlg.cxx.
References ScRange::aEnd, ScRange::aStart, aStr, RANGE_ABS_3D, ScAddress::SetCol(), and ScAddress::SetRow().
| IMPL_LINK_NOARG | ( | ScColRowNameRangesDlg | , |
| LoseButtonFocusHdl | , | ||
| formula::RefButton & | , | ||
| void | |||
| ) |
Definition at line 795 of file crnrdlg.cxx.
References m_xDialog.
| IMPL_LINK_NOARG | ( | ScColRowNameRangesDlg | , |
| LoseEditFocusHdl | , | ||
| formula::RefEdit & | , | ||
| void | |||
| ) |
Definition at line 790 of file crnrdlg.cxx.
References m_xDialog.
| IMPL_LINK_NOARG | ( | ScColRowNameRangesDlg | , |
| OkBtnHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 480 of file crnrdlg.cxx.
References Grid, MAXTAB, ScDocShell::PostPaint(), RET_OK, and ScDocShell::SetDocumentModified().
| IMPL_LINK_NOARG | ( | ScColRowNameRangesDlg | , |
| Range1DataModifyHdl | , | ||
| formula::RefEdit & | , | ||
| void | |||
| ) |
Definition at line 679 of file crnrdlg.cxx.
References ScRange::ParseAny(), and VALID.
| IMPL_LINK_NOARG | ( | ScColRowNameRangesDlg | , |
| Range1SelectHdl | , | ||
| weld::TreeView & | , | ||
| void | |||
| ) |
Definition at line 611 of file crnrdlg.cxx.
References nEntryDataCol, nEntryDataDelim, and toInt32().
| IMPL_LINK_NOARG | ( | ScColRowNameRangesDlg | , |
| Range2DataModifyHdl | , | ||
| formula::RefEdit & | , | ||
| void | |||
| ) |
Definition at line 712 of file crnrdlg.cxx.
References ScRange::ParseAny(), and VALID.
| IMPL_LINK_NOARG | ( | ScColRowNameRangesDlg | , |
| RemoveBtnHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 554 of file crnrdlg.cxx.
References o3tl::getToken(), m_xDialog, nEntryDataCol, nEntryDataDelim, QUERYBOX, RET_YES, and ScResId().
| const sal_uLong nEntryDataCol = 0 |
Definition at line 52 of file crnrdlg.cxx.
Referenced by IMPL_LINK_NOARG(), and ScColRowNameRangesDlg::UpdateNames().
| const sal_uLong nEntryDataDelim = 2 |
Definition at line 54 of file crnrdlg.cxx.
Referenced by IMPL_LINK_NOARG(), and ScColRowNameRangesDlg::UpdateNames().
| const sal_uLong nEntryDataRow = 1 |
Definition at line 53 of file crnrdlg.cxx.
Referenced by ScColRowNameRangesDlg::UpdateNames().