|
LibreOffice Module sc (master) 1
|
#include <sfx2/dispatch.hxx>#include <tabvwsh.hxx>#include <uiitems.hxx>#include <dbdata.hxx>#include <rangenam.hxx>#include <rangeutl.hxx>#include <reffact.hxx>#include <document.hxx>#include <scresid.hxx>#include <globstr.hrc>#include <strings.hrc>#include <consdlg.hxx>#include <o3tl/safeint.hxx>#include <vcl/svapp.hxx>#include <vcl/weld.hxx>Go to the source code of this file.
Classes | |
| class | ScAreaData |
Functions | |
| IMPL_LINK (ScConsolidateDlg, GetEditFocusHdl, formula::RefEdit &, rControl, void) | |
| IMPL_LINK (ScConsolidateDlg, GetFocusHdl, weld::Widget &, rControl, void) | |
| IMPL_LINK_NOARG (ScConsolidateDlg, OkHdl, weld::Button &, void) | |
| IMPL_LINK (ScConsolidateDlg, ClickHdl, weld::Button &, rBtn, void) | |
| IMPL_LINK (ScConsolidateDlg, SelectTVHdl, weld::TreeView &, rLb, void) | |
| IMPL_LINK (ScConsolidateDlg, SelectCBHdl, weld::ComboBox &, rLb, void) | |
| IMPL_LINK (ScConsolidateDlg, ModifyHdl, formula::RefEdit &, rEd, void) | |
| IMPL_LINK | ( | ScConsolidateDlg | , |
| ClickHdl | , | ||
| weld::Button & | , | ||
| rBtn | , | ||
| void | |||
| ) |
Definition at line 377 of file consdlg.cxx.
References ScRange::Format(), i, INFOBOX, ScRangeUtil::IsAbsTabArea(), m_xDialog, ScArea::nColEnd, ScArea::nColStart, ScArea::nRowEnd, ScArea::nRowStart, ScArea::nTab, RANGE_ABS_3D, and RET_CANCEL.
| IMPL_LINK | ( | ScConsolidateDlg | , |
| GetEditFocusHdl | , | ||
| formula::RefEdit & | , | ||
| rControl | , | ||
| void | |||
| ) |
Definition at line 314 of file consdlg.cxx.
| IMPL_LINK | ( | ScConsolidateDlg | , |
| GetFocusHdl | , | ||
| weld::Widget & | , | ||
| rControl | , | ||
| void | |||
| ) |
Definition at line 319 of file consdlg.cxx.
| IMPL_LINK | ( | ScConsolidateDlg | , |
| ModifyHdl | , | ||
| formula::RefEdit & | , | ||
| rEd | , | ||
| void | |||
| ) |
Definition at line 473 of file consdlg.cxx.
| IMPL_LINK | ( | ScConsolidateDlg | , |
| SelectCBHdl | , | ||
| weld::ComboBox & | , | ||
| rLb | , | ||
| void | |||
| ) |
Definition at line 443 of file consdlg.cxx.
References ScRangeUtil::CutPosString(), o3tl::make_unsigned(), and formula::RefEdit::SetText().
| IMPL_LINK | ( | ScConsolidateDlg | , |
| SelectTVHdl | , | ||
| weld::TreeView & | , | ||
| rLb | , | ||
| void | |||
| ) |
Definition at line 435 of file consdlg.cxx.
| IMPL_LINK_NOARG | ( | ScConsolidateDlg | , |
| OkHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 327 of file consdlg.cxx.
References ScConsolidateParam::bByCol, ScConsolidateParam::bByRow, ScConsolidateParam::bReferenceData, ScRefAddress::Col(), ScConsolidateParam::eFunction, SfxDispatcher::ExecuteList(), GetBindings(), SfxBindings::GetDispatcher(), i, INFOBOX, ScRangeUtil::IsAbsPos(), m_xDialog, ScRangeUtil::MakeArea(), ScConsolidateParam::nCol, ScConsolidateParam::nRow, ScConsolidateParam::nTab, RET_CANCEL, RET_OK, ScRefAddress::Row(), ScConsolidateParam::SetAreas(), and ScRefAddress::Tab().