formcontrols.xml (a0b87975) | formcontrols.xml (711fced4) |
---|---|
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 unchanged lines hidden (view full) --- 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"> | 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 unchanged lines hidden (view full) --- 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:SelectObject" toolbar:helpid="helpid:10128" toolbar:text="" toolbar:style="radio auto" /> 27 <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode" toolbar:helpid="helpid:10629" /> | 26 <toolbar:toolbaritem xlink:href=".uno:SelectObject" toolbar:style="radio auto"/> 27 <toolbar:toolbaritem xlink:href=".uno:SwitchControlDesignMode"/> |
28 <toolbar:toolbarbreak/> | 28 <toolbar:toolbarbreak/> |
29 <toolbar:toolbaritem xlink:href=".uno:ControlProperties" toolbar:helpid="helpid:10613" /> 30 <toolbar:toolbaritem xlink:href=".uno:FormProperties" toolbar:helpid="helpid:10614" /> | 29 <toolbar:toolbaritem xlink:href=".uno:ControlProperties"/> 30 <toolbar:toolbaritem xlink:href=".uno:FormProperties"/> |
31 <toolbar:toolbarbreak/> | 31 <toolbar:toolbarbreak/> |
32 <toolbar:toolbaritem xlink:href=".uno:CheckBox" toolbar:helpid="helpid:10596" toolbar:style="radio auto" /> 33 <toolbar:toolbaritem xlink:href=".uno:Edit" toolbar:helpid="helpid:10599" toolbar:style="radio auto" /> | 32 <toolbar:toolbaritem xlink:href=".uno:CheckBox" toolbar:style="radio auto"/> 33 <toolbar:toolbaritem xlink:href=".uno:Edit" toolbar:style="radio auto"/> |
34 <toolbar:toolbarbreak/> | 34 <toolbar:toolbarbreak/> |
35 <toolbar:toolbaritem xlink:href=".uno:FormattedField" toolbar:helpid="helpid:10728" toolbar:style="radio auto" /> 36 <toolbar:toolbaritem xlink:href=".uno:Pushbutton" toolbar:helpid="helpid:10594" toolbar:style="radio auto" /> | 35 <toolbar:toolbaritem xlink:href=".uno:FormattedField" toolbar:style="radio auto"/> 36 <toolbar:toolbaritem xlink:href=".uno:Pushbutton" toolbar:style="radio auto"/> |
37 <toolbar:toolbarbreak/> | 37 <toolbar:toolbarbreak/> |
38 <toolbar:toolbaritem xlink:href=".uno:RadioButton" toolbar:helpid="helpid:10595" toolbar:style="radio auto" /> 39 <toolbar:toolbaritem xlink:href=".uno:ListBox" toolbar:helpid="helpid:10600" toolbar:style="radio auto" /> | 38 <toolbar:toolbaritem xlink:href=".uno:RadioButton" toolbar:style="radio auto"/> 39 <toolbar:toolbaritem xlink:href=".uno:ListBox" toolbar:style="radio auto"/> |
40 <toolbar:toolbarbreak/> | 40 <toolbar:toolbarbreak/> |
41 <toolbar:toolbaritem xlink:href=".uno:ComboBox" toolbar:helpid="helpid:10601" toolbar:style="radio auto" /> 42 <toolbar:toolbaritem xlink:href=".uno:Label" toolbar:helpid="helpid:10597" toolbar:style="radio auto" /> | 41 <toolbar:toolbaritem xlink:href=".uno:ComboBox" toolbar:style="radio auto"/> 42 <toolbar:toolbaritem xlink:href=".uno:Label" toolbar:style="radio auto"/> |
43 <toolbar:toolbarbreak/> | 43 <toolbar:toolbarbreak/> |
44 <toolbar:toolbaritem xlink:href=".uno:MoreControls" toolbar:helpid="helpid:11045" /> 45 <toolbar:toolbaritem xlink:href=".uno:FormDesignTools" toolbar:helpid="helpid:11046" /> | 44 <toolbar:toolbaritem xlink:href=".uno:MoreControls"/> 45 <toolbar:toolbaritem xlink:href=".uno:FormDesignTools"/> |
46 <toolbar:toolbarbreak/> | 46 <toolbar:toolbarbreak/> |
47 <toolbar:toolbaritem xlink:href=".uno:UseWizards" toolbar:helpid="helpid:10727" /> | 47 <toolbar:toolbaritem xlink:href=".uno:UseWizards"/> |
48</toolbar:toolbar> | 48</toolbar:toolbar> |