#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>
Go to the source code of this file.
|
| 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) |
|
◆ GW_STATE_DATASOURCE_SELECTION
#define GW_STATE_DATASOURCE_SELECTION 0 |
◆ GW_STATE_FIELDSELECTION
#define GW_STATE_FIELDSELECTION 1 |