# -*- 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_Library_Library,cppuhelper)) $(eval $(call gb_Library_set_soversion_script,cppuhelper,$(SRCDIR)/cppuhelper/source/gcc3.map)) $(eval $(call gb_Library_use_internal_comprehensive_api,cppuhelper,\ cppuhelper \ udkapi \ )) $(eval $(call gb_Library_add_defs,cppuhelper,\ -DCPPUHELPER_DLLIMPLEMENTATION \ )) $(eval $(call gb_Library_set_precompiled_header,cppuhelper,cppuhelper/inc/pch/precompiled_cppuhelper)) $(eval $(call gb_Library_use_libraries,cppuhelper,\ cppu \ reg \ sal \ salhelper \ unoidl \ xmlreader \ )) $(eval $(call gb_Library_use_static_libraries,cppuhelper,\ findsofficepath \ )) $(eval $(call gb_Library_add_exception_objects,cppuhelper,\ cppuhelper/source/access_control \ cppuhelper/source/bootstrap \ cppuhelper/source/compat \ cppuhelper/source/component_context \ cppuhelper/source/component \ cppuhelper/source/defaultbootstrap \ cppuhelper/source/exc_thrower \ cppuhelper/source/factory \ cppuhelper/source/implbase \ cppuhelper/source/implbase_ex \ cppuhelper/source/implementationentry \ cppuhelper/source/interfacecontainer \ cppuhelper/source/macro_expander \ cppuhelper/source/paths \ cppuhelper/source/propertysetmixin \ cppuhelper/source/propshlp \ cppuhelper/source/servicemanager \ cppuhelper/source/shlib \ cppuhelper/source/supportsservice \ cppuhelper/source/tdmgr \ cppuhelper/source/typemanager \ cppuhelper/source/typeprovider \ cppuhelper/source/unourl \ cppuhelper/source/weak \ )) # vim: set noet sw=4 ts=4: e-6-2'>distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/source/ui/dialogs
AgeCommit message (Expand)Author
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-08-02sc: theme color support for sparklines + ODF & OOXML import/exportTomaž Vajngerl
2022-09-05tdf#150749 Find and replace on very large sheetNoel Grandin
2022-05-03Resolves tdf#148568 - Rework the Sparklines dialogHeiko Tietze
2022-04-10sc: add UI, undo/redo and test to change sparkline data rangeTomaž Vajngerl
2022-04-10cid#1503834: copy-pasteJulien Nabet
2022-04-05sc: add SparklineGroup Undo/RedoTomaž Vajngerl
2022-04-05sc: edit all sparkline attributes in SparklineDialogTomaž Vajngerl
2022-04-04sc: add "Edit Sparkline Group" context menu actionTomaž Vajngerl
2022-04-04sc: split attrs out of SparklineGroup into a COW classTomaž Vajngerl
2022-04-04sc: add Undo/Redo for inserting SparklinesTomaž Vajngerl
2022-04-03sc: SparklineDialog add type, colors and propertiesTomaž Vajngerl
2022-04-03sc: SparklineDialog and "Insert Sparkline" to context menuTomaž Vajngerl
2021-10-16Simplify vector initialization in scJulien Nabet
2021-08-09Related: tdf#143759 Display results of find empty or replace to emptyEike Rathke
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-09-18ScCellIterator never passed a null ScDocument*Caolán McNamara
2020-09-18ScAddress::Parse never passed a null ScDocument*Caolán McNamara
2020-08-31Related: tdf#136189 don't assert on unsetting non-existing previous sort columnCaolán McNamara
2020-06-17tdf#133807 re-present search dialog after a short timeoutCaolán McNamara
2020-06-09tdf#133807 represent a visible search dialog when search results is closedCaolán McNamara
2020-06-09Resolves: tdf#133780 allow sorting search result treeview columnsCaolán McNamara
2020-01-24loplugin:makeshared in scNoel Grandin
2019-05-17Resolves tdf#87965 - Make 'Search Results' dialog optionalheiko tietze
2019-05-13drop some unneeded includesCaolán McNamara