summaryrefslogtreecommitdiff
path: root/source/auxiliary/xh/sdraw.cfg
blob: ee1e018374ec60a2851f473610080752d19590c4 (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
#
# 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 .
#


Title=%PRODUCTNAME Draw

Language=xh
Order=4
Start=text%2Fsdraw%2Fmain0000.xhp
Heading=headingheading
Program=DRAW
'>feature/pytable LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/tools/source/generic/poly2.cxx
AgeCommit message (Expand)Author
2024-07-31cid#1555417 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-14tdf#145538 - related: Make tools::PolyPolygon iterableYuki Joou
2023-07-06make tools::Poly*gon single-arg constructors explicitNoel Grandin
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-01-14cid#1471346 Uncaught exceptionCaolán McNamara
2020-12-24custom literal for Degree10Noel Grandin
2020-11-20tools::Polygon::Clip() is broken with bezier curves (tdf#137068)Luboš Luňák
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19add tools::Long typedef and use it in toolsNoel
2020-08-06loplugin:flatten in toolsNoel Grandin
2019-08-30fix PolyPolygon move operator=Noel Grandin
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen
2018-11-21loplugin:redundantfcast improvementsNoel Grandin
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin
2018-01-13loplugin:useuniqueptr in PolyPolygonNoel Grandin
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-02-10remove unused enumerators from PolyClipOpNoel Grandin
2016-09-02coverity#1371213 Missing move assignment operatorCaolán McNamara
2016-06-03drop "Solar-Version not set on rIStream" messagesNoel Grandin
2016-03-01loplugin:unuseddefaultparam in toolsNoel Grandin
2015-11-11stream version doesn't matter hereCaolán McNamara
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05(Poly)Polygons: sal_uIntPtr to sal_uInt32/sdt::size_t/enumMatteo Casalin
2015-11-05class PolyOptimizeData is never instantiatedMatteo Casalin
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-01-26coverity#1244945 Untrusted value as argumentCaolán McNamara
2015-01-26coverity#1244946 Untrusted value as argumentCaolán McNamara
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-11initialize nPolyCountCaolán McNamara
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-09-10clip PolyPolygon::Insert on .svm loadCaolán McNamara
2014-06-26check for self-assignCaolán McNamara
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-17Move bezier functionsChris Sherlock
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-21TOOLS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud