summaryrefslogtreecommitdiff
path: root/source/auxiliary/id/sdatabase.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'source/auxiliary/id/sdatabase.cfg')
-rw-r--r--source/auxiliary/id/sdatabase.cfg17
1 files changed, 17 insertions, 0 deletions
diff --git a/source/auxiliary/id/sdatabase.cfg b/source/auxiliary/id/sdatabase.cfg
index a669d512bb..32888e7dd6 100644
--- a/source/auxiliary/id/sdatabase.cfg
+++ b/source/auxiliary/id/sdatabase.cfg
@@ -1,3 +1,20 @@
+#
+# 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 Base
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/svx/svdobj.hxx
AgeCommit message (Expand)Author
2022-02-25Advanced Diagram support: cleanup/consolidate with existing codeArmin Le Grand (Allotropia)
2022-02-15return by const& from SdrObject::GetNameNoel Grandin
2022-02-11svx::PropertyChangeNotifier improvementsNoel Grandin
2022-01-11do not call broadcast SetStyleSheet from a non-broadcast oneLuboš Luňák
2022-01-06bypass SvxShape when creating rectangles in chart2Noel Grandin
2021-12-10merge setUnoShape and impl_setUnoShapeNoel Grandin
2021-11-07return XShape from SdrObject::getUnoShapeNoel Grandin
2021-09-17tdf#143550 - use the term "gluepoints" consistentlyrocso
2021-08-18loplugin:passstuffbyrefNoel Grandin
2021-08-17rename SetRectsDirty->SetBoundAndSnapRectsDirtyNoel Grandin
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-26tdf#123626 Allow adding hyperlinks to shapesSamuel Mehrbrodt
2021-05-08ref-count SfxItemPoolNoel Grandin
2021-04-12svx: prefix members of SdrObjectMiklos Vajna
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-03-24use mutable rather than const_cast..thisNoel
2021-03-18elide SetParentAtSdrObjectFromSdrObjListNoel Grandin
2021-02-11rename RestGeoData->RestoreGeoDataNoel Grandin
2021-02-10clean up SdrObject cloningNoel
2021-02-09return by unique_ptr from NewGeoDataNoel Grandin
2021-01-26loplugin:passstuffbyrefNoel
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-23add utility NbcRotate methodNoel Grandin
2020-12-03tdf#34828 sd navigator: make unnamed shape select select shape objectJim Raykowski
2020-11-23pragma once for svdobj.hxxTomaž Vajngerl
2020-11-23svx: organize forward declarations in svdobj.hxxTomaž Vajngerl
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-10-16try to prefetch also graphics for background fill bitmapLuboš Luňák
2020-04-16tdf#122444 Use fontwork name for object nameJim Raykowski
2020-03-13Revert "loplugin:constfields in svx"Noel Grandin
2020-02-02tdf#128302: Split SVXCORE_DLLPUBLIC from SVX_DLLPUBLICStephan Bergmann
2019-11-05Looks like UBSan still needs SdrObjGeoData's RTTI for some reasonStephan Bergmann
2019-11-05make some classes module-privateNoel Grandin
2019-10-28tdf#125191 Give object copies unique namesJim Raykowski
2019-10-09rename ImpTakeDescriptionStr -> ImpGetDescriptionStrNoel Grandin
2019-09-27loplugin:virtualdead in svxNoel Grandin
2019-09-06use unique_ptr in DoConvertToPolyObjNoel Grandin
2019-09-05use unique_ptr in SdrObject::getFullDragCloneNoel Grandin
2019-09-03loplugin:constmethod in svxNoel Grandin
2019-08-27no need to add a new virtual method (tdf#119388 related)Noel Grandin
2019-08-23tdf#119388 use virtual to bypass dynamic_castNoel Grandin
2019-08-05SmartArt: store diagram data model in SdrObjectGrzegorz Araminowicz
2019-08-03Fix typosAndrea Gelmini