Files
libreoffice/xmloff/inc/SchXMLImport.hxx

188 lines
4.9 KiB
C++
Raw Normal View History

2010-10-27 13:11:31 +01:00
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
re-base on ALv2 code. Includes: Patches contributed by: Armin Le Grand. #118558# Correcting OLE attributes of LO3.4 at load time by loading as OOo3.3, details see task. http://svn.apache.org/viewvc?view=revision&revision=1195906 #118485# - Styles for OLEs are not saved. http://svn.apache.org/viewvc?view=revision&revision=1182166 #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles http://svn.apache.org/viewvc?view=revision&revision=1293316 #119337# Solves the wrong get/setPropertyValue calls in SvxShapeText (and thus in SvxOle2Shape) http://svn.apache.org/viewvc?view=revision&revision=1344156 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 cws mba34issues01: #i117717#: remove wrong assertion http://svn.apache.org/viewvc?view=revision&revision=1172349 Patch contributed by Herbert Duerr goodbye Registration and License dialogs, don't let the door hit you http://svn.apache.org/viewvc?view=revision&revision=1172613 help gcc 4.6.0 on 32bit ubuntu 11.10" http://svn.apache.org/viewvc?view=revision&revision=1245357 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 Revert "sb140: #i117082# avoid unncessary static class data members commit 21d97438e2944861e26e4984195f959a0cce1e41. remove obsolete FreeBSD visibility special case. retain consolidated BSD bridge code, remove OS/2 pieces.
2012-11-12 17:21:24 +00:00
/*
* This file is part of the LibreOffice project.
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*
* This file incorporates work covered by the following license notice:
*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed
* with this work for additional information regarding copyright
* ownership. The ASF licenses this file to you under the Apache
* License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_XMLOFF_INC_SCHXMLIMPORT_HXX
#define INCLUDED_XMLOFF_INC_SCHXMLIMPORT_HXX
2000-09-18 16:07:07 +00:00
#include <xmloff/SchXMLImportHelper.hxx>
#include <xmloff/xmlimp.hxx>
#include <xmloff/xmltkmap.hxx>
#include <xmloff/xmlictxt.hxx>
#include <xmloff/prhdlfac.hxx>
#include <xmloff/families.hxx>
2000-09-18 16:07:07 +00:00
/*
2000-09-18 16:07:07 +00:00
these enums are used for the
SvXMLTokenMapEntries to distinguish
the tokens in switch-directives
*/
2000-09-18 16:07:07 +00:00
enum SchXMLDocElemTokenMap
{
XML_TOK_DOC_AUTOSTYLES,
XML_TOK_DOC_STYLES,
2000-09-18 16:07:07 +00:00
XML_TOK_DOC_META,
XML_TOK_DOC_BODY
};
enum SchXMLTableElemTokenMap
{
XML_TOK_TABLE_HEADER_COLS,
XML_TOK_TABLE_COLUMNS,
XML_TOK_TABLE_COLUMN,
XML_TOK_TABLE_HEADER_ROWS,
XML_TOK_TABLE_ROWS,
XML_TOK_TABLE_ROW
};
enum SchXMLChartElemTokenMap
{
XML_TOK_CHART_PLOT_AREA,
XML_TOK_CHART_TITLE,
XML_TOK_CHART_SUBTITLE,
XML_TOK_CHART_LEGEND,
XML_TOK_CHART_TABLE
};
enum SchXMLPlotAreaElemTokenMap
{
XML_TOK_PA_COORDINATE_REGION_EXT,
XML_TOK_PA_COORDINATE_REGION,
2000-09-18 16:07:07 +00:00
XML_TOK_PA_AXIS,
XML_TOK_PA_SERIES,
XML_TOK_PA_WALL,
XML_TOK_PA_FLOOR,
XML_TOK_PA_LIGHT_SOURCE,
XML_TOK_PA_STOCK_GAIN,
XML_TOK_PA_STOCK_LOSS,
XML_TOK_PA_STOCK_RANGE
2000-09-18 16:07:07 +00:00
};
enum SchXMLSeriesElemTokenMap
{
XML_TOK_SERIES_DATA_POINT,
XML_TOK_SERIES_DOMAIN,
XML_TOK_SERIES_MEAN_VALUE_LINE,
XML_TOK_SERIES_REGRESSION_CURVE,
XML_TOK_SERIES_ERROR_INDICATOR,
XML_TOK_SERIES_PROPERTY_MAPPING
};
enum SchXMLPropertyMappingAttrTokenMap
{
XML_TOK_PROPERTY_MAPPING_PROPERTY,
XML_TOK_PROPERTY_MAPPING_RANGE
2000-09-18 16:07:07 +00:00
};
enum SchXMLChartAttrMap
{
CWS-TOOLING: integrate CWS chart39 2009-06-30 16:55:46 +0200 iha r273522 : #i103209# im-/export attribute xlink:href at chart:chart element + some cleanup in naming 2009-06-30 16:45:59 +0200 iha r273521 : #i102701# apply patch for P1 issue on dev300m50 to be able to save again 2009-06-30 16:32:32 +0200 iha r273520 : #i103209# im-/export attribute xlink:href at chart:chart element + some cleanup in naming 2009-06-29 10:04:34 +0200 iha r273454 : #i103147# ODF, workaround broken files with a missing table:cell-range-address at the plot-area 2009-06-26 19:31:16 +0200 iha r273437 : #i103147# ODF, workaround broken files with a missing table:cell-range-address at the plot-area 2009-06-25 10:36:28 +0200 iha r273367 : #i101968# text values in data range cause incorrect x values 2009-06-24 17:34:18 +0200 iha r273357 : #i102428# x values are wrong in xy-scatter-chart with own data table if empty cells are contained in x values 2009-06-24 10:16:25 +0200 iha r273317 : #i99915# wrong matrix translation causes broken chart display for small values 2009-06-19 17:20:06 +0200 iha r273174 : #i78025# charts own borders are not completely visible 2009-06-19 17:18:41 +0200 iha r273172 : #i102950# don't paint additional borders for charts 2009-06-11 16:27:54 +0200 iha r272884 : CWS-TOOLING: rebase CWS chart39 to trunk@272827 (milestone: DEV300:m50) 2009-06-09 17:50:10 +0200 iha r272790 : #i97222# when converting a chart via API to 3D categories get lost and for line,area&xy the stacking mode is wrong 2009-06-09 16:00:27 +0200 iha r272775 : #i98319# data point properties get lost while copying charts from calc to impress 2009-06-09 10:26:51 +0200 iha r272755 : #i98392# correct orienation of gradient fillings on 3D walls 2009-05-29 10:35:16 +0200 iha r272436 : #i100529# Plot missing values - leave gap fails for smoothed lines 2009-05-04 18:20:31 +0200 iha r271478 : #i99841# Title with Vertically stacked attribute is wrong after editing 2009-05-04 18:03:01 +0200 iha r271477 : #i101050# avoid a corner in closed lines, which are smoothed by spline 2009-05-04 16:45:18 +0200 iha r271472 : #i101050# avoid crash in case the normals sequence has less points than the polygon
2009-07-28 10:25:31 +00:00
XML_TOK_CHART_HREF,
2000-09-18 16:07:07 +00:00
XML_TOK_CHART_CLASS,
XML_TOK_CHART_WIDTH,
XML_TOK_CHART_HEIGHT,
XML_TOK_CHART_STYLE_NAME,
XML_TOK_CHART_ADDIN_NAME,
XML_TOK_CHART_COL_MAPPING,
XML_TOK_CHART_ROW_MAPPING
2000-09-18 16:07:07 +00:00
};
enum SchXMLPlotAreaAttrTokenMap
{
XML_TOK_PA_X,
XML_TOK_PA_Y,
XML_TOK_PA_WIDTH,
XML_TOK_PA_HEIGHT,
2000-12-22 10:56:37 +00:00
XML_TOK_PA_STYLE_NAME,
XML_TOK_PA_TRANSFORM,
2001-05-17 14:48:47 +00:00
XML_TOK_PA_CHART_ADDRESS,
XML_TOK_PA_TABLE_NUMBER_LIST,
XML_TOK_PA_DS_HAS_LABELS,
XML_TOK_PA_VRP,
XML_TOK_PA_VPN,
XML_TOK_PA_VUP,
XML_TOK_PA_PROJECTION,
XML_TOK_PA_DISTANCE,
XML_TOK_PA_FOCAL_LENGTH,
XML_TOK_PA_SHADOW_SLANT,
XML_TOK_PA_SHADE_MODE,
XML_TOK_PA_AMBIENT_COLOR,
XML_TOK_PA_LIGHTING_MODE
2000-09-18 16:07:07 +00:00
};
enum SchXMLAutoStyleAttrMap
{
XML_TOK_AS_FAMILY,
XML_TOK_AS_NAME
};
enum SchXMLCellAttrMap
{
XML_TOK_CELL_VAL_TYPE,
XML_TOK_CELL_VALUE
};
enum SchXMLSeriesAttrMap
{
XML_TOK_SERIES_CELL_RANGE,
XML_TOK_SERIES_LABEL_ADDRESS,
XML_TOK_SERIES_ATTACHED_AXIS,
2000-09-18 16:07:07 +00:00
XML_TOK_SERIES_STYLE_NAME,
XML_TOK_SERIES_CHART_CLASS
};
enum SchXMLRegEquationAttrMap
{
XML_TOK_REGEQ_STYLE_NAME,
XML_TOK_REGEQ_DISPLAY_EQUATION,
XML_TOK_REGEQ_DISPLAY_R_SQUARE,
XML_TOK_REGEQ_POS_X,
XML_TOK_REGEQ_POS_Y
2000-09-18 16:07:07 +00:00
};
class SchXMLImport : public SvXMLImport
{
private:
com::sun::star::uno::Reference< com::sun::star::task::XStatusIndicator > mxStatusIndicator;
SchXMLImportHelper maImportHelper;
protected:
virtual SvXMLImportContext *CreateContext(
sal_uInt16 nPrefix,
const OUString& rLocalName,
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList ) SAL_OVERRIDE;
2000-09-18 16:07:07 +00:00
public:
// #110680#
SchXMLImport(
const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& xContext,
OUString const & implementationName, sal_uInt16 nImportFlags );
2001-09-12 09:33:50 +00:00
virtual ~SchXMLImport() throw ();
SvXMLImportContext* CreateStylesContext( const OUString& rLocalName,
const com::sun::star::uno::Reference< com::sun::star::xml::sax::XAttributeList >& xAttrList );
// XImporter
virtual void SAL_CALL setTargetDocument( const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XComponent >& xDoc ) throw(::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException, std::exception) SAL_OVERRIDE;
2000-09-18 16:07:07 +00:00
};
#endif // INCLUDED_XMLOFF_INC_SCHXMLIMPORT_HXX
2010-10-27 13:11:31 +01:00
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */