#include "formlinkdialog.hxx"
#include "modulepcr.hxx"
#include <strings.hrc>
#include "formstrings.hxx"
#include <sal/log.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <connectivity/dbtools.hxx>
#include <connectivity/dbexception.hxx>
#include <comphelper/sequence.hxx>
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <com/sun/star/sdbcx/XKeysSupplier.hpp>
#include <com/sun/star/sdbcx/KeyType.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <com/sun/star/sdbcx/XTablesSupplier.hpp>
#include <com/sun/star/sdbc/XRowSet.hpp>
#include <com/sun/star/sdb/CommandType.hpp>
#include <com/sun/star/sdb/SQLContext.hpp>
#include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp>
Go to the source code of this file.
|
namespace | pcr |
| a property handler for any virtual string properties
|
|
|
| pcr::IMPL_LINK_NOARG (FieldLinkRow, OnFieldNameChanged, weld::ComboBox &, void) |
|
| pcr::IMPL_LINK_NOARG (FormLinkDialog, OnSuggest, weld::Button &, void) |
|
| pcr::IMPL_LINK_NOARG (FormLinkDialog, OnFieldChanged, FieldLinkRow &, void) |
|
| pcr::IMPL_LINK_NOARG (FormLinkDialog, OnInitialize, void *, void) |
|