LibreOffice Module reportdesign (master) 1
Namespaces | Macros | Functions
GeometryHandler.cxx File Reference
#include <sal/config.h>
#include <iterator>
#include <map>
#include <string_view>
#include <GeometryHandler.hxx>
#include <comphelper/sequence.hxx>
#include <comphelper/types.hxx>
#include <comphelper/property.hxx>
#include <comphelper/mimeconfighelper.hxx>
#include <cppuhelper/supportsservice.hxx>
#include <strings.hxx>
#include <reportformula.hxx>
#include <i18nutil/searchopt.hxx>
#include <unotools/textsearch.hxx>
#include <unotools/localedatawrapper.hxx>
#include <toolkit/helper/vclunohelper.hxx>
#include <unotools/syslocale.hxx>
#include <comphelper/diagnose_ex.hxx>
#include <tools/resary.hxx>
#include <com/sun/star/lang/NullPointerException.hpp>
#include <com/sun/star/form/inspection/FormComponentPropertyHandler.hpp>
#include <com/sun/star/inspection/StringRepresentation.hpp>
#include <com/sun/star/inspection/PropertyControlType.hpp>
#include <com/sun/star/inspection/XStringListControl.hpp>
#include <com/sun/star/report/Function.hpp>
#include <com/sun/star/report/XReportDefinition.hpp>
#include <com/sun/star/report/XShape.hpp>
#include <com/sun/star/report/XSection.hpp>
#include <com/sun/star/report/XFixedLine.hpp>
#include <com/sun/star/script/Converter.hpp>
#include <com/sun/star/sdb/XSingleSelectQueryComposer.hpp>
#include <com/sun/star/sdb/CommandType.hpp>
#include <com/sun/star/sdb/FilterDialog.hpp>
#include <com/sun/star/sdb/SQLContext.hpp>
#include <com/sun/star/sdbc/XConnection.hpp>
#include <com/sun/star/util/SearchAlgorithms2.hpp>
#include <com/sun/star/util/MeasureUnit.hpp>
#include <com/sun/star/ui/dialogs/XExecutableDialog.hpp>
#include <com/sun/star/container/XNameContainer.hpp>
#include <com/sun/star/inspection/XNumericControl.hpp>
#include <com/sun/star/style/ParagraphAdjust.hpp>
#include <tools/fldunit.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <core_resource.hxx>
#include <stringarray.hrc>
#include <strings.hrc>
#include <RptDef.hxx>
#include <UITools.hxx>
#include <connectivity/dbexception.hxx>
#include <connectivity/dbtools.hxx>
#include <metadata.hxx>
#include <sfx2/docfilt.hxx>
#include <helpids.h>
#include <toolkit/helper/convert.hxx>
#include <o3tl/functional.hxx>
#include <o3tl/safeint.hxx>
Include dependency graph for GeometryHandler.cxx:

Go to the source code of this file.

Namespaces

namespace  rptui
 

Macros

#define DATA_OR_FORMULA   0
 
#define FUNCTION   1
 
#define COUNTER   2
 
#define USER_DEF_FUNCTION   3
 
#define UNDEF_DATA   4
 

Functions

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

Macro Definition Documentation

◆ COUNTER

#define COUNTER   2

Definition at line 91 of file GeometryHandler.cxx.

◆ DATA_OR_FORMULA

#define DATA_OR_FORMULA   0

Definition at line 89 of file GeometryHandler.cxx.

◆ FUNCTION

#define FUNCTION   1

Definition at line 90 of file GeometryHandler.cxx.

◆ UNDEF_DATA

#define UNDEF_DATA   4

Definition at line 93 of file GeometryHandler.cxx.

◆ USER_DEF_FUNCTION

#define USER_DEF_FUNCTION   3

Definition at line 92 of file GeometryHandler.cxx.

Function Documentation

◆ reportdesign_GeometryHandler_get_implementation()

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

Definition at line 2209 of file GeometryHandler.cxx.