LibreOffice Module reportdesign (master) 1
|
Classes | |
class | ExportDocumentHandler |
class | IMasterDetailFieds |
class | ImportDocumentHandler |
class | OControlStyleContext |
class | OPropertyHandlerFactory |
class | OReportStylesContext |
class | ORptExport |
class | ORptFilter |
class | ORptTypeDetection |
class | OXMLAutoStylePoolP |
class | OXMLCell |
class | OXMLComponent |
class | OXMLCondPrtExpr |
class | OXMLControlProperty |
class | OXMLFixedContent |
class | OXMLFormatCondition |
class | OXMLFormattedField |
class | OXMLFunction |
class | OXMLGroup |
class | OXMLHelper |
class | OXMLImage |
class | OXMLMasterFields |
class | OXMLReport |
class | OXMLReportElement |
class | OXMLReportElementBase |
class | OXMLRowColumn |
class | OXMLRptPropHdlFactory |
class | OXMLSection |
class | OXMLSubDocument |
class | OXMLTable |
class | RptXMLDocumentBodyContext |
Typedefs | |
typedef ::cppu::WeakImplHelper< css::xml::sax::XDocumentHandler, css::lang::XInitialization, css::lang::XServiceInfo > | ExportDocumentHandler_BASE |
typedef ::cppu::WeakImplHelper< css::xml::sax::XDocumentHandler, css::lang::XInitialization, css::lang::XServiceInfo > | ImportDocumentHandler_BASE |
Functions | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | 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 * | 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 * | 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 * | 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 * | reportdesign_ODBFullExportHelper_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
Exports all. More... | |
static void | lcl_adjustColumnSpanOverRows (ORptExport::TSectionsGrid &_rGrid) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | reportdesign_ORptExport_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
static void | lcl_calculate (const ::std::vector< sal_Int32 > &_aPosX, const ::std::vector< sal_Int32 > &_aPosY, ORptExport::TGrid &_rColumns) |
static void | lcl_exportPrettyPrinting (const uno::Reference< xml::sax::XDocumentHandler > &_xDelegatee) |
OUString | lcl_createAttribute (const xmloff::token::XMLTokenEnum &_eNamespace, const xmloff::token::XMLTokenEnum &_eAttribute) |
static void | lcl_correctCellAddress (const OUString &_sName, const uno::Reference< xml::sax::XAttributeList > &xAttribs) |
static ErrCode | ReadThroughComponent (const uno::Reference< XInputStream > &xInputStream, const uno::Reference< XComponent > &xModelComponent, const uno::Reference< XComponentContext > &rContext, const uno::Reference< XFastParser > &rFastParser) |
read a component (file + filter version) More... | |
static ErrCode | ReadThroughComponent (const uno::Reference< embed::XStorage > &xStorage, const uno::Reference< XComponent > &xModelComponent, const char *pStreamName, const uno::Reference< XComponentContext > &rxContext, const Reference< document::XGraphicStorageHandler > &rxGraphicStorageHandler, const Reference< document::XEmbeddedObjectResolver > &_xEmbeddedObjectResolver, const OUString &_sFilterName, const uno::Reference< beans::XPropertySet > &_xProp) |
read a component (storage version) More... | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | reportdesign_ORptImportHelper_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
Imports only settings. More... | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | reportdesign_XMLOasisContentImporter_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
Imports only content. More... | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | reportdesign_ORptStylesImportHelper_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
Imports only styles. More... | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | reportdesign_ORptMetaImportHelper_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
Imports only meta data. More... | |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | reportdesign_OReportFilter_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
static sal_Int16 | lcl_getKeepTogetherOption (std::string_view _sValue) |
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * | reportdesign_ImportDocumentHandler_get_implementation (css::uno::XComponentContext *context, css::uno::Sequence< css::uno::Any > const &) |
static sal_Int16 | lcl_getReportPrintOption (std::string_view _sValue) |
static sal_Int16 | lcl_getForceNewPageOption (std::string_view _sValue) |
typedef ::cppu::WeakImplHelper< css::xml::sax::XDocumentHandler , css::lang::XInitialization , css::lang::XServiceInfo> rptxml::ExportDocumentHandler_BASE |
Definition at line 42 of file xmlExportDocumentHandler.hxx.
typedef ::cppu::WeakImplHelper< css::xml::sax::XDocumentHandler , css::lang::XInitialization , css::lang::XServiceInfo> rptxml::ImportDocumentHandler_BASE |
Definition at line 42 of file xmlImportDocumentHandler.hxx.
Definition at line 26 of file xmlEnums.hxx.
Enumerator | |
---|---|
XML_TOK_MASTER_DETAIL_FIELD | |
XML_TOK_MASTER | |
XML_TOK_SUB_DETAIL |
Definition at line 50 of file xmlEnums.hxx.
|
static |
Definition at line 152 of file xmlExport.cxx.
References i.
Referenced by rptxml::ORptExport::exportSectionAutoStyle().
|
static |
Definition at line 439 of file xmlExport.cxx.
References i.
Referenced by rptxml::ORptExport::exportSectionAutoStyle().
|
static |
Definition at line 59 of file xmlExportDocumentHandler.cxx.
References comphelper::AttributeList::AddAttribute(), comphelper::AttributeList::getValueByName(), nPos, and comphelper::AttributeList::RemoveAttribute().
Referenced by rptxml::ExportDocumentHandler::startElement().
OUString rptxml::lcl_createAttribute | ( | const xmloff::token::XMLTokenEnum & | _eNamespace, |
const xmloff::token::XMLTokenEnum & | _eAttribute | ||
) |
Definition at line 50 of file xmlExportDocumentHandler.cxx.
References xmloff::token::GetXMLToken().
Referenced by rptxml::ExportDocumentHandler::endElement(), rptxml::ImportDocumentHandler::endElement(), rptxml::ExportDocumentHandler::exportTableRows(), rptxml::ExportDocumentHandler::startElement(), and rptxml::ImportDocumentHandler::startElement().
|
static |
Definition at line 42 of file xmlExportDocumentHandler.cxx.
Referenced by rptxml::ExportDocumentHandler::endElement(), and rptxml::ExportDocumentHandler::startElement().
|
static |
Definition at line 53 of file xmlTable.cxx.
References SvXMLUnitConverter::convertEnum(), and rptxml::OXMLHelper::GetForceNewPageOptions().
|
static |
Definition at line 42 of file xmlGroup.cxx.
References SvXMLUnitConverter::convertEnum(), and rptxml::OXMLHelper::GetKeepTogetherOptions().
|
static |
Definition at line 38 of file xmlSection.cxx.
References SvXMLUnitConverter::convertEnum(), and rptxml::OXMLHelper::GetReportPrintOptions().
|
static |
read a component (storage version)
Definition at line 168 of file xmlfilter.cxx.
References ERRCODE_NONE, ERRCODE_SFX_WRONGPASSWORD, and ReadThroughComponent().
Referenced by ReadThroughComponent().
|
static |
read a component (file + filter version)
Definition at line 111 of file xmlfilter.cxx.
References ERRCODE_IO_BROKENPACKAGE, ERRCODE_NONE, Exception, SAL_WARN_IF, and TOOLS_WARN_EXCEPTION.
Referenced by rptxml::ORptFilter::implImport().
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * rptxml::reportdesign_ImportDocumentHandler_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 87 of file xmlImportDocumentHandler.cxx.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * rptxml::reportdesign_ODBFullExportHelper_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Exports all.
Definition at line 120 of file xmlExport.cxx.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * rptxml::reportdesign_OReportFilter_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 320 of file xmlfilter.cxx.
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.
Definition at line 80 of file xmlExport.cxx.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * rptxml::reportdesign_ORptExport_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Definition at line 276 of file xmlExport.cxx.
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.
Definition at line 67 of file xmlExport.cxx.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * rptxml::reportdesign_ORptImportHelper_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Imports only settings.
Definition at line 246 of file xmlfilter.cxx.
References SERVICE_SETTINGSIMPORTER.
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.
Definition at line 107 of file xmlExport.cxx.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * rptxml::reportdesign_ORptMetaImportHelper_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Imports only meta data.
Definition at line 286 of file xmlfilter.cxx.
References SERVICE_METAIMPORTER.
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.
Definition at line 93 of file xmlExport.cxx.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * rptxml::reportdesign_ORptStylesImportHelper_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Imports only styles.
Definition at line 272 of file xmlfilter.cxx.
References SERVICE_STYLESIMPORTER.
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * rptxml::reportdesign_XMLOasisContentImporter_get_implementation | ( | css::uno::XComponentContext * | context, |
css::uno::Sequence< css::uno::Any > const & | |||
) |
Imports only content.
Definition at line 259 of file xmlfilter.cxx.
References SERVICE_CONTENTIMPORTER.