standardbar.xml (711fced4) | standardbar.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 --- 12 unchanged lines hidden (view full) --- 21 * 22 ***********************************************************--> 23 24 25<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> 26 <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/> 27 <toolbar:toolbaritem xlink:href=".uno:AddDirect"/> 28 <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false"/> | 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 --- 12 unchanged lines hidden (view full) --- 21 * 22 ***********************************************************--> 23 24 25<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink"> 26 <toolbar:toolbaritem xlink:href=".uno:OpenUrl" toolbar:visible="false"/> 27 <toolbar:toolbaritem xlink:href=".uno:AddDirect"/> 28 <toolbar:toolbaritem xlink:href=".uno:NewDoc" toolbar:visible="false"/> |
29 <toolbar:toolbaritem xlink:href=".uno:Open"/> | 29 <toolbar:toolbaritem xlink:href=".uno:Open" toolbar:style="dropdown"/> |
30 <toolbar:toolbaritem xlink:href=".uno:Save"/> 31 <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:visible="false"/> 32 <toolbar:toolbaritem xlink:href=".uno:SendMail"/> 33 <toolbar:toolbarseparator/> 34 <toolbar:toolbaritem xlink:href=".uno:EditDoc"/> 35 <toolbar:toolbarseparator/> 36 <toolbar:toolbaritem xlink:href=".uno:ExportDirectToPDF"/> 37 <toolbar:toolbaritem xlink:href=".uno:PrintDefault"/> --- 27 unchanged lines hidden --- | 30 <toolbar:toolbaritem xlink:href=".uno:Save"/> 31 <toolbar:toolbaritem xlink:href=".uno:SaveAs" toolbar:visible="false"/> 32 <toolbar:toolbaritem xlink:href=".uno:SendMail"/> 33 <toolbar:toolbarseparator/> 34 <toolbar:toolbaritem xlink:href=".uno:EditDoc"/> 35 <toolbar:toolbarseparator/> 36 <toolbar:toolbaritem xlink:href=".uno:ExportDirectToPDF"/> 37 <toolbar:toolbaritem xlink:href=".uno:PrintDefault"/> --- 27 unchanged lines hidden --- |