From 940b4d1848e8c70ab7642901a68594e8016caffc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 18:51:28 +0200 Subject: Adding upstream version 1:7.0.4. Signed-off-by: Daniel Baumann --- .../schema/org/openoffice/TypeDetection/Filter.xcs | 114 +++++++++++++++++++++ 1 file changed, 114 insertions(+) create mode 100644 officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs (limited to 'officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs') diff --git a/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs b/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs new file mode 100644 index 000000000..5433e1349 --- /dev/null +++ b/officecfg/registry/schema/org/openoffice/TypeDetection/Filter.xcs @@ -0,0 +1,114 @@ + + + + + + Contains common filters for Office. See package TypeDetection and + TypeDetection_Types for other parts of type/filter configuration too. + + + + + Lists filters that can import or export content. + + + + A unique ID, which is used internally to differentiate among + file formats of the same type. + + 0 + + + + Supported content type of this filter. Must be an internal type + name. + + + + + + The uno service name of the supported office document + type. + + + + + + The uno implementation name a dialog, which is used to ask a + user for special filter parameter (e.g., for csv). + + + + + + Filter specific data. + + + + + + The uno implementation name of the filter service. + + + + + + Name of a corresponding template, which is merged together with + the style sheets of the loaded document. + + + + + + Specify the filter in some further properties + (import/export/...). + + + + + + Localized name of the filter, which can be shown at the + UI. + + + + + Extension to use when exporting content using this filter. When + this value is not given, it is inferred from the Type associated with + this filter. + + + + + Whether the filter is enabled. It makes sense to disable a filter, + as a temporary security measure, when there is a 0-day vulnerability in + it. + + true + + + + + + + Lists the registered office filters. + + + + -- cgit v1.2.3