LibreOffice Module extensions (master) 1
Namespaces | Macros
abspilot.cxx File Reference
#include "abspilot.hxx"
#include <helpids.h>
#include <strings.hrc>
#include <componentmodule.hxx>
#include <tools/debug.hxx>
#include "typeselectionpage.hxx"
#include "admininvokationpage.hxx"
#include "tableselectionpage.hxx"
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <osl/diagnose.h>
#include "abpfinalpage.hxx"
#include "fieldmappingpage.hxx"
#include "fieldmappingimpl.hxx"
Include dependency graph for abspilot.cxx:

Go to the source code of this file.

Namespaces

namespace  abp
 

Macros

#define STATE_SELECT_ABTYPE   0
 
#define STATE_INVOKE_ADMIN_DIALOG   1
 
#define STATE_TABLE_SELECTION   2
 
#define STATE_MANUAL_FIELD_MAPPING   3
 
#define STATE_FINAL_CONFIRM   4
 
#define PATH_COMPLETE   1
 
#define PATH_NO_SETTINGS   2
 
#define PATH_NO_FIELDS   3
 
#define PATH_NO_SETTINGS_NO_FIELDS   4
 

Macro Definition Documentation

◆ PATH_COMPLETE

#define PATH_COMPLETE   1

Definition at line 47 of file abspilot.cxx.

◆ PATH_NO_FIELDS

#define PATH_NO_FIELDS   3

Definition at line 49 of file abspilot.cxx.

◆ PATH_NO_SETTINGS

#define PATH_NO_SETTINGS   2

Definition at line 48 of file abspilot.cxx.

◆ PATH_NO_SETTINGS_NO_FIELDS

#define PATH_NO_SETTINGS_NO_FIELDS   4

Definition at line 50 of file abspilot.cxx.

◆ STATE_FINAL_CONFIRM

#define STATE_FINAL_CONFIRM   4

Definition at line 45 of file abspilot.cxx.

◆ STATE_INVOKE_ADMIN_DIALOG

#define STATE_INVOKE_ADMIN_DIALOG   1

Definition at line 42 of file abspilot.cxx.

◆ STATE_MANUAL_FIELD_MAPPING

#define STATE_MANUAL_FIELD_MAPPING   3

Definition at line 44 of file abspilot.cxx.

◆ STATE_SELECT_ABTYPE

#define STATE_SELECT_ABTYPE   0

Definition at line 41 of file abspilot.cxx.

◆ STATE_TABLE_SELECTION

#define STATE_TABLE_SELECTION   2

Definition at line 43 of file abspilot.cxx.