LibreOffice Module vcl (master) 1
Namespaces | Macros | Functions | Variables
wizardmachine.cxx File Reference
#include <comphelper/lok.hxx>
#include <officecfg/Office/Common.hxx>
#include <vcl/event.hxx>
#include <tools/debug.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <strings.hrc>
#include <svdata.hxx>
#include <wizdlg.hxx>
#include <stack>
#include "wizimpldata.hxx"
Include dependency graph for wizardmachine.cxx:

Go to the source code of this file.

Namespaces

namespace  vcl
 

Macros

#define WIZARDDIALOG_BUTTON_OFFSET_Y   6
 
#define WIZARDDIALOG_BUTTON_DLGOFFSET_X   6
 
#define WIZARDDIALOG_VIEW_DLGOFFSET_X   6
 
#define WIZARDDIALOG_VIEW_DLGOFFSET_Y   6
 

Functions

 vcl::IMPL_LINK_NOARG (RoadmapWizard, ImplHandleWizardLayoutTimerHdl, Timer *, void)
 
 vcl::IMPL_LINK_NOARG (RoadmapWizard, OnFinish, Button *, void)
 
 vcl::IMPL_LINK_NOARG (RoadmapWizard, OnPrevPage, Button *, void)
 
 vcl::IMPL_LINK_NOARG (RoadmapWizard, OnNextPage, Button *, void)
 
 vcl::IMPL_LINK_NOARG (WizardMachine, OnFinish, weld::Button &, void)
 
 vcl::IMPL_LINK_NOARG (WizardMachine, OnCancel, weld::Button &, void)
 
 vcl::IMPL_LINK_NOARG (WizardMachine, OnPrevPage, weld::Button &, void)
 
 vcl::IMPL_LINK_NOARG (WizardMachine, OnNextPage, weld::Button &, void)
 

Variables

constexpr OUStringLiteral HID_WIZARD_NEXT = u"SVT_HID_WIZARD_NEXT"
 
constexpr OUStringLiteral HID_WIZARD_PREVIOUS = u"SVT_HID_WIZARD_PREVIOUS"
 

Macro Definition Documentation

◆ WIZARDDIALOG_BUTTON_DLGOFFSET_X

#define WIZARDDIALOG_BUTTON_DLGOFFSET_X   6

Definition at line 35 of file wizardmachine.cxx.

◆ WIZARDDIALOG_BUTTON_OFFSET_Y

#define WIZARDDIALOG_BUTTON_OFFSET_Y   6

Definition at line 34 of file wizardmachine.cxx.

◆ WIZARDDIALOG_VIEW_DLGOFFSET_X

#define WIZARDDIALOG_VIEW_DLGOFFSET_X   6

Definition at line 36 of file wizardmachine.cxx.

◆ WIZARDDIALOG_VIEW_DLGOFFSET_Y

#define WIZARDDIALOG_VIEW_DLGOFFSET_Y   6

Definition at line 37 of file wizardmachine.cxx.

Variable Documentation

◆ HID_WIZARD_NEXT

constexpr OUStringLiteral HID_WIZARD_NEXT = u"SVT_HID_WIZARD_NEXT"
constexpr

◆ HID_WIZARD_PREVIOUS

constexpr OUStringLiteral HID_WIZARD_PREVIOUS = u"SVT_HID_WIZARD_PREVIOUS"
constexpr