1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*cdf0e10cSrcweir<!--*********************************************************************** 3*cdf0e10cSrcweir * 4*cdf0e10cSrcweir * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 5*cdf0e10cSrcweir * 6*cdf0e10cSrcweir * Copyright 2000, 2010 Oracle and/or its affiliates. 7*cdf0e10cSrcweir * 8*cdf0e10cSrcweir * OpenOffice.org - a multi-platform office productivity suite 9*cdf0e10cSrcweir * 10*cdf0e10cSrcweir * This file is part of OpenOffice.org. 11*cdf0e10cSrcweir * 12*cdf0e10cSrcweir * OpenOffice.org is free software: you can redistribute it and/or modify 13*cdf0e10cSrcweir * it under the terms of the GNU Lesser General Public License version 3 14*cdf0e10cSrcweir * only, as published by the Free Software Foundation. 15*cdf0e10cSrcweir * 16*cdf0e10cSrcweir * OpenOffice.org is distributed in the hope that it will be useful, 17*cdf0e10cSrcweir * but WITHOUT ANY WARRANTY; without even the implied warranty of 18*cdf0e10cSrcweir * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 19*cdf0e10cSrcweir * GNU Lesser General Public License version 3 for more details 20*cdf0e10cSrcweir * (a copy is included in the LICENSE file that accompanied this code). 21*cdf0e10cSrcweir * 22*cdf0e10cSrcweir * You should have received a copy of the GNU Lesser General Public License 23*cdf0e10cSrcweir * version 3 along with OpenOffice.org. If not, see 24*cdf0e10cSrcweir * <http://www.openoffice.org/license.html> 25*cdf0e10cSrcweir * for a copy of the LGPLv3 License. 26*cdf0e10cSrcweir * 27*cdf0e10cSrcweir ************************************************************************ --> 28*cdf0e10cSrcweir<!DOCTYPE oor:component-schema SYSTEM "../../../component-schema.dtd"> 29*cdf0e10cSrcweir<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> 30*cdf0e10cSrcweir <author>PL</author> 31*cdf0e10cSrcweir <desc >Contains preferences for the VCL (Visual Class Library).</desc> 32*cdf0e10cSrcweir </info> 33*cdf0e10cSrcweir <templates> 34*cdf0e10cSrcweir <group oor:name="LFonts"> 35*cdf0e10cSrcweir <info> 36*cdf0e10cSrcweir <author>PL</author> 37*cdf0e10cSrcweir <desc>Contains attributes for fonts. The substitution lists are separated by ';' and are searched first to last for a substitute.</desc> 38*cdf0e10cSrcweir </info> 39*cdf0e10cSrcweir <prop oor:name="SubstFonts" oor:type="xs:string"> 40*cdf0e10cSrcweir <info> 41*cdf0e10cSrcweir <desc>Contains a list of substitute fonts used in office documents.</desc> 42*cdf0e10cSrcweir </info> 43*cdf0e10cSrcweir </prop> 44*cdf0e10cSrcweir <prop oor:name="SubstFontsMS" oor:type="xs:string"> 45*cdf0e10cSrcweir <info> 46*cdf0e10cSrcweir <desc>Contains a list of substitute fonts used in MS import filters.</desc> 47*cdf0e10cSrcweir </info> 48*cdf0e10cSrcweir </prop> 49*cdf0e10cSrcweir <prop oor:name="SubstFontsPS" oor:type="xs:string"> 50*cdf0e10cSrcweir <info> 51*cdf0e10cSrcweir <desc>Contains a list of substitute fonts used in a PostScript context (for example, EPS export).</desc> 52*cdf0e10cSrcweir </info> 53*cdf0e10cSrcweir </prop> 54*cdf0e10cSrcweir <prop oor:name="SubstFontsHTML" oor:type="xs:string"> 55*cdf0e10cSrcweir <info> 56*cdf0e10cSrcweir <desc>Contains a list of substitute fonts used in a HTML context (for example, HTML import/export).</desc> 57*cdf0e10cSrcweir </info> 58*cdf0e10cSrcweir </prop> 59*cdf0e10cSrcweir <prop oor:name="FontWeight" oor:type="xs:string"> 60*cdf0e10cSrcweir <info> 61*cdf0e10cSrcweir <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> 62*cdf0e10cSrcweir </info> 63*cdf0e10cSrcweir </prop> 64*cdf0e10cSrcweir <prop oor:name="FontWidth" oor:type="xs:string"> 65*cdf0e10cSrcweir <info> 66*cdf0e10cSrcweir <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> 67*cdf0e10cSrcweir </info> 68*cdf0e10cSrcweir </prop> 69*cdf0e10cSrcweir <prop oor:name="FontType" oor:type="xs:string"> 70*cdf0e10cSrcweir <info> 71*cdf0e10cSrcweir <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> 72*cdf0e10cSrcweir </info> 73*cdf0e10cSrcweir </prop> 74*cdf0e10cSrcweir </group> 75*cdf0e10cSrcweir <group oor:name="ConfigurableSettings" oor:extensible="true"> 76*cdf0e10cSrcweir <info> 77*cdf0e10cSrcweir <author>PL</author> 78*cdf0e10cSrcweir <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> 79*cdf0e10cSrcweir </info> 80*cdf0e10cSrcweir </group> 81*cdf0e10cSrcweir <group oor:name="LocalizedDefaultFonts" oor:extensible="true"> 82*cdf0e10cSrcweir <info> 83*cdf0e10cSrcweir <author>PL</author> 84*cdf0e10cSrcweir <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> 85*cdf0e10cSrcweir </info> 86*cdf0e10cSrcweir </group> 87*cdf0e10cSrcweir <set oor:name="LocalizedFontSubstitutions" oor:node-type="LFonts"> 88*cdf0e10cSrcweir <info> 89*cdf0e10cSrcweir <author>PL</author> 90*cdf0e10cSrcweir <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> 91*cdf0e10cSrcweir </info> 92*cdf0e10cSrcweir </set> 93*cdf0e10cSrcweir </templates> 94*cdf0e10cSrcweir <component> 95*cdf0e10cSrcweir <set oor:name="Settings" oor:node-type="ConfigurableSettings"> 96*cdf0e10cSrcweir <info> 97*cdf0e10cSrcweir <author>PL</author> 98*cdf0e10cSrcweir <desc>Contains the settings for VCL (see template description).</desc> 99*cdf0e10cSrcweir </info> 100*cdf0e10cSrcweir </set> 101*cdf0e10cSrcweir <set oor:name="DefaultFonts" oor:node-type="LocalizedDefaultFonts"> 102*cdf0e10cSrcweir <info> 103*cdf0e10cSrcweir <author>PL</author> 104*cdf0e10cSrcweir <desc>Contains the localized default fonts for VCL (see template description).</desc> 105*cdf0e10cSrcweir </info> 106*cdf0e10cSrcweir </set> 107*cdf0e10cSrcweir <set oor:name="FontSubstitutions" oor:node-type="LocalizedFontSubstitutions"> 108*cdf0e10cSrcweir <info> 109*cdf0e10cSrcweir <author>PL</author> 110*cdf0e10cSrcweir <desc>Contains the localized font substitution tables for VCL (see template description).</desc> 111*cdf0e10cSrcweir </info> 112*cdf0e10cSrcweir </set> 113*cdf0e10cSrcweir </component> 114*cdf0e10cSrcweir</oor:component-schema> 115*cdf0e10cSrcweir 116