LibreOffice Module xmloff (master)
1
|
Namespaces | |
chart | |
EnhancedCustomShapeToken | |
metadata | |
token | |
Handling of tokens in XML: | |
Classes | |
class | AnimationNodeContext |
class | AnimationsExporter |
class | AnimationsExporterImpl |
class | AnimationsImportHelperImpl |
struct | AttributeDescription |
struct | AutoStyleEntry |
class | BasicElementBase |
class | BasicEmbeddedLibraryElement |
class | BasicLibrariesElement |
class | BasicModuleElement |
class | BasicSourceCodeElement |
class | BoundFrameSets |
class | FormCellBindingHelper |
encapsulates functionality related to binding a form control to a spreadsheet cell More... | |
class | FormHandlerFactory |
class | IEventAttacher |
class | IEventAttacherManager |
class | IFormsExportContext |
class | ImageScaleModeHandler |
struct | ImplAttributeNameConversion |
class | OAttribute2Property |
some kind of opposite to the OAttributeMetaData class. More... | |
class | OAttributeMetaData |
allows the translation of attribute ids into strings. More... | |
class | OButtonImport |
A specialized version of the <type>OControlImport</type> class, which handles the target frame for image and command buttons. More... | |
class | OColumnExport |
Helper class for exporting a grid column. More... | |
class | OColumnImport |
helper class importing a single grid column (without the <form:column> element wrapping the column). More... | |
class | OColumnWrapperImport |
class | OComboItemImport |
helper class for importing a single <form:item> element. More... | |
class | OControlBorderHandler |
class | OControlElement |
helper for translating between control types and XML tags More... | |
class | OControlExport |
Helper class for handling xml elements representing a form control. More... | |
class | OControlImport |
helper class for importing the description of a single control More... | |
class | OControlPropertyHandlerFactory |
class | OControlTextEmphasisHandler |
class | ODefaultEventAttacherManager |
class | OElementExport |
class | OElementImport |
implements common behaviour for importing forms, controls and columns More... | |
class | OElementNameMap |
helper class which allows fast translation of xml tag names into element types. More... | |
class | OEventDescriptorMapper |
helper class wrapping different script event representations More... | |
class | OFontWidthHandler |
class | OFormComponentStyleExportMapper |
class | OFormEventsImportContext |
class | OFormExport |
Helper class for handling xml elements representing a form. More... | |
class | OFormImport |
helper class importing a single <form:form> element More... | |
class | OFormLayerXMLExport |
provides functionality for exporting a complete form layer. More... | |
class | OFormLayerXMLExport_Impl |
the implementation class for OFormLayerXMLExport More... | |
class | OFormLayerXMLImport |
allows you to import a <form:form> element More... | |
class | OFormLayerXMLImport_Impl |
class | OFormsRootExport |
class | OFormsRootImport |
class | OGridColumnPropertyTranslator |
class | OGridImport |
helper class importing a single <form:grid> element More... | |
class | OImagePositionImport |
class | OListAndComboImport |
A specialized version of the <type>OControlImport</type> class, which handles attributes / sub elements which are special to list and combo boxes. More... | |
class | OListOptionImport |
helper class for importing a single <form:option> element. More... | |
class | OListPropertyContext |
class | OListValueContext |
class | OOfficeFormsExport |
export helper for the office::forms element More... | |
class | OPasswordImport |
class | OPropertyElementsContext |
helper class for importing the <form:properties> element More... | |
class | OPropertyExport |
provides export related tools for attribute handling More... | |
class | OPropertyImport |
Helper class for importing property values. More... | |
class | ORadioImport |
class | OReferredControlImport |
class | ORotationAngleHandler |
class | OSinglePropertyContext |
helper class for importing a single <form:property> element More... | |
struct | OStackedLogging |
class | OTextLikeImport |
A specialized version of the <type>OControlImport</type> class, which handles text like controls which have the convert-empty-to-null attribute More... | |
class | OURLReferenceImport |
a specialized version of the <type>OControlImport</type> class, which is able to handle attributes which denote URLs (and stored relative) More... | |
class | OValuePropertiesMetaData |
class | OValueRangeImport |
A specialized version of the <type>OControlImport</type> class, which imports the value-range elements. More... | |
class | OXMLDataSourceImport |
struct | ParsedRDFaAttributes |
store parsed RDFa attributes More... | |
class | PropertyConversion |
struct | PropertyDescription |
class | PropertyHandlerBase |
struct | RDFaEntry |
store metadatable object and its RDFa attributes More... | |
class | RDFaExportHelper |
class | RDFaImportHelper |
class | VCLDateHandler |
class | VCLTimeHandler |
class | XMLSettingsExportContext |
Enumerations | |
enum | FormAttributes { faName, faAction, faEnctype, faMethod, faAllowDeletes, faAllowInserts, faAllowUpdates, faApplyFilter, faCommand, faCommandType, faEscapeProcessing, faDatasource, faDetailFields, faFilter, faIgnoreResult, faMasterFields, faNavigationMode, faOrder, faTabbingCycle } |
attributes in the xml tag representing a form More... | |
enum | OfficeFormsAttributes { ofaAutomaticFocus, ofaApplyDesignMode } |
enum | PropertyId { PID_DATE_MIN, PID_DATE_MAX, PID_DEFAULT_DATE, PID_DATE, PID_TIME_MIN, PID_TIME_MAX, PID_DEFAULT_TIME, PID_TIME, PID_INVALID } |
Functions | |
static OUString | makeCURIE (SvXMLExport *i_pExport, uno::Reference< rdf::XURI > const &i_xURI) |
static OUString | getRelativeReference (SvXMLExport const &rExport, OUString const &rURI) |
static bool | isWS (const sal_Unicode i_Char) |
static OUString | splitAtWS (OUString &io_rString) |
const struct ImplAttributeNameConversion * | getAnimationAttributeNamesConversionList () |
static bool | splitPath (OUString const &i_rPath, OUString &o_rDir, OUString &o_rRest) |
split a uri hierarchy into first segment and rest More... | |
static void | lcl_CopyStream (uno::Reference< embed::XStorage > const &xSource, uno::Reference< embed::XStorage > const &xTarget, OUString const &rPath) |
static OUString | lcl_StoreMediaAndGetURL (SvXMLExport &rExport, OUString const &rURL) |
static bool | isDouble (std::string_view rValue) |
static bool | isTime (const OUString &rValue) |
void | FixZOrder (uno::Reference< drawing::XShapes > const &xShapes, std::function< unsigned int(uno::Reference< beans::XPropertySet > const &)> const &rGetLayer) |
bool | IsIgnoreFillStyleNamedItem (css::uno::Reference< css::beans::XPropertySet > const &xProps, drawing::FillStyle const nExpectedFillStyle) |
const XMLPropertyMapEntry * | getControlStylePropertyMap () |
void | initializePropertyMaps () |
const OControlElement::ElementType & | operator++ (OControlElement::ElementType &_e) |
bool | operator== (const AttributeDescription &i_lhs, const AttributeDescription &i_rhs) |
XMLOFF_DLLPUBLIC void | FixZOrder (css::uno::Reference< css::drawing::XShapes > const &xShapes, std::function< unsigned int(css::uno::Reference< css::beans::XPropertySet > const &)> const &rGetLayer) |
bool | IsIgnoreFillStyleNamedItem (css::uno::Reference< css::beans::XPropertySet > const &xProps, css::drawing::FillStyle nExpectedFillStyle) |
Variables | |
const SvXMLEnumMapEntry< sal_Int16 > | aAnimations_EnumMap_Fill [] |
const SvXMLEnumMapEntry< sal_Int16 > | aAnimations_EnumMap_FillDefault [] |
const SvXMLEnumMapEntry< sal_Int16 > | aAnimations_EnumMap_Restart [] |
const SvXMLEnumMapEntry< sal_Int16 > | aAnimations_EnumMap_RestartDefault [] |
const SvXMLEnumMapEntry< sal_Int16 > | aAnimations_EnumMap_Endsync [] |
const SvXMLEnumMapEntry< sal_Int16 > | aAnimations_EnumMap_CalcMode [] |
const SvXMLEnumMapEntry< sal_Int16 > | aAnimations_EnumMap_AdditiveMode [] |
const SvXMLEnumMapEntry< sal_Int16 > | aAnimations_EnumMap_TransformType [] |
const SvXMLEnumMapEntry< sal_Int16 > | aAnimations_EnumMap_TransitionType [] |
const SvXMLEnumMapEntry< sal_Int16 > | aAnimations_EnumMap_TransitionSubType [] |
const SvXMLEnumMapEntry< sal_Int16 > | aAnimations_EnumMap_EventTrigger [] |
const SvXMLEnumMapEntry< sal_Int16 > | aAnimations_EnumMap_EffectPresetClass [] |
const SvXMLEnumMapEntry< sal_Int16 > | aAnimations_EnumMap_EffectNodeType [] |
const SvXMLEnumMapEntry< sal_Int16 > | aAnimations_EnumMap_SubItem [] |
const SvXMLEnumMapEntry< sal_Int16 > | aAnimations_EnumMap_IterateType [] |
const SvXMLEnumMapEntry< sal_Int16 > | aAnimations_EnumMap_Command [] |
char const | s_PkgScheme [] = "vnd.sun.star.Package:" |
XMLPropertyMapEntry const | aControlStyleProperties [] |
const SvXMLEnumMapEntry< FormSubmitEncoding > | aSubmitEncodingMap [] |
const SvXMLEnumMapEntry< FormSubmitMethod > | aSubmitMethodMap [] |
const SvXMLEnumMapEntry< sal_Int32 > | aCommandTypeMap [] |
const SvXMLEnumMapEntry< NavigationBarMode > | aNavigationTypeMap [] |
const SvXMLEnumMapEntry< TabulatorCycle > | aTabulatorCycleMap [] |
const SvXMLEnumMapEntry< FormButtonType > | aFormButtonTypeMap [] |
const SvXMLEnumMapEntry< ListSourceType > | aListSourceTypeMap [] |
const SvXMLEnumMapEntry< TriState > | aCheckStateMap [] |
const SvXMLEnumMapEntry< sal_Int16 > | aTextAlignMap [] |
const SvXMLEnumMapEntry< sal_uInt16 > | aBorderTypeMap [] |
const SvXMLEnumMapEntry< sal_uInt16 > | aFontEmphasisMap [] |
const SvXMLEnumMapEntry< sal_uInt16 > | aFontReliefMap [] |
const SvXMLEnumMapEntry< sal_Int16 > | aListLinkageMap [] |
const SvXMLEnumMapEntry< sal_Int32 > | aOrientationMap [] |
const SvXMLEnumMapEntry< sal_Int16 > | aVisualEffectMap [] |
const SvXMLEnumMapEntry< sal_Int16 > | aImagePositionMap [] |
const SvXMLEnumMapEntry< sal_uInt16 > | aImageAlignMap [] |
const SvXMLEnumMapEntry< sal_uInt16 > | aScaleModeMap [] |
const XMLEventNameTranslation | aEventTranslations [] |
const XMLEventNameTranslation * | g_pFormsEventTranslation = aEventTranslations |
constexpr OUStringLiteral | SERVICE_SPREADSHEET_DOCUMENT = u"com.sun.star.sheet.SpreadsheetDocument" |
constexpr OUStringLiteral | SERVICE_CELLVALUEBINDING = u"com.sun.star.table.CellValueBinding" |
constexpr OUStringLiteral | SERVICE_LISTINDEXCELLBINDING = u"com.sun.star.table.ListPositionCellBinding" |
constexpr OUStringLiteral | SERVICE_CELLRANGELISTSOURCE = u"com.sun.star.table.CellRangeListSource" |
constexpr OUStringLiteral | SERVICE_ADDRESS_CONVERSION = u"com.sun.star.table.CellAddressConversion" |
constexpr OUStringLiteral | SERVICE_RANGEADDRESS_CONVERSION = u"com.sun.star.table.CellRangeAddressConversion" |
constexpr OUStringLiteral | SERVICE_FORM = u"com.sun.star.form.component.Form" |
constexpr OUStringLiteral | SERVICE_EDIT = u"com.sun.star.form.component.TextField" |
constexpr OUStringLiteral | SERVICE_LISTBOX = u"com.sun.star.form.component.ListBox" |
constexpr OUStringLiteral | SERVICE_COMBOBOX = u"com.sun.star.form.component.ComboBox" |
constexpr OUStringLiteral | SERVICE_RADIOBUTTON = u"com.sun.star.form.component.RadioButton" |
constexpr OUStringLiteral | SERVICE_GROUPBOX = u"com.sun.star.form.component.GroupBox" |
constexpr OUStringLiteral | SERVICE_FIXEDTEXT = u"com.sun.star.form.component.FixedText" |
constexpr OUStringLiteral | SERVICE_COMMANDBUTTON = u"com.sun.star.form.component.CommandButton" |
constexpr OUStringLiteral | SERVICE_CHECKBOX = u"com.sun.star.form.component.CheckBox" |
constexpr OUStringLiteral | SERVICE_GRID = u"com.sun.star.form.component.GridControl" |
constexpr OUStringLiteral | SERVICE_IMAGEBUTTON = u"com.sun.star.form.component.ImageButton" |
constexpr OUStringLiteral | SERVICE_FILECONTROL = u"com.sun.star.form.component.FileControl" |
constexpr OUStringLiteral | SERVICE_TIMEFIELD = u"com.sun.star.form.component.TimeField" |
constexpr OUStringLiteral | SERVICE_DATEFIELD = u"com.sun.star.form.component.DateField" |
constexpr OUStringLiteral | SERVICE_NUMERICFIELD = u"com.sun.star.form.component.NumericField" |
constexpr OUStringLiteral | SERVICE_CURRENCYFIELD = u"com.sun.star.form.component.CurrencyField" |
constexpr OUStringLiteral | SERVICE_PATTERNFIELD = u"com.sun.star.form.component.PatternField" |
constexpr OUStringLiteral | SERVICE_HIDDENCONTROL = u"com.sun.star.form.component.HiddenControl" |
constexpr OUStringLiteral | SERVICE_IMAGECONTROL = u"com.sun.star.form.component.DatabaseImageControl" |
constexpr OUStringLiteral | SERVICE_FORMATTEDFIELD = u"com.sun.star.form.component.FormattedField" |
constexpr OUStringLiteral | EVENT_TYPE = u"EventType" |
constexpr OUStringLiteral | EVENT_LIBRARY = u"Library" |
constexpr OUStringLiteral | EVENT_LOCALMACRONAME = u"MacroName" |
constexpr OUStringLiteral | EVENT_SCRIPTURL = u"Script" |
constexpr OUStringLiteral | EVENT_STAROFFICE = u"StarOffice" |
constexpr OUStringLiteral | EVENT_APPLICATION = u"application" |
typedef ::std::unordered_map< css::uno::Reference< css::drawing::XDrawPage > , MapPropertySet2String > xmloff::MapPropertySet2Map |
Definition at line 53 of file layerexport.hxx.
typedef ::std::unordered_map< css::uno::Reference< css::beans::XPropertySet > , OUString > xmloff::MapPropertySet2String |
Definition at line 48 of file layerexport.hxx.
typedef ::cppu::WeakImplHelper< css::container::XNameReplace > xmloff::OEventDescriptorMapper_Base |
Definition at line 37 of file eventexport.hxx.
typedef ::cppu::WeakImplHelper< css::beans::XPropertySet , css::beans::XMultiPropertySet > xmloff::OGridColumnPropertyTranslator_Base |
Definition at line 32 of file gridcolumnproptranslator.hxx.
Definition at line 492 of file elementimport.hxx.
Definition at line 149 of file propertyimport.hxx.
Definition at line 52 of file property_handler.hxx.
typedef ::std::vector< const PropertyDescription* > xmloff::PropertyDescriptionList |
Definition at line 96 of file property_description.hxx.
typedef ::std::vector< PropertyDescriptionList > xmloff::PropertyGroups |
Definition at line 99 of file property_description.hxx.
typedef PPropertyHandler(* xmloff::PropertyHandlerFactory) (const PropertyId i_propertyId) |
Definition at line 55 of file property_handler.hxx.
typedef o3tl::sorted_vector< css::uno::Reference< css::beans::XPropertySet > > xmloff::PropertySetBag |
Definition at line 43 of file layerexport.hxx.
typedef ::std::map< PropertyId, css::uno::Any > xmloff::PropertyValues |
Definition at line 35 of file property_handler.hxx.
attributes in the xml tag representing a form
Definition at line 142 of file formattributes.hxx.
Enumerator | |
---|---|
ofaAutomaticFocus | |
ofaApplyDesignMode |
Definition at line 166 of file formattributes.hxx.
enum xmloff::PropertyId |
Enumerator | |
---|---|
PID_DATE_MIN | |
PID_DATE_MAX | |
PID_DEFAULT_DATE | |
PID_DATE | |
PID_TIME_MIN | |
PID_TIME_MAX | |
PID_DEFAULT_TIME | |
PID_TIME | |
PID_INVALID |
Definition at line 26 of file property_ids.hxx.
XMLOFF_DLLPUBLIC void xmloff::FixZOrder | ( | css::uno::Reference< css::drawing::XShapes > const & | xShapes, |
std::function< unsigned int(css::uno::Reference< css::beans::XPropertySet > const &)> const & | rGetLayer | ||
) |
void xmloff::FixZOrder | ( | uno::Reference< drawing::XShapes > const & | xShapes, |
std::function< unsigned int(uno::Reference< beans::XPropertySet > const &)> const & | rGetLayer | ||
) |
Definition at line 1014 of file shapeexport.cxx.
References i, nCount, SAL_MAX_INT32, and SAL_WARN.
const struct ImplAttributeNameConversion * xmloff::getAnimationAttributeNamesConversionList | ( | ) |
Definition at line 398 of file animationexport.cxx.
References xmloff::token::XML_COLOR, xmloff::token::XML_DIM, xmloff::token::XML_FILL, xmloff::token::XML_FILL_COLOR, xmloff::token::XML_FONT_FAMILY, xmloff::token::XML_FONT_SIZE, xmloff::token::XML_FONT_STYLE, xmloff::token::XML_FONT_WEIGHT, xmloff::token::XML_HEIGHT, xmloff::token::XML_OPACITY, xmloff::token::XML_ROTATE, xmloff::token::XML_SKEWX, xmloff::token::XML_STROKE, xmloff::token::XML_STROKE_COLOR, xmloff::token::XML_TEXT_ROTATION_ANGLE, xmloff::token::XML_TEXT_UNDERLINE, xmloff::token::XML_TOKEN_INVALID, xmloff::token::XML_VISIBILITY, xmloff::token::XML_WIDTH, xmloff::token::XML_X, and xmloff::token::XML_Y.
Referenced by xmloff::AnimationsExporterImpl::exportAnimate(), and xmloff::AnimationNodeContext::init_node().
const XMLPropertyMapEntry * xmloff::getControlStylePropertyMap | ( | ) |
Definition at line 81 of file controlpropertymap.cxx.
References aControlStyleProperties.
Referenced by xmloff::OFormLayerXMLExport_Impl::OFormLayerXMLExport_Impl().
|
static |
Definition at line 66 of file RDFaExportHelper.cxx.
References SvXMLExport::GetModel(), and comphelper::getProcessComponentContext().
Referenced by xmloff::RDFaExportHelper::AddRDFa().
void xmloff::initializePropertyMaps | ( | ) |
Definition at line 86 of file controlpropertymap.cxx.
References XMLPropertyMapEntry::msApiName.
Referenced by xmloff::OFormLayerXMLExport_Impl::OFormLayerXMLExport_Impl().
|
static |
Definition at line 127 of file animationimport.cxx.
References nLength.
Referenced by xmloff::AnimationNodeContext::init_node().
bool xmloff::IsIgnoreFillStyleNamedItem | ( | css::uno::Reference< css::beans::XPropertySet > const & | xProps, |
css::drawing::FillStyle | nExpectedFillStyle | ||
) |
bool xmloff::IsIgnoreFillStyleNamedItem | ( | css::uno::Reference< css::beans::XPropertySet > const & | xProps, |
drawing::FillStyle const | nExpectedFillStyle | ||
) |
Definition at line 1582 of file ximpstyl.cxx.
References com::sun::star::drawing::FillStyle.
Referenced by XMLDrawingPageStyleContext::FillPropertySet(), XMLShapeStyleContext::FillPropertySet(), and XMLTextStyleContext::FillPropertySet().
|
static |
Definition at line 147 of file animationimport.cxx.
References nLength.
Referenced by xmloff::AnimationsImportHelperImpl::convertTiming().
|
static |
Definition at line 142 of file RDFaImportHelper.cxx.
Referenced by splitAtWS().
|
static |
Definition at line 489 of file animationexport.cxx.
References splitPath().
Referenced by lcl_StoreMediaAndGetURL().
|
static |
Definition at line 516 of file animationexport.cxx.
References SvXMLExport::GetModel(), SvXMLExport::GetRelativeReference(), SvXMLExport::GetTargetStorage(), lcl_CopyStream(), SAL_N_ELEMENTS, TOOLS_INFO_EXCEPTION, and xTarget.
Referenced by xmloff::AnimationsExporterImpl::exportTransitionNode().
|
static |
Definition at line 48 of file RDFaExportHelper.cxx.
References SvXMLExport::EnsureNamespace().
Referenced by xmloff::RDFaExportHelper::AddRDFa().
const OControlElement::ElementType & xmloff::operator++ | ( | OControlElement::ElementType & | _e | ) |
Definition at line 95 of file elementimport.cxx.
|
inline |
Definition at line 52 of file property_description.hxx.
References xmloff::AttributeDescription::attributeToken, and xmloff::AttributeDescription::namespacePrefix.
|
static |
Definition at line 148 of file RDFaImportHelper.cxx.
References isWS().
|
static |
split a uri hierarchy into first segment and rest
Definition at line 471 of file animationexport.cxx.
Referenced by lcl_CopyStream().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_AdditiveMode |
Definition at line 149 of file animationexport.cxx.
Referenced by xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_CalcMode |
Definition at line 141 of file animationexport.cxx.
Referenced by xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_Command |
Definition at line 387 of file animationexport.cxx.
Referenced by xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_EffectNodeType |
Definition at line 362 of file animationexport.cxx.
Referenced by xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_EffectPresetClass |
Definition at line 351 of file animationexport.cxx.
Referenced by xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_Endsync |
Definition at line 133 of file animationexport.cxx.
Referenced by xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_EventTrigger |
Definition at line 335 of file animationexport.cxx.
Referenced by xmloff::AnimationsImportHelperImpl::convertTiming().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_Fill |
Definition at line 97 of file animationexport.cxx.
Referenced by xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_FillDefault |
Definition at line 107 of file animationexport.cxx.
Referenced by xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_IterateType |
Definition at line 380 of file animationexport.cxx.
Referenced by xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_Restart |
Definition at line 117 of file animationexport.cxx.
Referenced by xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_RestartDefault |
Definition at line 125 of file animationexport.cxx.
Referenced by xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_SubItem |
Definition at line 373 of file animationexport.cxx.
Referenced by xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_TransformType |
Definition at line 158 of file animationexport.cxx.
Referenced by xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_TransitionSubType |
Definition at line 214 of file animationexport.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler(), and xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_TransitionType |
Definition at line 167 of file animationexport.cxx.
Referenced by XMLSdPropHdlFactory::GetPropertyHandler(), and xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_uInt16 > xmloff::aBorderTypeMap |
Definition at line 115 of file formenums.cxx.
Referenced by xmloff::OControlBorderHandler::exportXML(), and xmloff::OControlBorderHandler::importXML().
const SvXMLEnumMapEntry< TriState > xmloff::aCheckStateMap |
Definition at line 99 of file formenums.cxx.
Referenced by xmloff::OControlExport::exportSpecialAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
const SvXMLEnumMapEntry< sal_Int32 > xmloff::aCommandTypeMap |
Definition at line 59 of file formenums.cxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
XMLPropertyMapEntry const xmloff::aControlStyleProperties[] |
Definition at line 42 of file controlpropertymap.cxx.
Referenced by getControlStylePropertyMap().
const XMLEventNameTranslation xmloff::aEventTranslations[] |
Definition at line 28 of file formevents.cxx.
const SvXMLEnumMapEntry< sal_uInt16 > xmloff::aFontEmphasisMap |
Definition at line 129 of file formenums.cxx.
Referenced by xmloff::OControlTextEmphasisHandler::exportXML(), xmloff::OControlPropertyHandlerFactory::GetPropertyHandler(), and xmloff::OControlTextEmphasisHandler::importXML().
const SvXMLEnumMapEntry< sal_uInt16 > xmloff::aFontReliefMap |
Definition at line 138 of file formenums.cxx.
Referenced by xmloff::OControlPropertyHandlerFactory::GetPropertyHandler().
const SvXMLEnumMapEntry< css::form::FormButtonType > xmloff::aFormButtonTypeMap |
Definition at line 80 of file formenums.cxx.
Referenced by xmloff::OControlExport::exportCommonControlAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
const SvXMLEnumMapEntry< sal_uInt16 > xmloff::aImageAlignMap |
Definition at line 173 of file formenums.cxx.
Referenced by xmloff::OImagePositionImport::handleAttribute().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aImagePositionMap |
Definition at line 164 of file formenums.cxx.
Referenced by xmloff::OImagePositionImport::handleAttribute().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aListLinkageMap |
Definition at line 145 of file formenums.cxx.
Referenced by xmloff::OControlExport::exportCellBindingAttributes(), and xmloff::OListAndComboImport::handleAttribute().
const SvXMLEnumMapEntry< css::form::ListSourceType > xmloff::aListSourceTypeMap |
Definition at line 88 of file formenums.cxx.
Referenced by xmloff::OControlExport::exportDatabaseAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
const SvXMLEnumMapEntry< css::form::NavigationBarMode > xmloff::aNavigationTypeMap |
Definition at line 66 of file formenums.cxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
const SvXMLEnumMapEntry< sal_Int32 > xmloff::aOrientationMap |
Definition at line 151 of file formenums.cxx.
Referenced by xmloff::OControlExport::exportCommonControlAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
const SvXMLEnumMapEntry< sal_uInt16 > xmloff::aScaleModeMap |
Definition at line 180 of file formenums.cxx.
const SvXMLEnumMapEntry< css::form::FormSubmitEncoding > xmloff::aSubmitEncodingMap |
Definition at line 46 of file formenums.cxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
const SvXMLEnumMapEntry< css::form::FormSubmitMethod > xmloff::aSubmitMethodMap |
Definition at line 53 of file formenums.cxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
const SvXMLEnumMapEntry< css::form::TabulatorCycle > xmloff::aTabulatorCycleMap |
Definition at line 73 of file formenums.cxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aTextAlignMap |
Definition at line 106 of file formenums.cxx.
Referenced by xmloff::OControlPropertyHandlerFactory::GetPropertyHandler().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aVisualEffectMap |
Definition at line 157 of file formenums.cxx.
Referenced by xmloff::OControlExport::exportCommonControlAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inline |
Definition at line 205 of file strings.hxx.
Referenced by xmloff::OFormEventsImportContext::endFastElement(), and xmloff::OEventDescriptorMapper::OEventDescriptorMapper().
|
inline |
Definition at line 200 of file strings.hxx.
Referenced by xmloff::OFormEventsImportContext::endFastElement(), and xmloff::OEventDescriptorMapper::OEventDescriptorMapper().
|
inline |
Definition at line 201 of file strings.hxx.
Referenced by xmloff::OFormEventsImportContext::endFastElement(), and xmloff::OEventDescriptorMapper::OEventDescriptorMapper().
|
inline |
Definition at line 202 of file strings.hxx.
Referenced by xmloff::OFormEventsImportContext::endFastElement(), and xmloff::OEventDescriptorMapper::OEventDescriptorMapper().
|
inline |
Definition at line 203 of file strings.hxx.
Referenced by xmloff::OFormEventsImportContext::endFastElement(), and xmloff::OEventDescriptorMapper::OEventDescriptorMapper().
|
inline |
Definition at line 199 of file strings.hxx.
Referenced by xmloff::OFormEventsImportContext::endFastElement(), and xmloff::OEventDescriptorMapper::OEventDescriptorMapper().
const XMLEventNameTranslation * xmloff::g_pFormsEventTranslation = aEventTranslations |
Definition at line 66 of file formevents.cxx.
Referenced by xmloff::OFormLayerXMLImport_Impl::enterEventContext(), and xmloff::OFormLayerXMLExport_Impl::OFormLayerXMLExport_Impl().
char const xmloff::s_PkgScheme[] = "vnd.sun.star.Package:" |
Definition at line 514 of file animationexport.cxx.
|
inline |
Definition at line 150 of file strings.hxx.
Referenced by xmloff::FormCellBindingHelper::doConvertAddressRepresentations().
|
inline |
Definition at line 149 of file strings.hxx.
Referenced by xmloff::FormCellBindingHelper::createCellListSourceFromStringAddress(), xmloff::FormCellBindingHelper::isCellRangeListSource(), and xmloff::FormCellBindingHelper::isListCellRangeAllowed().
|
inline |
Definition at line 147 of file strings.hxx.
Referenced by xmloff::FormCellBindingHelper::createCellBindingFromStringAddress(), xmloff::FormCellBindingHelper::isCellBinding(), and xmloff::FormCellBindingHelper::isCellBindingAllowed().
|
inline |
Definition at line 184 of file strings.hxx.
|
inline |
Definition at line 179 of file strings.hxx.
|
inline |
Definition at line 183 of file strings.hxx.
|
inline |
Definition at line 191 of file strings.hxx.
|
inline |
Definition at line 189 of file strings.hxx.
|
inline |
Definition at line 177 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inline |
Definition at line 187 of file strings.hxx.
|
inline |
Definition at line 182 of file strings.hxx.
|
inline |
Definition at line 176 of file strings.hxx.
|
inline |
Definition at line 195 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inline |
Definition at line 185 of file strings.hxx.
|
inline |
Definition at line 181 of file strings.hxx.
|
inline |
Definition at line 193 of file strings.hxx.
|
inline |
Definition at line 186 of file strings.hxx.
|
inline |
Definition at line 194 of file strings.hxx.
|
inline |
Definition at line 178 of file strings.hxx.
|
inline |
Definition at line 148 of file strings.hxx.
Referenced by xmloff::FormCellBindingHelper::createCellBindingFromStringAddress(), and xmloff::FormCellBindingHelper::isCellIntegerBinding().
|
inline |
Definition at line 190 of file strings.hxx.
|
inline |
Definition at line 192 of file strings.hxx.
|
inline |
Definition at line 180 of file strings.hxx.
|
inline |
Definition at line 151 of file strings.hxx.
Referenced by xmloff::FormCellBindingHelper::doConvertAddressRepresentations().
|
inline |
Definition at line 146 of file strings.hxx.
|
inline |
Definition at line 188 of file strings.hxx.