LibreOffice Module dbaccess (master) 1
Namespaces | Macros | Functions | Variables
composerdialogs.cxx File Reference
#include "composerdialogs.hxx"
#include <com/sun/star/awt/XWindow.hpp>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/sdbcx/XColumnsSupplier.hpp>
#include <queryfilter.hxx>
#include <queryorder.hxx>
#include <strings.hxx>
#include <connectivity/dbtools.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <osl/diagnose.h>
#include <vcl/svapp.hxx>
Include dependency graph for composerdialogs.cxx:

Go to the source code of this file.

Namespaces

namespace  dbaui
 

Macros

#define PROPERTY_ID_QUERYCOMPOSER   100
 
#define PROPERTY_ID_ROWSET   101
 

Functions

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_uno_comp_sdb_RowsetOrderDialog_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_uno_comp_sdb_RowsetFilterDialog_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &)
 

Variables

constexpr OUStringLiteral dbaui::PROPERTY_QUERYCOMPOSER = u"QueryComposer"
 
constexpr OUStringLiteral dbaui::PROPERTY_ROWSET = u"RowSet"
 

Macro Definition Documentation

◆ PROPERTY_ID_QUERYCOMPOSER

#define PROPERTY_ID_QUERYCOMPOSER   100

Definition at line 49 of file composerdialogs.cxx.

◆ PROPERTY_ID_ROWSET

#define PROPERTY_ID_ROWSET   101

Definition at line 50 of file composerdialogs.cxx.

Function Documentation

◆ com_sun_star_uno_comp_sdb_RowsetFilterDialog_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_uno_comp_sdb_RowsetFilterDialog_get_implementation ( css::uno::XComponentContext *  context,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 40 of file composerdialogs.cxx.

◆ com_sun_star_uno_comp_sdb_RowsetOrderDialog_get_implementation()

SAL_DLLPUBLIC_EXPORT css::uno::XInterface * com_sun_star_uno_comp_sdb_RowsetOrderDialog_get_implementation ( css::uno::XComponentContext *  context,
css::uno::Sequence< css::uno::Any > const &   
)

Definition at line 34 of file composerdialogs.cxx.