/* * 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/. * */ interface Sparkline { } shell SparklineShell { import Sparkline; } owspan='2'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oox/inc
AgeCommit message (Expand)Author
2024-11-12tdf#163486: PVS: Identical branchesBogdan Buzea
2024-08-29tdf#161826 - Add uniform Glow effect for texts in shapesBalazs Varga
2024-07-21tdf#82716 Add initial implementation of the Histogram Chartvarshneydevansh
2024-05-02tdf#148616 Speed up finding custom shape guide valueAron Budea
2024-04-03svx: read font and spacing scaling from oox, add bot as UNO prop.Tomaž Vajngerl
2024-04-02tdf#78027 - Fix Chart OOXML Import with non-uniform formatted titlesBalazs Varga
2024-03-20tdf#70039 import material of extruded shapesRegina Henschel
2024-03-13tdf#70039 import lighting of extruded shapesRegina Henschel
2024-03-02tdf#159912 extruded shapes already rotate backgroundRegina Henschel
2024-02-20Remove exec bits from source fileAndrea Gelmini
2024-02-20Fix typoAndrea Gelmini
2024-02-19tdf#70039 convert 3D effects to extrusionRegina Henschel
2024-02-19tdf#50934: OfPie inport from OOXML, plus initial work for exportKurt Nordback
2024-01-18tdf#146487 Don't show generic diagram title when there is an empty title givenSamuel Mehrbrodt
2024-01-09tdf#137691 chart2 import: provide NumberFormat to DataSeriesJustin Luth
2023-12-06tdf#126084 import svg image from ooxml document that use svgBlip elem.Tomaž Vajngerl
2023-12-01Fix typoAndrea Gelmini
2023-12-01[API CHANGE] Add OOXML way of curved connector routingRegina Henschel
2023-11-17Add getUnicodeTokenName() to StaticTokenMap and use...Regina Henschel
2023-11-15Fix typoAndrea Gelmini
2023-11-15Fix typoAndrea Gelmini
2023-11-15Import Wordprocessing Canvas, wpc:wpc elementRegina Henschel
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann