LibreOffice Module xmloff (master) 1
|
Namespaces | |
namespace | chart |
namespace | EnhancedCustomShapeToken |
namespace | metadata |
namespace | 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) |
OUString | GetIndexSourceStyleName (css::uno::Reference< css::xml::sax::XFastAttributeList > const &xAttrList) |
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 | PROPERTY_CLASSID = u"ClassId" |
constexpr OUStringLiteral | PROPERTY_ECHOCHAR = u"EchoChar" |
constexpr OUStringLiteral | PROPERTY_MULTILINE = u"MultiLine" |
constexpr OUStringLiteral | PROPERTY_NAME = u"Name" |
constexpr OUStringLiteral | PROPERTY_GRAPHIC = u"Graphic" |
constexpr OUStringLiteral | PROPERTY_LABEL = u"Label" |
constexpr OUStringLiteral | PROPERTY_TARGETFRAME = u"TargetFrame" |
constexpr OUStringLiteral | PROPERTY_TARGETURL = u"TargetURL" |
constexpr OUStringLiteral | PROPERTY_TITLE = u"Tag" |
constexpr OUStringLiteral | PROPERTY_DROPDOWN = u"Dropdown" |
constexpr OUStringLiteral | PROPERTY_PRINTABLE = u"Printable" |
constexpr OUStringLiteral | PROPERTY_READONLY = u"ReadOnly" |
constexpr OUStringLiteral | PROPERTY_DEFAULT_STATE = u"DefaultState" |
constexpr OUStringLiteral | PROPERTY_TABSTOP = u"Tabstop" |
constexpr OUStringLiteral | PROPERTY_STATE = u"State" |
constexpr OUStringLiteral | PROPERTY_ENABLED = u"Enabled" |
constexpr OUStringLiteral | PROPERTY_ENABLEVISIBLE = u"EnableVisible" |
constexpr OUStringLiteral | PROPERTY_MAXTEXTLENGTH = u"MaxTextLen" |
constexpr OUStringLiteral | PROPERTY_LINECOUNT = u"LineCount" |
constexpr OUStringLiteral | PROPERTY_TABINDEX = u"TabIndex" |
constexpr OUStringLiteral | PROPERTY_COMMAND = u"Command" |
constexpr OUStringLiteral | PROPERTY_DATASOURCENAME = u"DataSourceName" |
constexpr OUStringLiteral | PROPERTY_FILTER = u"Filter" |
constexpr OUStringLiteral | PROPERTY_ORDER = u"Order" |
constexpr OUStringLiteral | PROPERTY_ALLOWDELETES = u"AllowDeletes" |
constexpr OUStringLiteral | PROPERTY_ALLOWINSERTS = u"AllowInserts" |
constexpr OUStringLiteral | PROPERTY_ALLOWUPDATES = u"AllowUpdates" |
constexpr OUStringLiteral | PROPERTY_APPLYFILTER = u"ApplyFilter" |
constexpr OUStringLiteral | PROPERTY_ESCAPEPROCESSING = u"EscapeProcessing" |
constexpr OUStringLiteral | PROPERTY_IGNORERESULT = u"IgnoreResult" |
constexpr OUStringLiteral | PROPERTY_SUBMIT_ENCODING = u"SubmitEncoding" |
constexpr OUStringLiteral | PROPERTY_SUBMIT_METHOD = u"SubmitMethod" |
constexpr OUStringLiteral | PROPERTY_COMMAND_TYPE = u"CommandType" |
constexpr OUStringLiteral | PROPERTY_NAVIGATION = u"NavigationBarMode" |
constexpr OUStringLiteral | PROPERTY_CYCLE = u"Cycle" |
constexpr OUStringLiteral | PROPERTY_BUTTONTYPE = u"ButtonType" |
constexpr OUStringLiteral | PROPERTY_DATAFIELD = u"DataField" |
constexpr OUStringLiteral | PROPERTY_BOUNDCOLUMN = u"BoundColumn" |
constexpr OUStringLiteral | PROPERTY_EMPTY_IS_NULL = u"ConvertEmptyToNull" |
constexpr OUStringLiteral | PROPERTY_INPUT_REQUIRED = u"InputRequired" |
constexpr OUStringLiteral | PROPERTY_LISTSOURCE = u"ListSource" |
constexpr OUStringLiteral | PROPERTY_LISTSOURCETYPE = u"ListSourceType" |
constexpr OUStringLiteral | PROPERTY_ECHO_CHAR = u"EchoChar" |
constexpr OUStringLiteral | PROPERTY_STRICTFORMAT = u"StrictFormat" |
constexpr OUStringLiteral | PROPERTY_AUTOCOMPLETE = u"Autocomplete" |
constexpr OUStringLiteral | PROPERTY_MULTISELECTION = u"MultiSelection" |
constexpr OUStringLiteral | PROPERTY_DEFAULTBUTTON = u"DefaultButton" |
constexpr OUStringLiteral | PROPERTY_TRISTATE = u"TriState" |
constexpr OUStringLiteral | PROPERTY_CONTROLLABEL = u"LabelControl" |
constexpr OUStringLiteral | PROPERTY_STRING_ITEM_LIST = u"StringItemList" |
constexpr OUStringLiteral | PROPERTY_VALUE_SEQ = u"ValueItemList" |
constexpr OUStringLiteral | PROPERTY_DEFAULT_SELECT_SEQ = u"DefaultSelection" |
constexpr OUStringLiteral | PROPERTY_SELECT_SEQ = u"SelectedItems" |
constexpr OUStringLiteral | PROPERTY_DATE_MIN = u"DateMin" |
constexpr OUStringLiteral | PROPERTY_DATE_MAX = u"DateMax" |
constexpr OUStringLiteral | PROPERTY_TIME_MIN = u"TimeMin" |
constexpr OUStringLiteral | PROPERTY_TIME_MAX = u"TimeMax" |
constexpr OUStringLiteral | PROPERTY_VALUE_MIN = u"ValueMin" |
constexpr OUStringLiteral | PROPERTY_VALUE_MAX = u"ValueMax" |
constexpr OUStringLiteral | PROPERTY_EFFECTIVE_MIN = u"EffectiveMin" |
constexpr OUStringLiteral | PROPERTY_EFFECTIVE_MAX = u"EffectiveMax" |
constexpr OUStringLiteral | PROPERTY_DEFAULT_DATE = u"DefaultDate" |
constexpr OUStringLiteral | PROPERTY_DATE = u"Date" |
constexpr OUStringLiteral | PROPERTY_DEFAULT_TIME = u"DefaultTime" |
constexpr OUStringLiteral | PROPERTY_TIME = u"Time" |
constexpr OUStringLiteral | PROPERTY_DEFAULT_VALUE = u"DefaultValue" |
constexpr OUStringLiteral | PROPERTY_VALUE = u"Value" |
constexpr OUStringLiteral | PROPERTY_HIDDEN_VALUE = u"HiddenValue" |
constexpr OUStringLiteral | PROPERTY_DEFAULT_TEXT = u"DefaultText" |
constexpr OUStringLiteral | PROPERTY_TEXT = u"Text" |
constexpr OUStringLiteral | PROPERTY_EFFECTIVE_VALUE = u"EffectiveValue" |
constexpr OUStringLiteral | PROPERTY_EFFECTIVE_DEFAULT = u"EffectiveDefault" |
constexpr OUStringLiteral | PROPERTY_REFVALUE = u"RefValue" |
constexpr OUStringLiteral | PROPERTY_URL = u"URL" |
constexpr OUStringLiteral | PROPERTY_FONT = u"FontDescriptor" |
constexpr OUStringLiteral | PROPERTY_BACKGROUNDCOLOR = u"BackgroundColor" |
constexpr OUStringLiteral | PROPERTY_MASTERFIELDS = u"MasterFields" |
constexpr OUStringLiteral | PROPERTY_DETAILFIELDS = u"DetailFields" |
constexpr OUStringLiteral | PROPERTY_COLUMNSERVICENAME = u"ColumnServiceName" |
constexpr OUStringLiteral | PROPERTY_FORMATKEY = u"FormatKey" |
constexpr OUStringLiteral | PROPERTY_ALIGN = u"Align" |
constexpr OUStringLiteral | PROPERTY_BORDER = u"Border" |
constexpr OUStringLiteral | PROPERTY_AUTOCONTROLFOCUS = u"AutomaticControlFocus" |
constexpr OUStringLiteral | PROPERTY_APPLYDESIGNMODE = u"ApplyFormDesignMode" |
constexpr OUStringLiteral | PROPERTY_FORMATSSUPPLIER = u"FormatsSupplier" |
constexpr OUStringLiteral | PROPERTY_LOCALE = u"Locale" |
constexpr OUStringLiteral | PROPERTY_FORMATSTRING = u"FormatString" |
constexpr OUStringLiteral | PROPERTY_DATEFORMAT = u"DateFormat" |
constexpr OUStringLiteral | PROPERTY_TIMEFORMAT = u"TimeFormat" |
constexpr OUStringLiteral | PROPERTY_PERSISTENCE_MAXTEXTLENGTH = u"PersistenceMaxTextLength" |
constexpr OUStringLiteral | PROPERTY_SCROLLVALUE_MIN = u"ScrollValueMin" |
constexpr OUStringLiteral | PROPERTY_SCROLLVALUE_MAX = u"ScrollValueMax" |
constexpr OUStringLiteral | PROPERTY_SCROLLVALUE = u"ScrollValue" |
constexpr OUStringLiteral | PROPERTY_SCROLLVALUE_DEFAULT = u"DefaultScrollValue" |
constexpr OUStringLiteral | PROPERTY_LINE_INCREMENT = u"LineIncrement" |
constexpr OUStringLiteral | PROPERTY_BLOCK_INCREMENT = u"BlockIncrement" |
constexpr OUStringLiteral | PROPERTY_REPEAT_DELAY = u"RepeatDelay" |
constexpr OUStringLiteral | PROPERTY_SPINVALUE = u"SpinValue" |
constexpr OUStringLiteral | PROPERTY_SPINVALUE_MIN = u"SpinValueMin" |
constexpr OUStringLiteral | PROPERTY_SPINVALUE_MAX = u"SpinValueMax" |
constexpr OUStringLiteral | PROPERTY_DEFAULT_SPINVALUE = u"DefaultSpinValue" |
constexpr OUStringLiteral | PROPERTY_SPIN_INCREMENT = u"SpinIncrement" |
constexpr OUStringLiteral | PROPERTY_ORIENTATION = u"Orientation" |
constexpr OUStringLiteral | PROPERTY_TOGGLE = u"Toggle" |
constexpr OUStringLiteral | PROPERTY_FOCUS_ON_CLICK = u"FocusOnClick" |
constexpr OUStringLiteral | PROPERTY_VISUAL_EFFECT = u"VisualEffect" |
constexpr OUStringLiteral | PROPERTY_IMAGE_POSITION = u"ImagePosition" |
constexpr OUStringLiteral | PROPERTY_IMAGE_ALIGN = u"ImageAlign" |
constexpr OUStringLiteral | PROPERTY_GROUP_NAME = u"GroupName" |
constexpr OUStringLiteral | PROPERTY_BOUND_CELL = u"BoundCell" |
constexpr OUStringLiteral | PROPERTY_LIST_CELL_RANGE = u"CellRange" |
constexpr OUStringLiteral | PROPERTY_ADDRESS = u"Address" |
constexpr OUStringLiteral | PROPERTY_FILE_REPRESENTATION = u"PersistentRepresentation" |
constexpr OUStringLiteral | PROPERTY_RICH_TEXT = u"RichText" |
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 491 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 97 of file property_description.hxx.
typedef ::std::vector< PropertyDescriptionList > xmloff::PropertyGroups |
Definition at line 100 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 1013 of file shapeexport.cxx.
References i, nCount, SAL_MAX_INT32, and SAL_WARN.
const struct ImplAttributeNameConversion * xmloff::getAnimationAttributeNamesConversionList | ( | ) |
Definition at line 397 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 82 of file controlpropertymap.cxx.
References aControlStyleProperties.
Referenced by xmloff::OFormLayerXMLExport_Impl::OFormLayerXMLExport_Impl().
OUString xmloff::GetIndexSourceStyleName | ( | css::uno::Reference< css::xml::sax::XFastAttributeList > const & | xAttrList | ) |
Definition at line 109 of file XMLIndexTOCStylesContext.cxx.
References sax_fastparser::castToFastAttributeList(), TEXT, XML_ELEMENT, and xmloff::token::XML_STYLE_NAME.
Referenced by XMLIndexSourceBaseContext::createFastChildContext(), and XMLIndexTOCStylesContext::createFastChildContext().
|
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 87 of file controlpropertymap.cxx.
References aControlStyleProperties, XMLPropertyMapEntry::getApiName(), and XMLPropertyMapEntry::IsEnd().
Referenced by xmloff::OFormLayerXMLExport_Impl::OFormLayerXMLExport_Impl().
|
static |
Definition at line 126 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 1451 of file ximpstyl.cxx.
References com::sun::star::drawing::FillStyle.
Referenced by XMLTextStyleContext::FillPropertySet(), XMLShapeStyleContext::FillPropertySet(), and XMLDrawingPageStyleContext::FillPropertySet().
|
static |
Definition at line 146 of file animationimport.cxx.
References nLength.
Referenced by xmloff::AnimationsImportHelperImpl::convertTiming().
|
static |
Definition at line 143 of file RDFaImportHelper.cxx.
Referenced by splitAtWS().
|
static |
Definition at line 488 of file animationexport.cxx.
References lcl_CopyStream(), splitPath(), and xTarget.
Referenced by lcl_CopyStream(), and lcl_StoreMediaAndGetURL().
|
static |
Definition at line 515 of file animationexport.cxx.
References SvXMLExport::GetModel(), SvXMLExport::GetRelativeReference(), SvXMLExport::GetTargetStorage(), lcl_CopyStream(), s_PkgScheme, 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 53 of file property_description.hxx.
References xmloff::AttributeDescription::attributeToken, and xmloff::AttributeDescription::namespacePrefix.
|
static |
Definition at line 149 of file RDFaImportHelper.cxx.
References isWS().
|
static |
split a uri hierarchy into first segment and rest
Definition at line 470 of file animationexport.cxx.
Referenced by lcl_CopyStream().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_AdditiveMode |
Definition at line 148 of file animationexport.cxx.
Referenced by xmloff::AnimationsExporterImpl::exportAnimate(), and xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_CalcMode |
Definition at line 140 of file animationexport.cxx.
Referenced by xmloff::AnimationsExporterImpl::exportAnimate(), and xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_Command |
Definition at line 386 of file animationexport.cxx.
Referenced by xmloff::AnimationsExporterImpl::exportCommand(), and xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_EffectNodeType |
Definition at line 361 of file animationexport.cxx.
Referenced by xmloff::AnimationsExporterImpl::exportNode(), and xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_EffectPresetClass |
Definition at line 350 of file animationexport.cxx.
Referenced by xmloff::AnimationsExporterImpl::exportNode(), and xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_Endsync |
Definition at line 132 of file animationexport.cxx.
Referenced by xmloff::AnimationsExporterImpl::exportNode(), and xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_EventTrigger |
Definition at line 334 of file animationexport.cxx.
Referenced by xmloff::AnimationsImportHelperImpl::convertTiming(), and xmloff::AnimationsExporterImpl::convertTiming().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_Fill |
Definition at line 96 of file animationexport.cxx.
Referenced by xmloff::AnimationsExporterImpl::exportNode(), and xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_FillDefault |
Definition at line 106 of file animationexport.cxx.
Referenced by xmloff::AnimationsExporterImpl::exportNode(), and xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_IterateType |
Definition at line 379 of file animationexport.cxx.
Referenced by xmloff::AnimationsExporterImpl::exportContainer(), and xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_Restart |
Definition at line 116 of file animationexport.cxx.
Referenced by xmloff::AnimationsExporterImpl::exportNode(), and xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_RestartDefault |
Definition at line 124 of file animationexport.cxx.
Referenced by xmloff::AnimationsExporterImpl::exportNode(), and xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_SubItem |
Definition at line 372 of file animationexport.cxx.
Referenced by xmloff::AnimationsExporterImpl::exportAnimate(), xmloff::AnimationsExporterImpl::exportContainer(), and xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_TransformType |
Definition at line 157 of file animationexport.cxx.
Referenced by xmloff::AnimationsExporterImpl::exportAnimate(), and xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_TransitionSubType |
Definition at line 213 of file animationexport.cxx.
Referenced by xmloff::AnimationsExporterImpl::exportAnimate(), xmloff::AnimationsExporterImpl::exportTransitionNode(), XMLSdPropHdlFactory::GetPropertyHandler(), and xmloff::AnimationNodeContext::init_node().
const SvXMLEnumMapEntry< sal_Int16 > xmloff::aAnimations_EnumMap_TransitionType |
Definition at line 166 of file animationexport.cxx.
Referenced by xmloff::AnimationsExporterImpl::exportAnimate(), xmloff::AnimationsExporterImpl::exportTransitionNode(), 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 43 of file controlpropertymap.cxx.
Referenced by getControlStylePropertyMap(), and initializePropertyMaps().
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().
|
inlineconstexpr |
Definition at line 204 of file strings.hxx.
Referenced by xmloff::OFormEventsImportContext::endFastElement(), and xmloff::OEventDescriptorMapper::OEventDescriptorMapper().
|
inlineconstexpr |
Definition at line 199 of file strings.hxx.
Referenced by xmloff::OFormEventsImportContext::endFastElement(), and xmloff::OEventDescriptorMapper::OEventDescriptorMapper().
|
inlineconstexpr |
Definition at line 200 of file strings.hxx.
Referenced by xmloff::OFormEventsImportContext::endFastElement(), and xmloff::OEventDescriptorMapper::OEventDescriptorMapper().
|
inlineconstexpr |
Definition at line 201 of file strings.hxx.
Referenced by xmloff::OFormEventsImportContext::endFastElement(), and xmloff::OEventDescriptorMapper::OEventDescriptorMapper().
|
inlineconstexpr |
Definition at line 202 of file strings.hxx.
Referenced by xmloff::OFormEventsImportContext::endFastElement(), and xmloff::OEventDescriptorMapper::OEventDescriptorMapper().
|
inlineconstexpr |
Definition at line 198 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().
|
inlineconstexpr |
Definition at line 140 of file strings.hxx.
Referenced by xmloff::FormCellBindingHelper::getStringAddressFromCellBinding(), and xmloff::FormCellBindingHelper::getStringAddressFromCellListSource().
|
inlineconstexpr |
Definition at line 108 of file strings.hxx.
Referenced by xmloff::OControlImport::createElement().
|
inlineconstexpr |
Definition at line 52 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 53 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 54 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 111 of file strings.hxx.
Referenced by xmloff::OFormsRootExport::addModelAttributes(), and xmloff::OFormsRootImport::startFastElement().
|
inlineconstexpr |
Definition at line 55 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 72 of file strings.hxx.
Referenced by xmloff::OControlExport::exportSpecialAttributes(), xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl(), and xmloff::OListAndComboImport::startFastElement().
|
inlineconstexpr |
Definition at line 110 of file strings.hxx.
Referenced by xmloff::OFormsRootExport::addModelAttributes(), and xmloff::OFormsRootImport::startFastElement().
|
inlineconstexpr |
Definition at line 103 of file strings.hxx.
|
inlineconstexpr |
Definition at line 123 of file strings.hxx.
Referenced by xmloff::OControlExport::exportSpecialAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 109 of file strings.hxx.
|
inlineconstexpr |
Definition at line 138 of file strings.hxx.
Referenced by xmloff::FormCellBindingHelper::createCellBindingFromStringAddress(), and xmloff::FormCellBindingHelper::getStringAddressFromCellBinding().
|
inlineconstexpr |
Definition at line 65 of file strings.hxx.
Referenced by xmloff::OControlExport::exportDatabaseAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 63 of file strings.hxx.
Referenced by xmloff::OControlExport::exportCommonControlAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 28 of file strings.hxx.
Referenced by xmloff::OFormLayerXMLExport_Impl::checkExamineControl(), xmloff::OControlImport::endFastElement(), xmloff::OControlExport::examine(), xmloff::OFormLayerXMLExport_Impl::exportCollectionElements(), and xmloff::OControlImport::startFastElement().
|
inlineconstexpr |
Definition at line 106 of file strings.hxx.
Referenced by xmloff::OFormLayerXMLExport_Impl::exportCollectionElements(), and xmloff::OColumnExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 48 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 60 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 76 of file strings.hxx.
Referenced by xmloff::OFormLayerXMLExport_Impl::checkExamineControl(), xmloff::OFormLayerXMLImport_Impl::endPage(), and xmloff::OControlExport::exportSubTags().
|
inlineconstexpr |
Definition at line 62 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 64 of file strings.hxx.
Referenced by xmloff::OControlExport::exportDatabaseAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 49 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), xmloff::OFormExport::exportSubTags(), xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl(), and xmloff::OXMLDataSourceImport::OXMLDataSourceImport().
|
inlineconstexpr |
Definition at line 90 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getRuntimeValuePropertyNames().
|
inlineconstexpr |
Definition at line 82 of file strings.hxx.
|
inlineconstexpr |
Definition at line 81 of file strings.hxx.
|
inlineconstexpr |
Definition at line 115 of file strings.hxx.
Referenced by xmloff::OPropertyExport::flagStyleProperties().
|
inlineconstexpr |
Definition at line 89 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getRuntimeValuePropertyNames().
|
inlineconstexpr |
Definition at line 79 of file strings.hxx.
Referenced by xmloff::OListAndComboImport::endFastElement(), xmloff::OControlExport::exportListSourceAsElements(), and xmloff::OControlExport::exportSubTags().
|
inlineconstexpr |
Definition at line 128 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getValuePropertyNames().
|
inlineconstexpr |
|
inlineconstexpr |
Definition at line 96 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getRuntimeValuePropertyNames(), and xmloff::OValuePropertiesMetaData::getValuePropertyNames().
|
inlineconstexpr |
Definition at line 91 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getRuntimeValuePropertyNames().
|
inlineconstexpr |
Definition at line 93 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getValuePropertyNames().
|
inlineconstexpr |
Definition at line 74 of file strings.hxx.
Referenced by xmloff::OControlExport::exportSpecialAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 105 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormImport::handleAttribute().
|
inlineconstexpr |
Definition at line 37 of file strings.hxx.
Referenced by xmloff::OControlExport::exportCommonControlAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 70 of file strings.hxx.
Referenced by xmloff::OControlExport::exportSpecialAttributes().
|
inlineconstexpr |
Definition at line 29 of file strings.hxx.
Referenced by xmloff::OControlExport::examine(), and xmloff::OPasswordImport::handleAttribute().
|
inlineconstexpr |
Definition at line 99 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getRuntimeValuePropertyNames(), xmloff::OValuePropertiesMetaData::getValuePropertyNames(), and xmloff::OControlImport::implTranslateValueProperty().
|
inlineconstexpr |
Definition at line 88 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getValueLimitPropertyNames().
|
inlineconstexpr |
Definition at line 87 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getValueLimitPropertyNames().
|
inlineconstexpr |
Definition at line 98 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getRuntimeValuePropertyNames(), xmloff::OValuePropertiesMetaData::getValuePropertyNames(), and xmloff::OControlImport::implTranslateValueProperty().
|
inlineconstexpr |
Definition at line 66 of file strings.hxx.
Referenced by xmloff::OControlExport::exportDatabaseAttributes(), xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl(), xmloff::OListAndComboImport::startFastElement(), and xmloff::OTextLikeImport::startFastElement().
|
inlineconstexpr |
Definition at line 43 of file strings.hxx.
Referenced by xmloff::OControlExport::exportCommonControlAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 44 of file strings.hxx.
Referenced by xmloff::OControlExport::exportCommonControlAttributes().
|
inlineconstexpr |
Definition at line 56 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 141 of file strings.hxx.
Referenced by xmloff::FormCellBindingHelper::getStringAddressFromCellBinding(), and xmloff::FormCellBindingHelper::getStringAddressFromCellListSource().
|
inlineconstexpr |
Definition at line 50 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 132 of file strings.hxx.
Referenced by xmloff::OControlExport::exportSpecialAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 102 of file strings.hxx.
Referenced by xmloff::OPropertyExport::flagStyleProperties().
|
inlineconstexpr |
Definition at line 107 of file strings.hxx.
Referenced by xmloff::OFormLayerXMLImport_Impl::applyControlNumberStyle(), xmloff::OFormLayerXMLExport_Impl::checkExamineControl(), xmloff::OFormLayerXMLExport_Impl::collectGridColumnStylesAndIds(), xmloff::OFormLayerXMLExport_Impl::ensureTranslateFormat(), and xmloff::OControlExport::examine().
|
inlineconstexpr |
Definition at line 112 of file strings.hxx.
Referenced by xmloff::OFormLayerXMLImport_Impl::applyControlNumberStyle(), and xmloff::OFormLayerXMLExport_Impl::ensureTranslateFormat().
|
inlineconstexpr |
Definition at line 114 of file strings.hxx.
Referenced by xmloff::OFormLayerXMLExport_Impl::ensureTranslateFormat().
|
inlineconstexpr |
Definition at line 32 of file strings.hxx.
Referenced by xmloff::OPropertyExport::exportImageDataAttribute(), and xmloff::OImagePositionImport::startFastElement().
|
inlineconstexpr |
Definition at line 136 of file strings.hxx.
Referenced by xmloff::OControlExport::examine(), xmloff::OControlExport::exportSpecialAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 95 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getValuePropertyNames().
|
inlineconstexpr |
Definition at line 57 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 135 of file strings.hxx.
Referenced by xmloff::OControlExport::exportImagePositionAttributes().
|
inlineconstexpr |
Definition at line 134 of file strings.hxx.
Referenced by xmloff::OControlExport::examine(), xmloff::OControlExport::exportImagePositionAttributes(), and xmloff::OImagePositionImport::startFastElement().
|
inlineconstexpr |
Definition at line 67 of file strings.hxx.
Referenced by xmloff::OControlExport::exportDatabaseAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 33 of file strings.hxx.
Referenced by xmloff::OColumnExport::exportAttributes(), xmloff::OControlExport::exportCommonControlAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 122 of file strings.hxx.
Referenced by xmloff::OControlExport::exportSpecialAttributes(), and xmloff::OValueRangeImport::startFastElement().
|
inlineconstexpr |
Definition at line 46 of file strings.hxx.
Referenced by xmloff::OControlExport::exportCommonControlAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 139 of file strings.hxx.
Referenced by xmloff::FormCellBindingHelper::createCellListSourceFromStringAddress(), and xmloff::FormCellBindingHelper::getStringAddressFromCellListSource().
|
inlineconstexpr |
Definition at line 68 of file strings.hxx.
Referenced by xmloff::OListAndComboImport::endFastElement(), xmloff::OControlExport::exportListSourceAsAttribute(), xmloff::OControlExport::exportListSourceAsElements(), xmloff::OControlExport::exportSubTags(), xmloff::OControlExport::getScalarListSourceValue(), and xmloff::OListAndComboImport::handleAttribute().
|
inlineconstexpr |
Definition at line 69 of file strings.hxx.
Referenced by xmloff::OControlExport::controlHasUserSuppliedListEntries(), xmloff::OControlExport::examine(), xmloff::OControlExport::exportDatabaseAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 113 of file strings.hxx.
Referenced by xmloff::OFormLayerXMLExport_Impl::ensureTranslateFormat().
|
inlineconstexpr |
Definition at line 104 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormImport::handleAttribute().
|
inlineconstexpr |
Definition at line 45 of file strings.hxx.
Referenced by xmloff::OControlExport::exportCommonControlAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 30 of file strings.hxx.
Referenced by xmloff::OControlExport::examine(), xmloff::OControlExport::exportSpecialAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 73 of file strings.hxx.
Referenced by xmloff::OControlExport::exportSpecialAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 31 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), xmloff::OControlExport::exportOuterAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 61 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 51 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 130 of file strings.hxx.
Referenced by xmloff::OControlExport::exportCommonControlAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 117 of file strings.hxx.
Referenced by xmloff::OControlExport::exportCommonControlAttributes().
|
inlineconstexpr |
Definition at line 38 of file strings.hxx.
Referenced by xmloff::OControlExport::exportCommonControlAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 39 of file strings.hxx.
Referenced by xmloff::OControlExport::exportCommonControlAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 100 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getValuePropertyNames().
|
inlineconstexpr |
Definition at line 124 of file strings.hxx.
Referenced by xmloff::OControlExport::exportSpecialAttributes(), and xmloff::OControlImport::handleAttribute().
|
inlineconstexpr |
Definition at line 142 of file strings.hxx.
Referenced by xmloff::OControlExport::exportSubTags(), and xmloff::OTextLikeImport::removeRedundantCurrentValue().
|
inlineconstexpr |
Definition at line 120 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getValuePropertyNames().
|
inlineconstexpr |
Definition at line 121 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getValuePropertyNames().
|
inlineconstexpr |
Definition at line 119 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getValueLimitPropertyNames().
|
inlineconstexpr |
Definition at line 118 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getValueLimitPropertyNames().
|
inlineconstexpr |
Definition at line 80 of file strings.hxx.
Referenced by xmloff::OListAndComboImport::endFastElement(), xmloff::OControlExport::exportListSourceAsElements(), and xmloff::OControlExport::exportSubTags().
|
inlineconstexpr |
Definition at line 129 of file strings.hxx.
Referenced by xmloff::OControlExport::exportSpecialAttributes(), and xmloff::OValueRangeImport::startFastElement().
|
inlineconstexpr |
Definition at line 125 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getValuePropertyNames().
|
inlineconstexpr |
Definition at line 127 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getValueLimitPropertyNames().
|
inlineconstexpr |
Definition at line 126 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getValueLimitPropertyNames().
|
inlineconstexpr |
|
inlineconstexpr |
Definition at line 71 of file strings.hxx.
Referenced by xmloff::OControlExport::exportSpecialAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 77 of file strings.hxx.
Referenced by xmloff::OListAndComboImport::endFastElement(), xmloff::OControlExport::exportListSourceAsElements(), and xmloff::OControlExport::exportSubTags().
|
inlineconstexpr |
Definition at line 58 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 59 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 47 of file strings.hxx.
Referenced by xmloff::OControlExport::exportCommonControlAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 41 of file strings.hxx.
Referenced by xmloff::OControlExport::exportCommonControlAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 34 of file strings.hxx.
Referenced by xmloff::OPropertyExport::exportTargetFrameAttribute(), xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl(), xmloff::OButtonImport::startFastElement(), and xmloff::OFormImport::startFastElement().
|
inlineconstexpr |
Definition at line 35 of file strings.hxx.
Referenced by xmloff::OPropertyExport::exportTargetLocationAttribute(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 97 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getRuntimeValuePropertyNames(), xmloff::OValuePropertiesMetaData::getValuePropertyNames(), and xmloff::OTextLikeImport::removeRedundantCurrentValue().
|
inlineconstexpr |
Definition at line 92 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getRuntimeValuePropertyNames().
|
inlineconstexpr |
Definition at line 84 of file strings.hxx.
|
inlineconstexpr |
Definition at line 83 of file strings.hxx.
|
inlineconstexpr |
Definition at line 116 of file strings.hxx.
Referenced by xmloff::OPropertyExport::flagStyleProperties().
|
inlineconstexpr |
Definition at line 36 of file strings.hxx.
Referenced by xmloff::OControlExport::exportCommonControlAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 131 of file strings.hxx.
Referenced by xmloff::OControlExport::exportSpecialAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 75 of file strings.hxx.
Referenced by xmloff::OControlExport::exportSpecialAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
|
inlineconstexpr |
Definition at line 101 of file strings.hxx.
Referenced by xmloff::OFormExport::exportAttributes(), xmloff::OFormExport::exportSubTags(), and xmloff::OXMLDataSourceImport::OXMLDataSourceImport().
|
inlineconstexpr |
Definition at line 94 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getValuePropertyNames().
|
inlineconstexpr |
Definition at line 86 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getValueLimitPropertyNames().
|
inlineconstexpr |
Definition at line 85 of file strings.hxx.
Referenced by xmloff::OValuePropertiesMetaData::getValueLimitPropertyNames().
|
inlineconstexpr |
Definition at line 78 of file strings.hxx.
Referenced by xmloff::OControlExport::exportSubTags().
|
inlineconstexpr |
Definition at line 133 of file strings.hxx.
Referenced by xmloff::OControlExport::exportCommonControlAttributes(), and xmloff::OFormLayerXMLImport_Impl::OFormLayerXMLImport_Impl().
char const xmloff::s_PkgScheme[] = "vnd.sun.star.Package:" |
Definition at line 513 of file animationexport.cxx.
Referenced by lcl_StoreMediaAndGetURL().
|
inlineconstexpr |
Definition at line 149 of file strings.hxx.
Referenced by xmloff::FormCellBindingHelper::doConvertAddressRepresentations().
|
inlineconstexpr |
Definition at line 148 of file strings.hxx.
Referenced by xmloff::FormCellBindingHelper::createCellListSourceFromStringAddress(), xmloff::FormCellBindingHelper::isCellRangeListSource(), and xmloff::FormCellBindingHelper::isListCellRangeAllowed().
|
inlineconstexpr |
Definition at line 146 of file strings.hxx.
Referenced by xmloff::FormCellBindingHelper::createCellBindingFromStringAddress(), xmloff::FormCellBindingHelper::isCellBinding(), and xmloff::FormCellBindingHelper::isCellBindingAllowed().
|
inlineconstexpr |
Definition at line 183 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 178 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 182 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 190 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 188 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 176 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 186 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 181 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 175 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 194 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 184 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 180 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 192 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 185 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 193 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 177 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 147 of file strings.hxx.
Referenced by xmloff::FormCellBindingHelper::createCellBindingFromStringAddress(), and xmloff::FormCellBindingHelper::isCellIntegerBinding().
|
inlineconstexpr |
Definition at line 189 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 191 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 179 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().
|
inlineconstexpr |
Definition at line 150 of file strings.hxx.
Referenced by xmloff::FormCellBindingHelper::doConvertAddressRepresentations().
|
inlineconstexpr |
Definition at line 145 of file strings.hxx.
|
inlineconstexpr |
Definition at line 187 of file strings.hxx.
Referenced by xmloff::OElementExport::exportServiceNameAttribute().