1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
3<!--***********************************************************
4 *
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements.  See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership.  The ASF licenses this file
9 * to you under the Apache License, Version 2.0 (the
10 * "License"); you may not use this file except in compliance
11 * with the License.  You may obtain a copy of the License at
12 *
13 *   http://www.apache.org/licenses/LICENSE-2.0
14 *
15 * Unless required by applicable law or agreed to in writing,
16 * software distributed under the License is distributed on an
17 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18 * KIND, either express or implied.  See the License for the
19 * specific language governing permissions and limitations
20 * under the License.
21 *
22 ***********************************************************-->
23
24
25<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink" toolbar:id="toolbar">
26 <toolbar:toolbaritem xlink:href=".uno:SelectMode" toolbar:style="radio"/>
27 <toolbar:toolbaritem xlink:href=".uno:ManageLanguage"/>
28 <toolbar:toolbarbreak/>
29 <toolbar:toolbaritem xlink:href=".uno:TestMode"/>
30 <toolbar:toolbaritem xlink:href=".uno:ShowPropBrowser"/>
31 <toolbar:toolbarbreak/>
32 <toolbar:toolbaritem xlink:href=".uno:InsertPushbutton" toolbar:style="radio"/>
33 <toolbar:toolbaritem xlink:href=".uno:InsertImageControl" toolbar:style="radio"/>
34 <toolbar:toolbarbreak/>
35 <toolbar:toolbaritem xlink:href=".uno:Checkbox" toolbar:style="radio"/>
36 <toolbar:toolbaritem xlink:href=".uno:Radiobutton" toolbar:style="radio"/>
37 <toolbar:toolbarbreak/>
38 <toolbar:toolbaritem xlink:href=".uno:InsertFixedText" toolbar:style="radio"/>
39 <toolbar:toolbaritem xlink:href=".uno:InsertEdit" toolbar:style="radio"/>
40 <toolbar:toolbarbreak/>
41 <toolbar:toolbaritem xlink:href=".uno:InsertListbox" toolbar:style="radio"/>
42 <toolbar:toolbaritem xlink:href=".uno:Combobox" toolbar:style="radio"/>
43 <toolbar:toolbarbreak/>
44 <toolbar:toolbaritem xlink:href=".uno:HScrollbar" toolbar:style="radio"/>
45 <toolbar:toolbaritem xlink:href=".uno:VScrollbar" toolbar:style="radio"/>
46 <toolbar:toolbarbreak/>
47 <toolbar:toolbaritem xlink:href=".uno:Groupbox" toolbar:style="radio"/>
48 <toolbar:toolbaritem xlink:href=".uno:ProgressBar" toolbar:style="radio"/>
49 <toolbar:toolbarbreak/>
50 <toolbar:toolbaritem xlink:href=".uno:HFixedLine" toolbar:style="radio"/>
51 <toolbar:toolbaritem xlink:href=".uno:VFixedLine" toolbar:style="radio"/>
52 <toolbar:toolbarbreak/>
53 <toolbar:toolbaritem xlink:href=".uno:AddDateField" toolbar:style="radio"/>
54 <toolbar:toolbaritem xlink:href=".uno:InsertTimeField" toolbar:style="radio"/>
55 <toolbar:toolbarbreak/>
56 <toolbar:toolbaritem xlink:href=".uno:InsertNumericField" toolbar:style="radio"/>
57 <toolbar:toolbaritem xlink:href=".uno:InsertCurrencyField" toolbar:style="radio"/>
58 <toolbar:toolbarbreak/>
59 <toolbar:toolbaritem xlink:href=".uno:InsertFormattedField" toolbar:style="radio"/>
60 <toolbar:toolbaritem xlink:href=".uno:InsertPatternField" toolbar:style="radio"/>
61 <toolbar:toolbarbreak/>
62 <toolbar:toolbaritem xlink:href=".uno:InsertFileControl" toolbar:style="radio"/>
63 <toolbar:toolbaritem xlink:href=".uno:InsertTreeControl" toolbar:style="radio"/>
64 <toolbar:toolbarbreak/>
65</toolbar:toolbar>
66