# -*- 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 sc_unoapi_common,drawpageobj)) # vim: set noet sw=4 ts=4: /a>
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/inc
AgeCommit message (Expand)Author
2024-12-02cid#1606759 Data race conditionCaolán McNamara
2024-10-21Support FixedCellHeight in SdrAutoFitTextPrimitive2DArmin Le Grand (allotropia)
2024-10-21vcl: move bitmap filter headers into vcl/bitmap global header directoryChris Sherlock
2024-10-17tdf#159007 Revert "optimization to skip SdrObject::GetViewContent()"Caolán McNamara
2024-10-17tdf#34804 sw: enable keyboard shortcut for CharColor and CharBackColorJustin Luth
2024-10-01loplugin:constantparamNoel Grandin
2024-09-11tdf#161007: Report Builder Wizard failsJulien Nabet
2024-08-29tdf#161826 - Add uniform Glow effect for texts in shapesBalazs Varga
2024-08-20tdf#143148 Use pragma once in svxDeepanshu Sharma
2024-07-30tdf#161846 remove one layout operations (v)Noel Grandin
2024-07-30tdf#161846 remove one layout operations (iv)Noel Grandin
2024-07-16CairoSDPR: Direct support for RGBA Gradients (I)Armin Le Grand (Collabora)
2024-07-09Revert "fix and simplify the ItemInstanceManager mechanism"Noel Grandin
2024-07-08make some of the SfxStringItem subclasses hashableNoel Grandin
2024-07-05fill in more SfxItemType valuesNoel Grandin
2024-07-05fix asan buildNoel Grandin
2024-07-04svx: ImpChainLinkProperties cleanupTomaž Vajngerl
2024-06-24editeng: add convenience creators to ESelection All, NotFoundTomaž Vajngerl
2024-06-19tdf#159543 - Proper feedback needed when resizing a frame...Sahil Gautam
2024-06-18Add SfxItemType to SfxPoolItemOliver Specht
2024-05-11loplugin:ostr in svxNoel Grandin
2024-04-02simplify SotTempStream and lifetimeNoel Grandin
2024-03-29Use default HIDs in Gallery, simplify codeGabor Kelemen
2024-03-22tdf#159258 SD: SS: disable placeholdertext in imageAttila Szűcs
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)
2024-03-11tdf#81880 Search the GalleryOliver Specht
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski
2024-02-19hide more symbolsNoel Grandin
2024-02-12use more UNLESS_MERGELIBSNoel Grandin
2024-02-12Resolves tdf#158531 - Connector lines for Keep Ratio settingHeiko Tietze
2024-02-12make BufferedDecompositionPrimitive2D store a Primitive2DReference..Noel Grandin
2024-02-04Move mnTransparenceForShadow down to SdrCellPrimitive2DNoel Grandin
2023-12-30tdf#146619 Recheck svx/ with IWYUGabor Kelemen
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin
2023-11-18tdf#157716 - Rename "Language settings" to "Languages and Locales"t-aswath
2023-11-01AttributeProperties is effectively abstractNoel Grandin
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann