LibreOffice Module xmloff (master) 1
Macros | Functions | Variables
Oasis2OOo.cxx File Reference
#include <comphelper/base64.hxx>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <xmloff/namespacemap.hxx>
#include <xmloff/xmlnamespace.hxx>
#include <xmloff/xmltoken.hxx>
#include "DeepTContext.hxx"
#include "MetaTContext.hxx"
#include "DocumentTContext.hxx"
#include "NotesTContext.hxx"
#include "StyleOASISTContext.hxx"
#include "FrameOASISTContext.hxx"
#include "EventOASISTContext.hxx"
#include "DlgOASISTContext.hxx"
#include "ControlOASISTContext.hxx"
#include "FormPropOASISTContext.hxx"
#include "ChartOASISTContext.hxx"
#include "ChartPlotAreaOASISTContext.hxx"
#include "MutableAttrList.hxx"
#include "ElemTransformerAction.hxx"
#include "AttrTransformerAction.hxx"
#include "TransformerActions.hxx"
#include "FamilyType.hxx"
#include <comphelper/servicehelper.hxx>
#include "Oasis2OOo.hxx"
#include <cppuhelper/supportsservice.hxx>
Include dependency graph for Oasis2OOo.cxx:

Go to the source code of this file.

Macros

#define ENTRY3(n, l, a, p1, p2, p3)    { XML_NAMESPACE_##n, XML_##l, a, p1, p2, p3 }
 
#define ENTRY3QNQ(n, l, a, n1, l1, p2, n3, l3)
 
#define ENTRY2(n, l, a, p1, p2)    ENTRY3( n, l, a, p1, p2, 0 )
 
#define ENTRY2QN(n, l, a, n1, l1, p2)    ENTRY2( n, l, a, XMLTransformerActionInit::QNameParam( n1, l1 ), p2 )
 
#define ENTRY1(n, l, a, p1)    ENTRY3( n, l, a, p1, 0, 0 )
 
#define ENTRY1Q(n, l, a, p1, t1)    ENTRY1( n, l, a, XMLTransformerActionInit::QNameParam( p1, t1 ) )
 
#define ENTRY0(n, l, a)    ENTRY3( n, l, a, 0, 0, 0 )
 

Functions

static constexpr sal_Int32 RENAME_ENTRY (XMLTokenEnum f, XMLTokenEnum s)
 
SAL_DLLPUBLIC_EXPORT css::uno::XInterface * xmloff_Oasis2OOoTransformer_get_implementation (css::uno::XComponentContext *, css::uno::Sequence< css::uno::Any > const &)
 

Variables

XMLTransformerActionInit const aActionTable []
 
XMLTransformerActionInit const aStyleActionTable []
 
XMLTransformerActionInit const aFrameActionTable []
 
XMLTransformerActionInit const aEventActionTable []
 
XMLTransformerActionInit const aDlgActionTable []
 
XMLTransformerActionInit const aMasterPageActionTable []
 
XMLTransformerActionInit const aTextStyleRefActionTable []
 
XMLTransformerActionInit const aParaStyleRefActionTable []
 
XMLTransformerActionInit const aListStyleRefActionTable []
 
XMLTransformerActionInit const aMasterPageRefActionTable []
 
XMLTransformerActionInit const aMapStyleRefActionTable []
 
XMLTransformerActionInit const aTableStyleRefActionTable []
 
XMLTransformerActionInit const aFontFaceActionTable []
 
XMLTransformerActionInit const aParaActionTable []
 
XMLTransformerActionInit const aShapeActionTable []
 
XMLTransformerActionInit const aAnimationActionTable []
 
XMLTransformerActionInit const aConnectorActionTable []
 
XMLTransformerActionInit const aIndexEntryTabStopActionTable []
 
XMLTransformerActionInit const aTabStopActionTable []
 
XMLTransformerActionInit const aLineNumberingActionTable []
 
XMLTransformerActionInit const aFootnoteSepActionTable []
 
XMLTransformerActionInit const aNotesActionTable []
 
XMLTransformerActionInit const aDropCapActionTable []
 
XMLTransformerActionInit const aColumnsActionTable []
 
XMLTransformerActionInit const aTextValueTypeActionTable []
 
XMLTransformerActionInit const aTableValueTypeActionTable []
 
XMLTransformerActionInit const aAnnotationActionTable []
 
XMLTransformerActionInit const aChangeInfoActionTable []
 
XMLTransformerActionInit const aBackgroundImageActionTable []
 
XMLTransformerActionInit const aDDEConnectionDeclActionTable []
 
XMLTransformerActionInit const aFormControlActionTable []
 
XMLTransformerActionInit const aFormColumnActionTable []
 
XMLTransformerActionInit const aFormPropActionTable []
 
XMLTransformerActionInit const aXLinkActionTable []
 
XMLTransformerActionInit const aConfigItemSetActionTable []
 
XMLTransformerActionInit const aFormulaActionTable []
 
XMLTransformerActionInit const aContentValidationActionTable []
 
XMLTransformerActionInit const aDDEConvModeActionTable []
 
XMLTransformerActionInit const aDataPilotMemberActionTable []
 
XMLTransformerActionInit const aDataPilotLevelActionTable []
 
XMLTransformerActionInit const aSourceServiceActionTable []
 
XMLTransformerActionInit const aChartActionTable []
 
XMLTransformerActionInit const aFormActionTable []
 
XMLTransformerActionInit const aAlphabeticalIndexMarkActionTable []
 
XMLTransformerActionInit const aDrawAreaPolygonActionTable []
 
XMLTransformerActionInit const aScriptActionTable []
 
XMLTransformerActionInit const aDateTimeActionTable []
 
XMLTokenEnum const aTokenMap []
 

Macro Definition Documentation

◆ ENTRY0

#define ENTRY0 (   n,
  l,
  a 
)     ENTRY3( n, l, a, 0, 0, 0 )

Definition at line 98 of file Oasis2OOo.cxx.

◆ ENTRY1

#define ENTRY1 (   n,
  l,
  a,
  p1 
)     ENTRY3( n, l, a, p1, 0, 0 )

Definition at line 93 of file Oasis2OOo.cxx.

◆ ENTRY1Q

#define ENTRY1Q (   n,
  l,
  a,
  p1,
  t1 
)     ENTRY1( n, l, a, XMLTransformerActionInit::QNameParam( p1, t1 ) )

Definition at line 95 of file Oasis2OOo.cxx.

◆ ENTRY2

#define ENTRY2 (   n,
  l,
  a,
  p1,
  p2 
)     ENTRY3( n, l, a, p1, p2, 0 )

Definition at line 88 of file Oasis2OOo.cxx.

◆ ENTRY2QN

#define ENTRY2QN (   n,
  l,
  a,
  n1,
  l1,
  p2 
)     ENTRY2( n, l, a, XMLTransformerActionInit::QNameParam( n1, l1 ), p2 )

Definition at line 90 of file Oasis2OOo.cxx.

◆ ENTRY3

#define ENTRY3 (   n,
  l,
  a,
  p1,
  p2,
  p3 
)     { XML_NAMESPACE_##n, XML_##l, a, p1, p2, p3 }

Definition at line 82 of file Oasis2OOo.cxx.

◆ ENTRY3QNQ

#define ENTRY3QNQ (   n,
  l,
  a,
  n1,
  l1,
  p2,
  n3,
  l3 
)
Value:
#define ENTRY3(n, l, a, p1, p2, p3)
Definition: Oasis2OOo.cxx:82
static sal_uInt32 QNameParam(sal_uInt16 nPrefix, ::xmloff::token::XMLTokenEnum eLocalName)

Definition at line 84 of file Oasis2OOo.cxx.

Function Documentation

◆ RENAME_ENTRY()

static constexpr sal_Int32 RENAME_ENTRY ( XMLTokenEnum  f,
XMLTokenEnum  s 
)
staticconstexpr

Definition at line 103 of file Oasis2OOo.cxx.

◆ xmloff_Oasis2OOoTransformer_get_implementation()

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

Definition at line 1965 of file Oasis2OOo.cxx.

References SAL_INFO.

Variable Documentation

◆ aActionTable

XMLTransformerActionInit const aActionTable[]

Definition at line 108 of file Oasis2OOo.cxx.

◆ aAlphabeticalIndexMarkActionTable

XMLTransformerActionInit const aAlphabeticalIndexMarkActionTable[]
Initial value:
=
{
ENTRY1Q( TEXT, MAIN_ENTRY, XML_ATACTION_RENAME,
}
@ XML_ATACTION_RENAME
#define ENTRY1Q(n, l, a, p1, t1)
Definition: Oasis2OOo.cxx:95
constexpr sal_uInt16 XML_NAMESPACE_TEXT

Definition at line 1101 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aAnimationActionTable

XMLTransformerActionInit const aAnimationActionTable[]
Initial value:
=
{
ENTRY0( DRAW, SHAPE_ID, XML_ATACTION_DECODE_ID ),
ENTRY0( PRESENTATION, DELAY, XML_ATACTION_RNG2ISO_DATETIME ),
ENTRY0( PRESENTATION, PAUSE, XML_ATACTION_RNG2ISO_DATETIME ),
}
@ XML_ATACTION_RNG2ISO_DATETIME
@ XML_ATACTION_DECODE_ID
#define ENTRY0(n, l, a)
Definition: Oasis2OOo.cxx:98

Definition at line 768 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aAnnotationActionTable

XMLTransformerActionInit const aAnnotationActionTable[]

◆ aBackgroundImageActionTable

XMLTransformerActionInit const aBackgroundImageActionTable[]
Initial value:
=
{
ENTRY1( XLINK, HREF, XML_ATACTION_URI_OASIS, sal_uInt32(true) ),
}
@ XML_ATACTION_RENAME_NEG_PERCENT
@ XML_ATACTION_URI_OASIS
#define ENTRY1(n, l, a, p1)
Definition: Oasis2OOo.cxx:93
constexpr sal_uInt16 XML_NAMESPACE_DRAW

Definition at line 957 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aChangeInfoActionTable

XMLTransformerActionInit const aChangeInfoActionTable[]

◆ aChartActionTable

XMLTransformerActionInit const aChartActionTable[]
Initial value:
=
{
ENTRY0( SVG, WIDTH, XML_ATACTION_IN2INCH ),
ENTRY0( SVG, HEIGHT, XML_ATACTION_IN2INCH ),
}
@ XML_ATACTION_DECODE_STYLE_NAME_REF
@ XML_ATACTION_IN2INCH
@ XML_ATACTION_REMOVE_ANY_NAMESPACE_PREFIX
@ XML_FAMILY_TYPE_GRAPHIC
Definition: FamilyType.hxx:24

Definition at line 1079 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aColumnsActionTable

XMLTransformerActionInit const aColumnsActionTable[]
Initial value:
=
{
ENTRY0( STYLE, COLUMN_GAP, XML_ATACTION_IN2INCH ),
ENTRY0( STYLE, SPACE_BEFORE, XML_ATACTION_REMOVE ),
ENTRY0( STYLE, SPACE_AFTER, XML_ATACTION_REMOVE ),
ENTRY0( STYLE, WIDTH, XML_ATACTION_IN2INCH ),
}
@ XML_ATACTION_RENAME_IN2INCH
@ XML_ATACTION_REMOVE
constexpr sal_uInt16 XML_NAMESPACE_FO

Definition at line 874 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aConfigItemSetActionTable

XMLTransformerActionInit const aConfigItemSetActionTable[]
Initial value:
=
{
}
@ XML_ATACTION_REMOVE_NAMESPACE_PREFIX
constexpr sal_uInt16 XML_NAMESPACE_OOO

Definition at line 1021 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aConnectorActionTable

XMLTransformerActionInit const aConnectorActionTable[]
Initial value:
=
{
ENTRY1( DRAW, TEXT_STYLE_NAME, XML_ATACTION_DECODE_STYLE_NAME_REF,
ENTRY1( PRESENTATION, STYLE_NAME, XML_ATACTION_DECODE_STYLE_NAME_REF,
ENTRY0( DRAW, END_X, XML_ATACTION_IN2INCH ),
ENTRY0( DRAW, END_Y, XML_ATACTION_IN2INCH ),
ENTRY0( FO, MIN_WIDTH, XML_ATACTION_IN2INCH ),
ENTRY0( FO, MIN_HEIGHT, XML_ATACTION_IN2INCH ),
ENTRY0( FO, MAX_WIDTH, XML_ATACTION_IN2INCH ),
ENTRY0( FO, MAX_HEIGHT, XML_ATACTION_IN2INCH ),
ENTRY0( DRAW, LINE_SKEW, XML_ATACTION_INS2INCHS ),
ENTRY1Q( DRAW, CONTROL, XML_ATACTION_RENAME,
ENTRY1( XLINK, HREF, XML_ATACTION_URI_OASIS, sal_uInt32(true) ),
ENTRY0( DRAW, START_SHAPE, XML_ATACTION_DECODE_ID ),
ENTRY0( DRAW, END_SHAPE, XML_ATACTION_DECODE_ID ),
}
@ XML_ATACTION_SVG_WIDTH_HEIGHT_OASIS
@ XML_ATACTION_INS2INCHS
@ XML_ATACTION_IN2TWIPS
@ XML_FAMILY_TYPE_PARAGRAPH
Definition: FamilyType.hxx:31
@ XML_FAMILY_TYPE_PRESENTATION
Definition: FamilyType.hxx:25
constexpr sal_uInt16 XML_NAMESPACE_FORM

Definition at line 778 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aContentValidationActionTable

XMLTransformerActionInit const aContentValidationActionTable[]
Initial value:
=
{
ENTRY0( TABLE, DISPLAY_LIST, XML_ATACTION_REMOVE ),
}

Definition at line 1039 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aDataPilotLevelActionTable

XMLTransformerActionInit const aDataPilotLevelActionTable[]
Initial value:
=
{
ENTRY1Q( TABLE, SHOW_EMPTY, XML_ATACTION_RENAME,
}
constexpr sal_uInt16 XML_NAMESPACE_TABLE

Definition at line 1063 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aDataPilotMemberActionTable

XMLTransformerActionInit const aDataPilotMemberActionTable[]
Initial value:

Definition at line 1055 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aDateTimeActionTable

XMLTransformerActionInit const aDateTimeActionTable[]
Initial value:
=
{
ENTRY0( TEXT, DATE_VALUE, XML_ATACTION_RNG2ISO_DATETIME ),
ENTRY0( TEXT, TIME_VALUE, XML_ATACTION_RNG2ISO_DATETIME ),
ENTRY0( TEXT, DATE_ADJUST, XML_ATACTION_RNG2ISO_DATETIME ),
ENTRY0( TEXT, TIME_ADJUST, XML_ATACTION_RNG2ISO_DATETIME ),
ENTRY0( OFFICE, DATE_VALUE, XML_ATACTION_RNG2ISO_DATETIME ),
ENTRY0( OFFICE, TIME_VALUE, XML_ATACTION_RNG2ISO_DATETIME ),
ENTRY0( FORM, CURRENT_VALUE, XML_ATACTION_RNG2ISO_DATETIME ),
ENTRY0( TABLE, DATE_START, XML_ATACTION_RNG2ISO_DATETIME ),
ENTRY0( TABLE, REFRESH_DELAY, XML_ATACTION_RNG2ISO_DATETIME ),
ENTRY0( PRESENTATION, DELAY, XML_ATACTION_RNG2ISO_DATETIME ),
ENTRY0( PRESENTATION, PAUSE, XML_ATACTION_RNG2ISO_DATETIME ),
}

Definition at line 1126 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aDDEConnectionDeclActionTable

XMLTransformerActionInit const aDDEConnectionDeclActionTable[]
Initial value:

Definition at line 966 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aDDEConvModeActionTable

XMLTransformerActionInit const aDDEConvModeActionTable[]
Initial value:

Definition at line 1047 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aDlgActionTable

XMLTransformerActionInit const aDlgActionTable[]
Initial value:
=
{
}

Definition at line 626 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aDrawAreaPolygonActionTable

XMLTransformerActionInit const aDrawAreaPolygonActionTable[]
Initial value:
=
{
ENTRY1Q( DRAW, POINTS, XML_ATACTION_RENAME,
}
constexpr sal_uInt16 XML_NAMESPACE_SVG

Definition at line 1109 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aDropCapActionTable

XMLTransformerActionInit const aDropCapActionTable[]
Initial value:
=
{
ENTRY0( STYLE, DISTANCE, XML_ATACTION_IN2INCH ),
}
@ XML_FAMILY_TYPE_TEXT
Definition: FamilyType.hxx:30

Definition at line 866 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aEventActionTable

XMLTransformerActionInit const aEventActionTable[]
Initial value:
=
{
ENTRY0( XLINK, HREF, XML_ATACTION_HREF ),
ENTRY0( SCRIPT, EVENT_NAME, XML_ATACTION_EVENT_NAME ),
ENTRY0( SCRIPT, MACRO_NAME, XML_ATACTION_MACRO_NAME ),
}
@ XML_ATACTION_EVENT_NAME
@ XML_ATACTION_HREF
@ XML_ATACTION_MACRO_NAME

Definition at line 615 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aFontFaceActionTable

XMLTransformerActionInit const aFontFaceActionTable[]
Initial value:
=
{
ENTRY1Q( SVG, FONT_FAMILY, XML_ATACTION_RENAME,
ENTRY1Q( STYLE, FONT_ADORNMENTS, XML_ATACTION_RENAME,
}
constexpr sal_uInt16 XML_NAMESPACE_STYLE

Definition at line 696 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aFootnoteSepActionTable

XMLTransformerActionInit const aFootnoteSepActionTable[]
Initial value:
=
{
ENTRY0( STYLE, WIDTH, XML_ATACTION_IN2INCH ),
ENTRY0( STYLE, DISTANCE_BEFORE_SEP, XML_ATACTION_IN2INCH ),
ENTRY0( STYLE, DISTANCE_AFTER_SEP, XML_ATACTION_IN2INCH ),
}

Definition at line 842 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aFormActionTable

XMLTransformerActionInit const aFormActionTable[]
Initial value:
=
{
ENTRY2QN( FORM, CONTROL_IMPLEMENTATION,
ENTRY1( XLINK, HREF, XML_ATACTION_URI_OASIS, sal_uInt32(false) ),
}
@ XML_ATACTION_RENAME_REMOVE_NAMESPACE_PREFIX
#define ENTRY2QN(n, l, a, n1, l1, p2)
Definition: Oasis2OOo.cxx:90

Definition at line 1090 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aFormColumnActionTable

XMLTransformerActionInit const aFormColumnActionTable[]

◆ aFormControlActionTable

XMLTransformerActionInit const aFormControlActionTable[]
Initial value:

Definition at line 974 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aFormPropActionTable

XMLTransformerActionInit const aFormPropActionTable[]
Initial value:
=
{
ENTRY1Q( OFFICE, VALUE_TYPE, XML_ATACTION_RENAME,
ENTRY0( OFFICE, VALUE, XML_ATACTION_REMOVE ),
ENTRY0( OFFICE, STRING_VALUE, XML_ATACTION_REMOVE ),
ENTRY0( OFFICE, BOOLEAN_VALUE, XML_ATACTION_REMOVE ),
ENTRY0( OFFICE, DATE_VALUE, XML_ATACTION_REMOVE ),
ENTRY0( OFFICE, TIME_VALUE, XML_ATACTION_REMOVE ),
ENTRY0( OFFICE, CURRENCY, XML_ATACTION_REMOVE ),
}

Definition at line 999 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aFormulaActionTable

XMLTransformerActionInit const aFormulaActionTable[]

◆ aFrameActionTable

XMLTransformerActionInit const aFrameActionTable[]
Initial value:
=
{
ENTRY0( DRAW, TEXT_BOX, XML_ETACTION_COPY ),
ENTRY0( DRAW, IMAGE, XML_ETACTION_COPY ),
ENTRY0( DRAW, OBJECT, XML_ETACTION_COPY ),
ENTRY0( DRAW, OBJECT_OLE, XML_ETACTION_COPY ),
ENTRY0( DRAW, APPLET, XML_ETACTION_COPY ),
ENTRY0( DRAW, PLUGIN, XML_ETACTION_COPY ),
ENTRY0( DRAW, FLOATING_FRAME, XML_ETACTION_COPY ),
}
@ XML_ETACTION_COPY

Definition at line 602 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aIndexEntryTabStopActionTable

XMLTransformerActionInit const aIndexEntryTabStopActionTable[]
Initial value:

Definition at line 809 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aLineNumberingActionTable

XMLTransformerActionInit const aLineNumberingActionTable[]
Initial value:

Definition at line 832 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aListStyleRefActionTable

XMLTransformerActionInit const aListStyleRefActionTable[]
Initial value:
=
{
}
@ XML_FAMILY_TYPE_LIST
Definition: FamilyType.hxx:38

Definition at line 665 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aMapStyleRefActionTable

XMLTransformerActionInit const aMapStyleRefActionTable[]
Initial value:
=
{
ENTRY1( STYLE, APPLY_STYLE_NAME, XML_ATACTION_DECODE_STYLE_NAME_REF,
}
@ XML_FAMILY_TYPE_END
Definition: FamilyType.hxx:46

Definition at line 681 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aMasterPageActionTable

XMLTransformerActionInit const aMasterPageActionTable[]

◆ aMasterPageRefActionTable

XMLTransformerActionInit const aMasterPageRefActionTable[]
Initial value:

Definition at line 673 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aNotesActionTable

XMLTransformerActionInit const aNotesActionTable[]
Initial value:

Definition at line 851 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aParaActionTable

XMLTransformerActionInit const aParaActionTable[]

◆ aParaStyleRefActionTable

XMLTransformerActionInit const aParaStyleRefActionTable[]
Initial value:

Definition at line 657 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aScriptActionTable

XMLTransformerActionInit const aScriptActionTable[]
Initial value:

Definition at line 1117 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aShapeActionTable

XMLTransformerActionInit const aShapeActionTable[]

Definition at line 719 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aSourceServiceActionTable

XMLTransformerActionInit const aSourceServiceActionTable[]
Initial value:

Definition at line 1071 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aStyleActionTable

XMLTransformerActionInit const aStyleActionTable[]

Definition at line 568 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aTableStyleRefActionTable

XMLTransformerActionInit const aTableStyleRefActionTable[]
Initial value:

Definition at line 689 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aTableValueTypeActionTable

XMLTransformerActionInit const aTableValueTypeActionTable[]
Initial value:
=
{
ENTRY1Q( OFFICE, VALUE_TYPE, XML_ATACTION_RENAME,
ENTRY1Q( OFFICE, VALUE, XML_ATACTION_RENAME,
ENTRY1Q( OFFICE, CURRENCY, XML_ATACTION_RENAME,
ENTRY1Q( OFFICE, BOOLEAN_VALUE, XML_ATACTION_RENAME,
ENTRY1Q( OFFICE, STRING_VALUE, XML_ATACTION_RENAME,
ENTRY1Q( TABLE, CONTENT_VALIDATION_NAME, XML_ATACTION_RENAME,
}
@ XML_ATACTION_RENAME_RNG2ISO_DATETIME
@ XML_FAMILY_TYPE_TABLE_CELL
Definition: FamilyType.hxx:37

Definition at line 909 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aTabStopActionTable

XMLTransformerActionInit const aTabStopActionTable[]
Initial value:
=
{
ENTRY0( STYLE, POSITION, XML_ATACTION_IN2INCH ),
ENTRY1Q( STYLE, LEADER_TEXT, XML_ATACTION_RENAME,
ENTRY0( STYLE, LEADER_STYLE, XML_ATACTION_REMOVE ),
ENTRY0( STYLE, LEADER_TYPE, XML_ATACTION_REMOVE ),
ENTRY0( STYLE, LEADER_WIDTH, XML_ATACTION_REMOVE ),
ENTRY0( STYLE, LEADER_COLOR, XML_ATACTION_REMOVE ),
ENTRY0( STYLE, LEADER_TEXT_STYLE, XML_ATACTION_REMOVE ),
}

Definition at line 818 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aTextStyleRefActionTable

XMLTransformerActionInit const aTextStyleRefActionTable[]
Initial value:
=
{
ENTRY1( TEXT, VISITED_STYLE_NAME, XML_ATACTION_DECODE_STYLE_NAME_REF,
ENTRY1( XLINK, HREF, XML_ATACTION_URI_OASIS, sal_uInt32(false) ),
}

Definition at line 646 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().

◆ aTextValueTypeActionTable

XMLTransformerActionInit const aTextValueTypeActionTable[]

◆ aTokenMap

XMLTokenEnum const aTokenMap[]

◆ aXLinkActionTable

XMLTransformerActionInit const aXLinkActionTable[]
Initial value:
=
{
ENTRY1( XLINK, HREF, XML_ATACTION_URI_OASIS, sal_uInt32(false) ),
ENTRY0( TABLE, REFRESH_DELAY, XML_ATACTION_RNG2ISO_DATETIME ),
}

Definition at line 1013 of file Oasis2OOo.cxx.

Referenced by Oasis2OOoTransformer::GetUserDefinedActions().