# -*- 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/. # $(eval $(call gb_Module_Module,libwpd)) $(eval $(call gb_Module_add_targets,libwpd,\ UnpackedTarball_libwpd \ )) ifeq ($(COM),MSC) $(eval $(call gb_Module_add_targets,libwpd,\ Library_wpd \ )) else $(eval $(call gb_Module_add_targets,libwpd,\ ExternalPackage_libwpd \ ExternalProject_libwpd \ )) endif # vim: set noet sw=4 ts=4: m'>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/sdr/properties/e3dsceneproperties.cxx
AgeCommit message (Expand)Author
2024-07-30tdf#161846 remove one layout operations (v)Noel Grandin
2024-07-30tdf#161846 remove one layout operations (iv)Noel Grandin
2024-04-19loplugin:constantparamNoel Grandin
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)
2023-10-31rename mxItemSet->moItemSet in DefaultPropertiesNoel Grandin
2023-10-18use more SdrObjList::begin/end in svxNoel Grandin
2022-10-20fix regression in "Format - 3D Effects"Noel Grandin
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin
2022-02-27use more SfxItemSet::CloneAsValueNoel Grandin
2022-01-11do not call broadcast SetStyleSheet from a non-broadcast oneLuboš Luňák
2021-09-25use SfxItemSetFixed in svxNoel Grandin
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-04-19svx properties: pass SfxItemSet around by valueNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen