|
LibreOffice Module svx (master) 1
|
#include <sal/config.h>#include <tools/helpers.hxx>#include <svl/eitem.hxx>#include <sfx2/ctrlitem.hxx>#include <sfx2/dispatch.hxx>#include <sfx2/module.hxx>#include <unotools/localedatawrapper.hxx>#include <svx/svxids.hrc>#include <svx/contdlg.hxx>#include "contimp.hxx"#include "contwnd.hxx"#include <svx/svdopath.hxx>#include <vcl/svapp.hxx>#include <vcl/settings.hxx>#include <vcl/virdev.hxx>#include "dlgunit.hxx"#include <vcl/weld.hxx>Go to the source code of this file.
Functions | |
| SFX_IMPL_MODELESSDIALOGCONTOLLER_WITHID (SvxContourDlgChildWindow, SID_CONTOUR_DLG) | |
| IMPL_LINK_NOARG (SvxSuperContourDlg, CancelHdl, weld::Button &, void) | |
| IMPL_LINK (SvxSuperContourDlg, Tbx1ClickHdl, const OUString &, rId, void) | |
| IMPL_LINK (SvxSuperContourDlg, MousePosHdl, GraphCtrl *, pWnd, void) | |
| IMPL_LINK (SvxSuperContourDlg, GraphSizeHdl, GraphCtrl *, pWnd, void) | |
| IMPL_LINK_NOARG (SvxSuperContourDlg, UpdateHdl, Timer *, void) | |
| IMPL_LINK_NOARG (SvxSuperContourDlg, CreateHdl, Timer *, void) | |
| IMPL_LINK (SvxSuperContourDlg, StateHdl, GraphCtrl *, pWnd, void) | |
| IMPL_LINK_NOARG (SvxSuperContourDlg, PipetteHdl, ContourWindow &, void) | |
| IMPL_LINK (SvxSuperContourDlg, PipetteClickHdl, ContourWindow &, rWnd, void) | |
| IMPL_LINK (SvxSuperContourDlg, WorkplaceClickHdl, ContourWindow &, rWnd, void) | |
| IMPL_LINK | ( | SvxSuperContourDlg | , |
| GraphSizeHdl | , | ||
| GraphCtrl * | , | ||
| pWnd | , | ||
| void | |||
| ) |
Definition at line 488 of file _contdlg.cxx.
References aStr, GetBindings(), SfxBindings::GetDispatcher(), SfxModule::GetFieldUnit(), GetLocaleDataWrapper(), SfxDispatcher::GetModule(), LocaleDataWrapper::getNumDecimalSep(), Application::GetSettings(), GetUnitString(), Size::Height(), and Size::Width().
| IMPL_LINK | ( | SvxSuperContourDlg | , |
| MousePosHdl | , | ||
| GraphCtrl * | , | ||
| pWnd | , | ||
| void | |||
| ) |
Definition at line 473 of file _contdlg.cxx.
References aStr, GetBindings(), SfxBindings::GetDispatcher(), SfxModule::GetFieldUnit(), GetLocaleDataWrapper(), SfxDispatcher::GetModule(), LocaleDataWrapper::getNumDecimalSep(), Application::GetSettings(), GetUnitString(), Point::X(), and Point::Y().
| IMPL_LINK | ( | SvxSuperContourDlg | , |
| PipetteClickHdl | , | ||
| ContourWindow & | , | ||
| rWnd | , | ||
| void | |||
| ) |
Definition at line 622 of file _contdlg.cxx.
References Bitmap::CombineOr(), Application::CreateBuilder(), Bitmap::CreateMask(), Bitmap::IsEmpty(), and RET_YES.
| IMPL_LINK | ( | SvxSuperContourDlg | , |
| StateHdl | , | ||
| GraphCtrl * | , | ||
| pWnd | , | ||
| void | |||
| ) |
Definition at line 542 of file _contdlg.cxx.
References SdrPolyEditView::IsDeleteMarkedPointsPossible(), and u.
| IMPL_LINK | ( | SvxSuperContourDlg | , |
| Tbx1ClickHdl | , | ||
| const OUString & | , | ||
| rId | , | ||
| void | |||
| ) |
Definition at line 353 of file _contdlg.cxx.
References CircleOrEllipse, Application::CreateBuilder(), SfxDispatcher::ExecuteList(), GetBindings(), SfxBindings::GetDispatcher(), Polygon, Rectangle, and RET_YES.
| IMPL_LINK | ( | SvxSuperContourDlg | , |
| WorkplaceClickHdl | , | ||
| ContourWindow & | , | ||
| rWnd | , | ||
| void | |||
| ) |
Definition at line 666 of file _contdlg.cxx.
| IMPL_LINK_NOARG | ( | SvxSuperContourDlg | , |
| CancelHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 240 of file _contdlg.cxx.
References Application::CreateBuilder(), SfxDispatcher::ExecuteList(), GetBindings(), SfxBindings::GetDispatcher(), RET_CANCEL, and RET_YES.
| IMPL_LINK_NOARG | ( | SvxSuperContourDlg | , |
| CreateHdl | , | ||
| Timer * | , | ||
| void | |||
| ) |
Definition at line 528 of file _contdlg.cxx.
References tools::Rectangle::Bottom(), SvxContourDlg::CreateAutoContour(), tools::Rectangle::Left(), tools::Rectangle::Right(), and tools::Rectangle::Top().
| IMPL_LINK_NOARG | ( | SvxSuperContourDlg | , |
| PipetteHdl | , | ||
| ContourWindow & | , | ||
| void | |||
| ) |
Definition at line 595 of file _contdlg.cxx.
| IMPL_LINK_NOARG | ( | SvxSuperContourDlg | , |
| UpdateHdl | , | ||
| Timer * | , | ||
| void | |||
| ) |
Definition at line 503 of file _contdlg.cxx.
References GetBindings(), and SfxBindings::Invalidate().
| SFX_IMPL_MODELESSDIALOGCONTOLLER_WITHID | ( | SvxContourDlgChildWindow | , |
| SID_CONTOUR_DLG | |||
| ) |