LibreOffice Module extensions (master) 1
Namespaces | Macros | Functions
gridwizard.cxx File Reference
#include <sal/config.h>
#include <vector>
#include "gridwizard.hxx"
#include <com/sun/star/sdbc/DataType.hpp>
#include <com/sun/star/form/XGridColumnFactory.hpp>
#include <com/sun/star/awt/MouseWheelBehavior.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <sal/log.hxx>
#include <tools/debug.hxx>
#include "dbptools.hxx"
#include <helpids.h>
Include dependency graph for gridwizard.cxx:

Go to the source code of this file.

Namespaces

namespace  dbp
 

Macros

#define GW_STATE_DATASOURCE_SELECTION   0
 
#define GW_STATE_FIELDSELECTION   1
 

Functions

 dbp::IMPL_LINK (OGridFieldsSelection, OnEntryDoubleClicked, weld::TreeView &, rList, bool)
 
 dbp::IMPL_LINK_NOARG (OGridFieldsSelection, OnEntrySelected, weld::TreeView &, void)
 
 dbp::IMPL_LINK (OGridFieldsSelection, OnMoveOneEntry, weld::Button &, rButton, void)
 
 dbp::IMPL_LINK (OGridFieldsSelection, OnMoveAllEntries, weld::Button &, rButton, void)
 

Macro Definition Documentation

◆ GW_STATE_DATASOURCE_SELECTION

#define GW_STATE_DATASOURCE_SELECTION   0

Definition at line 34 of file gridwizard.cxx.

◆ GW_STATE_FIELDSELECTION

#define GW_STATE_FIELDSELECTION   1

Definition at line 35 of file gridwizard.cxx.