# -*- 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_CppunitTest_CppunitTest,unoxml_domtest)) $(eval $(call gb_CppunitTest_add_exception_objects,unoxml_domtest, \ unoxml/qa/unit/domtest \ )) $(eval $(call gb_CppunitTest_use_sdk_api,unoxml_domtest)) $(eval $(call gb_CppunitTest_use_components,unoxml_domtest,\ configmgr/source/configmgr \ framework/util/fwk \ i18npool/util/i18npool \ sfx2/util/sfx \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ unoxml/source/service/unoxml \ )) $(eval $(call gb_CppunitTest_use_externals,unoxml_domtest, \ boost_headers \ )) $(eval $(call gb_CppunitTest_use_libraries,unoxml_domtest, \ comphelper \ cppu \ cppuhelper \ sal \ sax \ test \ unotest \ )) $(eval $(call gb_CppunitTest_use_configuration,unoxml_domtest)) $(eval $(call gb_CppunitTest_use_ure,unoxml_domtest)) $(eval $(call gb_CppunitTest_use_vcl,unoxml_domtest)) # vim: set noet sw=4 ts=4: /libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/toolbars
AgeCommit message (Expand)Author
2024-07-31reduce number of GetItem callsNoel Grandin
2024-05-11loplugin:ostr in svxNoel Grandin
2024-04-03tdf#146619 Drop unused 'using namespace' in: svx/Gabor Kelemen
2024-03-10tdf#90242 Navigator: Improve custom shape namingJim Raykowski
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svxStephan Bergmann
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-07-20tdf#150302 Fix FontworkSameLetterHeights button in DrawMatt K
2023-06-26new loplugin:constexprliteralNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl
2022-03-01Fix typosAndrea Gelmini
2022-02-18-Werror=maybe-uninitializedNoel Grandin
2022-02-17tdf#147409 tdf#146866 use SetPropertyValue for toggleRegina Henschel
2022-02-17tdf#145700 Improve lighting in extruded custom shapesRegina Henschel
2021-11-06tdf#140321 enable 'matte', 'metal' extrusion surfaceRegina Henschel
2021-08-18loplugin:constparamsNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-06-11tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)
2021-06-10tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)
2021-04-13no need to make copies of these objectsNoel Grandin
2021-04-01Introduce Fontwork contextSzymon Kłos
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-17tdf#141021 Correct sign in Origin in Extrusion NorthRegina Henschel
2021-03-08clean up some more dynamic/static castingNoel
2021-01-14Make Fontwork gallery dialog asyncSzymon Kłos
2021-01-09fix coverity parse errorsCaolán McNamara
2020-12-26New loplugin:stringliteralvarStephan Bergmann
2020-08-06loplugin:flatten in svxNoel Grandin
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-03-10tdf#42949 Fix IWYU warnings in svx/source/[t-x]*/*cxxGabor Kelemen
2020-01-06Removed redundant semicolonsAndrea Gelmini
2019-09-26drop unnecessary includes and update pchCaolán McNamara
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-02-10loplugin:indentation in svxNoel Grandin