1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2*7fced07dSAndrew Rist<!--*********************************************************** 3cdf0e10cSrcweir * 4*7fced07dSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 5*7fced07dSAndrew Rist * or more contributor license agreements. See the NOTICE file 6*7fced07dSAndrew Rist * distributed with this work for additional information 7*7fced07dSAndrew Rist * regarding copyright ownership. The ASF licenses this file 8*7fced07dSAndrew Rist * to you under the Apache License, Version 2.0 (the 9*7fced07dSAndrew Rist * "License"); you may not use this file except in compliance 10*7fced07dSAndrew Rist * with the License. You may obtain a copy of the License at 11cdf0e10cSrcweir * 12*7fced07dSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 13cdf0e10cSrcweir * 14*7fced07dSAndrew Rist * Unless required by applicable law or agreed to in writing, 15*7fced07dSAndrew Rist * software distributed under the License is distributed on an 16*7fced07dSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 17*7fced07dSAndrew Rist * KIND, either express or implied. See the License for the 18*7fced07dSAndrew Rist * specific language governing permissions and limitations 19*7fced07dSAndrew Rist * under the License. 20cdf0e10cSrcweir * 21*7fced07dSAndrew Rist ***********************************************************--> 22*7fced07dSAndrew Rist 23*7fced07dSAndrew 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="Commands" oor:package="org.openoffice.Office.UI" xml:lang="en-US"> <info> 26cdf0e10cSrcweir <author>CD</author> 27cdf0e10cSrcweir <desc >Contains general information about ~ and rules, and about actions based on office commands.</desc> 28cdf0e10cSrcweir </info> 29cdf0e10cSrcweir <templates> 30cdf0e10cSrcweir <group oor:name="LabelType"> 31cdf0e10cSrcweir <info> 32cdf0e10cSrcweir <desc>Provides a mapping between commands and their textual representation on the user interface.</desc> 33cdf0e10cSrcweir </info> 34cdf0e10cSrcweir <prop oor:name="Label" oor:type="xs:string" oor:localized="true"> 35cdf0e10cSrcweir <info> 36cdf0e10cSrcweir <desc>A localized text that describes the command or identifier. Can be used as a label inside a menu or as short tool tip help.</desc> 37cdf0e10cSrcweir </info> 38cdf0e10cSrcweir </prop> 39cdf0e10cSrcweir <prop oor:name="ContextLabel" oor:type="xs:string" oor:localized="true"> 40cdf0e10cSrcweir <info> 41cdf0e10cSrcweir <desc>A localized text that describes the identifier of a command in a structured menu. </desc> 42cdf0e10cSrcweir </info> 43cdf0e10cSrcweir </prop> 44cdf0e10cSrcweir <prop oor:name="Properties" oor:type="xs:int"> 45cdf0e10cSrcweir <info> 46cdf0e10cSrcweir <desc> 47cdf0e10cSrcweir Additional information about a single command. 48cdf0e10cSrcweir Bit 0 = Command has an image. 49cdf0e10cSrcweir Bit 1 = Image must be mirrored (CTL/vertical text). 50cdf0e10cSrcweir Bit 2 = Image must be rotated (CTL/vertical text). 51cdf0e10cSrcweir Bit 3 = Command supports a toggle state (Accessibility). 52cdf0e10cSrcweir </desc> 53cdf0e10cSrcweir </info> 54cdf0e10cSrcweir <value>0</value> 55cdf0e10cSrcweir </prop> 56cdf0e10cSrcweir </group> 57cdf0e10cSrcweir </templates> 58cdf0e10cSrcweir <component/> 59cdf0e10cSrcweir</oor:component-schema> 60