toolbar.xml (711fced4) | toolbar.xml (4689730c) |
---|---|
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 --- 11 unchanged lines hidden (view full) --- 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:OpenUrl" toolbar:visible="false"/> 27 <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:style="dropdown"/> | 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 --- 11 unchanged lines hidden (view full) --- 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:OpenUrl" toolbar:visible="false"/> 27 <toolbar:toolbaritem xlink:href=".uno:AddDirect" toolbar:style="dropdown"/> |
28 <toolbar:toolbaritem xlink:href=".uno:Open"/> | 28 <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/> |
29 <toolbar:toolbaritem xlink:href=".uno:Save"/> 30 <toolbar:toolbarseparator/> 31 <toolbar:toolbaritem xlink:href=".uno:Copy"/> 32 <toolbar:toolbaritem xlink:href=".uno:Paste" toolbar:style="dropdown"/> 33 <toolbar:toolbarseparator/> 34 <toolbar:toolbaritem xlink:href=".uno:Sortup"/> 35 <toolbar:toolbaritem xlink:href=".uno:SortDown"/> 36 <toolbar:toolbarseparator/> 37 <toolbar:toolbaritem xlink:href=".uno:DBNewForm" toolbar:style="dropdown"/> 38 <toolbar:toolbarseparator/> 39 <toolbar:toolbaritem xlink:href=".uno:HelpIndex"/> 40 <toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:visible="false"/> 41</toolbar:toolbar> | 29 <toolbar:toolbaritem xlink:href=".uno:Save"/> 30 <toolbar:toolbarseparator/> 31 <toolbar:toolbaritem xlink:href=".uno:Copy"/> 32 <toolbar:toolbaritem xlink:href=".uno:Paste" toolbar:style="dropdown"/> 33 <toolbar:toolbarseparator/> 34 <toolbar:toolbaritem xlink:href=".uno:Sortup"/> 35 <toolbar:toolbaritem xlink:href=".uno:SortDown"/> 36 <toolbar:toolbarseparator/> 37 <toolbar:toolbaritem xlink:href=".uno:DBNewForm" toolbar:style="dropdown"/> 38 <toolbar:toolbarseparator/> 39 <toolbar:toolbaritem xlink:href=".uno:HelpIndex"/> 40 <toolbar:toolbaritem xlink:href=".uno:ExtendedHelp" toolbar:visible="false"/> 41</toolbar:toolbar> |