1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*98d4ec19SAndrew Rist<!--*********************************************************** 3cdf0e10cSrcweir * 4*98d4ec19SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 5*98d4ec19SAndrew Rist * or more contributor license agreements. See the NOTICE file 6*98d4ec19SAndrew Rist * distributed with this work for additional information 7*98d4ec19SAndrew Rist * regarding copyright ownership. The ASF licenses this file 8*98d4ec19SAndrew Rist * to you under the Apache License, Version 2.0 (the 9*98d4ec19SAndrew Rist * "License"); you may not use this file except in compliance 10*98d4ec19SAndrew Rist * with the License. You may obtain a copy of the License at 11*98d4ec19SAndrew Rist * 12*98d4ec19SAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 13*98d4ec19SAndrew Rist * 14*98d4ec19SAndrew Rist * Unless required by applicable law or agreed to in writing, 15*98d4ec19SAndrew Rist * software distributed under the License is distributed on an 16*98d4ec19SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17*98d4ec19SAndrew Rist * KIND, either express or implied. See the License for the 18*98d4ec19SAndrew Rist * specific language governing permissions and limitations 19*98d4ec19SAndrew Rist * under the License. 20*98d4ec19SAndrew Rist * 21*98d4ec19SAndrew Rist ***********************************************************--> 22*98d4ec19SAndrew Rist 23*98d4ec19SAndrew Rist 24cdf0e10cSrcweir<!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd"> 25cdf0e10cSrcweir<oor:component-schema xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" oor:name="VCL" oor:package="org.openoffice" xml:lang="en-US"> <info> 26cdf0e10cSrcweir <author>PL</author> 27cdf0e10cSrcweir <desc >Contains preferences for the VCL (Visual Class Library).</desc> 28cdf0e10cSrcweir </info> 29cdf0e10cSrcweir <templates> 30cdf0e10cSrcweir <group oor:name="LFonts"> 31cdf0e10cSrcweir <info> 32cdf0e10cSrcweir <author>PL</author> 33cdf0e10cSrcweir <desc>Contains attributes for fonts. The substitution lists are separated by ';' and are searched first to last for a substitute.</desc> 34cdf0e10cSrcweir </info> 35cdf0e10cSrcweir <prop oor:name="SubstFonts" oor:type="xs:string"> 36cdf0e10cSrcweir <info> 37cdf0e10cSrcweir <desc>Contains a list of substitute fonts used in office documents.</desc> 38cdf0e10cSrcweir </info> 39cdf0e10cSrcweir </prop> 40cdf0e10cSrcweir <prop oor:name="SubstFontsMS" oor:type="xs:string"> 41cdf0e10cSrcweir <info> 42cdf0e10cSrcweir <desc>Contains a list of substitute fonts used in MS import filters.</desc> 43cdf0e10cSrcweir </info> 44cdf0e10cSrcweir </prop> 45cdf0e10cSrcweir <prop oor:name="SubstFontsPS" oor:type="xs:string"> 46cdf0e10cSrcweir <info> 47cdf0e10cSrcweir <desc>Contains a list of substitute fonts used in a PostScript context (for example, EPS export).</desc> 48cdf0e10cSrcweir </info> 49cdf0e10cSrcweir </prop> 50cdf0e10cSrcweir <prop oor:name="SubstFontsHTML" oor:type="xs:string"> 51cdf0e10cSrcweir <info> 52cdf0e10cSrcweir <desc>Contains a list of substitute fonts used in a HTML context (for example, HTML import/export).</desc> 53cdf0e10cSrcweir </info> 54cdf0e10cSrcweir </prop> 55cdf0e10cSrcweir <prop oor:name="FontWeight" oor:type="xs:string"> 56cdf0e10cSrcweir <info> 57cdf0e10cSrcweir <desc>Specifies the font weight. Valid values are "thin", "ultralight", "light", "semilight", "normal", "medium", "semibold", "bold", "ultrabold", "black" (in ascending order of weight) and "unknown".</desc> 58cdf0e10cSrcweir </info> 59cdf0e10cSrcweir </prop> 60cdf0e10cSrcweir <prop oor:name="FontWidth" oor:type="xs:string"> 61cdf0e10cSrcweir <info> 62cdf0e10cSrcweir <desc>Specifies the font width. Valid values are "ultracondensed", "extracondensed", "condensed", "semicondensed", "normal", "semiexpanded", "expanded", "extraexpanded", "ultraexpanded" (in ascending order of width) and "unknown".</desc> 63cdf0e10cSrcweir </info> 64cdf0e10cSrcweir </prop> 65cdf0e10cSrcweir <prop oor:name="FontType" oor:type="xs:string"> 66cdf0e10cSrcweir <info> 67cdf0e10cSrcweir <desc>Denotes the compatible styles for the font. Multiple styles are separated by ','. Valid styles are: "Default", "Standard", "Normal", "Symbol", "Fixed", "SansSerif", "Serif", "Decorative", "Special", "Italic", "Title", "Capitals", "CJK", "CJK_JP", "CJK_SC", "CJK_TC", "CJK_KR", "CTL", "NoneLatin", "Full", "Outline", "Shadow", "Rounded", "Typewriter", "Script", "Handwriting", "Chancery", "comic", "brushscript", "gothic", "schoolbook", "other"</desc> 68cdf0e10cSrcweir </info> 69cdf0e10cSrcweir </prop> 70cdf0e10cSrcweir </group> 71cdf0e10cSrcweir <group oor:name="ConfigurableSettings" oor:extensible="true"> 72cdf0e10cSrcweir <info> 73cdf0e10cSrcweir <author>PL</author> 74cdf0e10cSrcweir <desc>Specifies an extensible set of options that are ordered into key/value pairs for the VCL. For example, a valid key for describing when ATTools is activated is: "EnableATToolSupport" (valid values = "true", "false").</desc> 75cdf0e10cSrcweir </info> 76cdf0e10cSrcweir </group> 77cdf0e10cSrcweir <group oor:name="LocalizedDefaultFonts" oor:extensible="true"> 78cdf0e10cSrcweir <info> 79cdf0e10cSrcweir <author>PL</author> 80cdf0e10cSrcweir <desc>Contains a localized table of default font lists organized as a set of sets of key/value pairs. The outer set denotes the language (e.g. "en-US") so that default fonts can be declared for different language contexts. Each value is a font list separated by ';'. Default fonts are: CJK_DISPLAY, CJK_HEADING, CJK_PRESENTATION, CJK_SPREADSHEET, CJK_TEXT, CTL_DISPLAY, CTL_HEADING, CTL_PRESENTATION, CTL_SPREADSHEET, CTL_TEXT, FIXED, LATIN_DISPLAY, LATIN_FIXED, LATIN_HEADING, LATIN_PRESENTATION, LATIN_SPREADSHEET, LATIN_TEXT, SANS, SANS_UNICODE, SERIF, SYMBOL, UI_FIXED, UI_SANS. Corresponding font lists: *_DISPLAY, *_HEADING, *_PRESENTATION, *_SPREADSHEET, *_TEXT, SANS, SANS_UNICODE, SERIF,SYMBOL, UI_FIXED, UI_SANS.</desc> 81cdf0e10cSrcweir </info> 82cdf0e10cSrcweir </group> 83cdf0e10cSrcweir <set oor:name="LocalizedFontSubstitutions" oor:node-type="LFonts"> 84cdf0e10cSrcweir <info> 85cdf0e10cSrcweir <author>PL</author> 86cdf0e10cSrcweir <desc>Contains localized font substitution tables organized as a group of sets of LFonts. The outer set denotes the language (for example, "en-US").</desc> 87cdf0e10cSrcweir </info> 88cdf0e10cSrcweir </set> 89cdf0e10cSrcweir </templates> 90cdf0e10cSrcweir <component> 91cdf0e10cSrcweir <set oor:name="Settings" oor:node-type="ConfigurableSettings"> 92cdf0e10cSrcweir <info> 93cdf0e10cSrcweir <author>PL</author> 94cdf0e10cSrcweir <desc>Contains the settings for VCL (see template description).</desc> 95cdf0e10cSrcweir </info> 96cdf0e10cSrcweir </set> 97cdf0e10cSrcweir <set oor:name="DefaultFonts" oor:node-type="LocalizedDefaultFonts"> 98cdf0e10cSrcweir <info> 99cdf0e10cSrcweir <author>PL</author> 100cdf0e10cSrcweir <desc>Contains the localized default fonts for VCL (see template description).</desc> 101cdf0e10cSrcweir </info> 102cdf0e10cSrcweir </set> 103cdf0e10cSrcweir <set oor:name="FontSubstitutions" oor:node-type="LocalizedFontSubstitutions"> 104cdf0e10cSrcweir <info> 105cdf0e10cSrcweir <author>PL</author> 106cdf0e10cSrcweir <desc>Contains the localized font substitution tables for VCL (see template description).</desc> 107cdf0e10cSrcweir </info> 108cdf0e10cSrcweir </set> 109cdf0e10cSrcweir </component> 110cdf0e10cSrcweir</oor:component-schema> 111cdf0e10cSrcweir 112