LibreOffice Module reportdesign (master) 1
|
#include <memory>
#include "xmlExport.hxx"
#include "xmlAutoStyle.hxx"
#include <xmloff/xmltoken.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmluconv.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/txtprmap.hxx>
#include <xmloff/numehelp.hxx>
#include "xmlHelper.hxx"
#include <strings.hxx>
#include "xmlPropertyHandler.hxx"
#include <com/sun/star/util/NumberFormat.hpp>
#include <com/sun/star/util/MeasureUnit.hpp>
#include <com/sun/star/report/GroupOn.hpp>
#include <com/sun/star/report/XFixedText.hpp>
#include <com/sun/star/report/XImageControl.hpp>
#include <com/sun/star/report/XShape.hpp>
#include <com/sun/star/report/XFunction.hpp>
#include <com/sun/star/awt/FontDescriptor.hpp>
#include <com/sun/star/table/BorderLine2.hpp>
#include <com/sun/star/table/BorderLineStyle.hpp>
#include <com/sun/star/report/XFixedLine.hpp>
#include <RptDef.hxx>
#include <vcl/svapp.hxx>
#include <osl/diagnose.h>
#include <tools/color.hxx>
#include <o3tl/string_view.hxx>
Go to the source code of this file.
Namespaces | |
namespace | rptxml |
Macros | |
#define | DEFAULT_LINE_WIDTH 2 |
Functions | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | rptxml::reportdesign_ORptExportHelper_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
Exports only settings. More... | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | rptxml::reportdesign_ORptContentExportHelper_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
Exports only content. More... | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | rptxml::reportdesign_ORptStylesExportHelper_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
Exports only styles. More... | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | rptxml::reportdesign_ORptMetaExportHelper_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
Exports only meta data. More... | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | rptxml::reportdesign_ODBFullExportHelper_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
Exports all. More... | |
static void | rptxml::lcl_adjustColumnSpanOverRows (ORptExport::TSectionsGrid &_rGrid) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | rptxml::reportdesign_ORptExport_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
static void | rptxml::lcl_calculate (const ::std::vector< sal_Int32 > &_aPosX, const ::std::vector< sal_Int32 > &_aPosY, ORptExport::TGrid &_rColumns) |
#define DEFAULT_LINE_WIDTH 2 |
Definition at line 49 of file xmlExport.cxx.