summaryrefslogtreecommitdiff
path: root/sw/uiconfig/swriter/toolbar/drawbar.xml
blob: 8731a059d648af8cf0bf7cc481fe0b0450926c53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE toolbar:toolbar PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "toolbar.dtd">
<!--
 * This file is part of the LibreOffice project.
 *
 * This Source Code Form is subject to the terms of the Mozilla Public
 * License, v. 2.0. If a copy of the MPL was not distributed with this
 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
 *
 * This file incorporates work covered by the following license notice:
 *
 *   Licensed to the Apache Software Foundation (ASF) under one or more
 *   contributor license agreements. See the NOTICE file distributed
 *   with this work for additional information regarding copyright
 *   ownership. The ASF licenses this file to you under the Apache
 *   License, Version 2.0 (the "License"); you may not use this file
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
-->
<toolbar:toolbar xmlns:toolbar="http://openoffice.org/2001/toolbar" xmlns:xlink="http://www.w3.org/1999/xlink">
 <toolbar:toolbaritem xlink:href=".uno:SelectObject" toolbar:helpid="10128"/>
 <toolbar:toolbarseparator/>
 <toolbar:toolbaritem xlink:href=".uno:Line" toolbar:helpid="10102"/>
 <toolbar:toolbaritem xlink:href=".uno:Rect" toolbar:helpid="10104"/>
 <toolbar:toolbaritem xlink:href=".uno:Ellipse" toolbar:helpid="10110"/>
 <toolbar:toolbaritem xlink:href=".uno:Polygon_Unfilled" toolbar:visible="false" toolbar:helpid="10395"/>
 <toolbar:toolbaritem xlink:href=".uno:Bezier_Unfilled" toolbar:visible="false" toolbar:helpid="10397"/>
 <toolbar:toolbaritem xlink:href=".uno:Freeline_Unfilled" toolbar:helpid="10464"/>
 <toolbar:toolbaritem xlink:href=".uno:Arc" toolbar:visible="false" toolbar:helpid="10114"/>
 <toolbar:toolbaritem xlink:href=".uno:Pie" toolbar:visible="false" toolbar:helpid="10112"/>
 <toolbar:toolbaritem xlink:href=".uno:CircleCut" toolbar:visible="false" toolbar:helpid="10115"/>
 <toolbar:toolbaritem xlink:href=".uno:DrawText" toolbar:helpid="10253"/>
 <toolbar:toolbaritem xlink:href=".uno:VerticalText" toolbar:helpid="10905"/>
 <toolbar:toolbaritem xlink:href=".uno:Text_Marquee" toolbar:visible="false" toolbar:helpid="10465"/>
 <toolbar:toolbaritem xlink:href=".uno:DrawCaption" toolbar:helpid="10254"/>
 <toolbar:toolbaritem xlink:href=".uno:VerticalCaption" toolbar:helpid="10906"/>
 <toolbar:toolbarseparator/>
 <toolbar:toolbaritem xlink:href=".uno:BasicShapes" toolbar:helpid="11002"/>
 <toolbar:toolbaritem xlink:href=".uno:SymbolShapes" toolbar:helpid="11003"/>
 <toolbar:toolbaritem xlink:href=".uno:ArrowShapes" toolbar:helpid="11004"/>
 <toolbar:toolbaritem xlink:href=".uno:FlowChartShapes" toolbar:helpid="11005"/>
 <toolbar:toolbaritem xlink:href=".uno:CalloutShapes" toolbar:helpid="11006"/>
 <toolbar:toolbaritem xlink:href=".uno:StarShapes" toolbar:helpid="11007"/>
 <toolbar:toolbarseparator/>
 <toolbar:toolbaritem xlink:href=".uno:ToggleObjectBezierMode" toolbar:helpid="10126"/>
 <toolbar:toolbarseparator/>
 <toolbar:toolbaritem xlink:href=".uno:FontworkGalleryFloater" toolbar:helpid="10977"/>
 <toolbar:toolbaritem xlink:href=".uno:InsertGraphic" toolbar:helpid="10241"/>
 <toolbar:toolbarseparator/>
 <toolbar:toolbaritem xlink:href=".uno:ExtrusionToggle" toolbar:helpid="10960"/>
</toolbar:toolbar>
?h=cp-6.4-30&id=b09deb075319c1c19f91e3a6f64429b61682ebf8'>loplugin:constparams handle constructorsNoel Grandin 2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke 2017-07-18loplugin:constparams in i18npool,opencl,svlNoel Grandin 2017-06-27loplugin:useuniqueptr in variousNoel Grandin 2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin 2017-05-17Remove old cruft #if 0 debugger test casesEike Rathke 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke 2017-05-04Number formatter: handle negative signed year date as BCEEike Rathke 2017-05-04Make SvNumberformat::ImpIsIso8601() constEike Rathke 2017-04-28loplugin:salunicodeliteral: svlStephan Bergmann 2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin 2017-04-26use strong_int for LanguageTypeNoel Grandin 2017-04-13convert DateFormat to scoped enum and rename to DateOrderNoel Grandin 2017-04-07loplugin:redundantcast find cstyle arithmetic castsNoel Grandin 2017-04-07tdf#39468 Translate German commentsJens Carl 2017-04-06tdf#106190 Fix (again) left alignment of denominatorLaurent Balland-Poirier 2017-03-25Fix typosAndrea Gelmini 2017-03-23Remove unused #include <ctype.h>Stephan Bergmann 2017-03-14Following tdf#106190 Treat blank after fraction barLaurent Balland-Poirier 2017-03-10guard against a (theoretical?) endless loop of blanks onlyEike Rathke 2017-03-10string access out of boundsEike Rathke 2017-03-02tdf#106190 fix left alignment of denominatorLaurent Balland-Poirier 2017-02-20tdf#105657 Treat "Precision as shown" for fractionsLaurent Balland-Poirier 2017-02-15Resolves: tdf#105968 handle engineering notation rounded into next magnitudeEike Rathke