LibreOffice Module reportdesign (master)
1
|
#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 <tools/diagnose_ex.h>
#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>
Go to the source code of this file.
Namespaces | |
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 &) |
#define COUNTER 2 |
Definition at line 91 of file GeometryHandler.cxx.
Referenced by rptui::GeometryHandler::actuatingPropertyChanged(), rptui::GeometryHandler::getPropertyValue(), rptui::GeometryHandler::impl_getDataFieldType_throw(), rptui::GeometryHandler::propertyChange(), and rptui::GeometryHandler::setPropertyValue().
#define DATA_OR_FORMULA 0 |
Definition at line 89 of file GeometryHandler.cxx.
Referenced by rptui::GeometryHandler::actuatingPropertyChanged(), rptui::GeometryHandler::describePropertyLine(), rptui::GeometryHandler::getPropertyValue(), and rptui::GeometryHandler::impl_getDataFieldType_throw().
#define FUNCTION 1 |
Definition at line 90 of file GeometryHandler.cxx.
Referenced by rptui::GeometryHandler::actuatingPropertyChanged(), rptui::GeometryHandler::getPropertyValue(), rptui::GeometryHandler::impl_fillFormulaList_nothrow(), rptui::GeometryHandler::impl_getDataFieldType_throw(), rptui::GeometryHandler::propertyChange(), and rptui::GeometryHandler::setPropertyValue().
#define UNDEF_DATA 4 |
Definition at line 93 of file GeometryHandler.cxx.
Referenced by rptui::GeometryHandler::getPropertyValue(), rptui::GeometryHandler::impl_getDataFieldType_throw(), rptui::GeometryHandler::propertyChange(), and rptui::GeometryHandler::setPropertyValue().
#define USER_DEF_FUNCTION 3 |
Definition at line 92 of file GeometryHandler.cxx.
Referenced by rptui::GeometryHandler::actuatingPropertyChanged(), rptui::GeometryHandler::describePropertyLine(), rptui::GeometryHandler::getPropertyValue(), rptui::GeometryHandler::impl_fillFormulaList_nothrow(), rptui::GeometryHandler::impl_getDataFieldType_throw(), and rptui::GeometryHandler::setPropertyValue().
SAL_DLLPUBLIC_EXPORT css::uno::XInterface* reportdesign_GeometryHandler_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 2206 of file GeometryHandler.cxx.