LibreOffice Module svx (master) 1
Functions
_contdlg.cxx File Reference
#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>
Include dependency graph for _contdlg.cxx:

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)
 

Function Documentation

◆ IMPL_LINK() [1/6]

IMPL_LINK ( SvxSuperContourDlg  ,
GraphSizeHdl  ,
GraphCtrl ,
pWnd  ,
void   
)

◆ IMPL_LINK() [2/6]

IMPL_LINK ( SvxSuperContourDlg  ,
MousePosHdl  ,
GraphCtrl ,
pWnd  ,
void   
)

◆ IMPL_LINK() [3/6]

IMPL_LINK ( SvxSuperContourDlg  ,
PipetteClickHdl  ,
ContourWindow ,
rWnd  ,
void   
)

◆ IMPL_LINK() [4/6]

IMPL_LINK ( SvxSuperContourDlg  ,
StateHdl  ,
GraphCtrl ,
pWnd  ,
void   
)

Definition at line 542 of file _contdlg.cxx.

References SdrPolyEditView::IsDeleteMarkedPointsPossible(), and u.

◆ IMPL_LINK() [5/6]

IMPL_LINK ( SvxSuperContourDlg  ,
Tbx1ClickHdl  ,
const OUString &  ,
rId  ,
void   
)

◆ IMPL_LINK() [6/6]

IMPL_LINK ( SvxSuperContourDlg  ,
WorkplaceClickHdl  ,
ContourWindow ,
rWnd  ,
void   
)

Definition at line 666 of file _contdlg.cxx.

◆ IMPL_LINK_NOARG() [1/4]

IMPL_LINK_NOARG ( SvxSuperContourDlg  ,
CancelHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [2/4]

IMPL_LINK_NOARG ( SvxSuperContourDlg  ,
CreateHdl  ,
Timer ,
void   
)

◆ IMPL_LINK_NOARG() [3/4]

IMPL_LINK_NOARG ( SvxSuperContourDlg  ,
PipetteHdl  ,
ContourWindow ,
void   
)

Definition at line 595 of file _contdlg.cxx.

◆ IMPL_LINK_NOARG() [4/4]

IMPL_LINK_NOARG ( SvxSuperContourDlg  ,
UpdateHdl  ,
Timer ,
void   
)

Definition at line 503 of file _contdlg.cxx.

References GetBindings(), and SfxBindings::Invalidate().

◆ SFX_IMPL_MODELESSDIALOGCONTOLLER_WITHID()

SFX_IMPL_MODELESSDIALOGCONTOLLER_WITHID ( SvxContourDlgChildWindow  ,
SID_CONTOUR_DLG   
)