xref: /AOO41X/main/odk/examples/cpp/custompanel/DrawWindowState.xcu (revision abfe7a5a2afd40460bdbc5c1a51909ee2d9b5a04)
1760d135fSAriel Constenla-Haile<?xml version='1.0' encoding='UTF-8'?>
2760d135fSAriel Constenla-Haile<!--***********************************************************
3760d135fSAriel Constenla-Haile *
4760d135fSAriel Constenla-Haile * Licensed to the Apache Software Foundation (ASF) under one
5760d135fSAriel Constenla-Haile * or more contributor license agreements.  See the NOTICE file
6760d135fSAriel Constenla-Haile * distributed with this work for additional information
7760d135fSAriel Constenla-Haile * regarding copyright ownership.  The ASF licenses this file
8760d135fSAriel Constenla-Haile * to you under the Apache License, Version 2.0 (the
9760d135fSAriel Constenla-Haile * "License"); you may not use this file except in compliance
10760d135fSAriel Constenla-Haile * with the License.  You may obtain a copy of the License at
11760d135fSAriel Constenla-Haile *
12760d135fSAriel Constenla-Haile *   http://www.apache.org/licenses/LICENSE-2.0
13760d135fSAriel Constenla-Haile *
14760d135fSAriel Constenla-Haile * Unless required by applicable law or agreed to in writing,
15760d135fSAriel Constenla-Haile * software distributed under the License is distributed on an
16760d135fSAriel Constenla-Haile * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17760d135fSAriel Constenla-Haile * KIND, either express or implied.  See the License for the
18760d135fSAriel Constenla-Haile * specific language governing permissions and limitations
19760d135fSAriel Constenla-Haile * under the License.
20760d135fSAriel Constenla-Haile *
21760d135fSAriel Constenla-Haile ***********************************************************-->
22760d135fSAriel Constenla-Haile
23760d135fSAriel Constenla-Haile<oor:component-data oor:name="DrawWindowState" oor:package="org.openoffice.Office.UI" xmlns:install="http://openoffice.org/2004/installation" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
24760d135fSAriel Constenla-Haile  <node oor:name="UIElements">
25760d135fSAriel Constenla-Haile    <node oor:name="States">
26760d135fSAriel Constenla-Haile      <node oor:name="private:resource/toolpanel/org.openoffice.example.colorpanel/FFFF00" oor:op="replace">
27760d135fSAriel Constenla-Haile        <prop oor:name="UIName" oor:type="xs:string">
28760d135fSAriel Constenla-Haile          <value>Soylent Yellow</value>
29760d135fSAriel Constenla-Haile        </prop>
30760d135fSAriel Constenla-Haile        <prop oor:name="Visible" oor:type="xs:boolean">
31760d135fSAriel Constenla-Haile          <value>false</value>
32760d135fSAriel Constenla-Haile        </prop>
33760d135fSAriel Constenla-Haile        <prop oor:name="ImageURL" oor:type="xs:string">
34*abfe7a5aSAriel Constenla-Haile          <value>vnd.sun.star.extension://org.apache.openoffice.custom-tool-panel/panel.png</value>
35760d135fSAriel Constenla-Haile        </prop>
36760d135fSAriel Constenla-Haile        <prop oor:name="HelpURL" oor:type="xs:string">
37*abfe7a5aSAriel Constenla-Haile          <value>vnd.sun.star.help://org.apache.openoffice.custom-tool-panel/colorpanel</value>
38760d135fSAriel Constenla-Haile        </prop>
39760d135fSAriel Constenla-Haile      </node>
40760d135fSAriel Constenla-Haile    </node>
41760d135fSAriel Constenla-Haile  </node>
42760d135fSAriel Constenla-Haile</oor:component-data>
43