# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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 . # $(eval $(call gb_Package_Package,xmloff_dtd,$(SRCDIR)/xmloff/dtd)) $(eval $(call gb_Package_add_files,xmloff_dtd,$(LIBO_SHARE_FOLDER)/dtd/officedocument/1_0,\ chart.mod \ datastyl.mod \ defs.mod \ drawing.mod \ dtypes.mod \ form.mod \ meta.mod \ nmspace.mod \ office.dtd \ office.mod \ script.mod \ settings.mod \ style.mod \ table.mod \ text.mod \ )) # vim: set noet sw=4 ts=4: /cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/slideshow
AgeCommit message (Expand)Author
2023-12-12cid#1559173 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-10cid#1545789 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-10cid#1546281 COPY_INSTEAD_OF_MOVECaolán McNamara
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin
2023-12-06make AlphaMask separate from BitmapNoel Grandin
2023-12-04cid#1545597 Using invalid iteratorJulien Nabet
2023-12-04cid#1545810 Using invalid iteratorJulien Nabet
2023-12-04cid#1546275 Using invalid iteratorJulien Nabet
2023-11-22tdf#158126 UI: Scalable buttons for Impress navigation barIrgaliev Amin
2023-11-19c++20: use std::erase(_if) instead of std::remove(_if)+erase (part 11)Julien Nabet
2023-10-19use more SdrObjList::begin/end in sdNoel Grandin
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-09-23Use less epoxy external headers dependencyGabor Kelemen
2023-09-21tdf#146619 Recheck include/basegfx with IWYUGabor Kelemen
2023-09-05tdf#154138 C/P regression - used setWidth instead of setHeightTomaž Vajngerl
2023-08-24tdf#112687 Simplify polylines from slideshow annotationsRegina Henschel
2023-08-15CID 1539919: Null pointer dereferencesRegina Henschel
2023-08-14tdf#154265 Disable automatic slide advancement when moving backwardsSamuel Mehrbrodt
2023-08-13Related tdf#156630 and tdf#156629 force snapshot of alpha maskPatrick Luby
2023-08-13tfd#112687 Combine adjacent lines into one shapeRegina Henschel
2023-08-10tdf#156630 eliminate opaque parts when drawing animated PNG imagesPatrick Luby
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-07-23vcl: Drop now unneeded DevicePoint typedefKhaled Hosny
2023-07-16editeng: Use Tools::Point::RotateAround instead of our ownDr. David Alan Gilbert
2023-07-13basegfx: replace typedef with a class B2ISize based on Size2DTomaž Vajngerl
2023-07-05tdf#113290: Fix handling of grapheme clusters in slideshow animationsKhaled Hosny