# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t; fill-column: 100 -*- # # 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,crashextension)) $(eval $(call gb_Library_add_exception_objects,crashextension, \ desktop/test/deployment/crashextension/crashextension \ )) $(eval $(call gb_Library_set_componentfile,crashextension,desktop/test/deployment/crashextension/crashextension,crashextension)) $(eval $(call gb_Library_set_external_code,crashextension)) $(eval $(call gb_Library_use_libraries,crashextension, \ cppu \ cppuhelper \ sal \ )) $(eval $(call gb_Library_use_sdk_api,crashextension)) # vim: set noet sw=4 ts=4: ice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/UnoControls
AgeCommit message (Expand)Author
2019-04-03Fix typoAndrea Gelmini
2019-04-03Fix typoAndrea Gelmini
2019-04-03Fix typoAndrea Gelmini
2019-02-08loplugin:indentation in UnoControls..accessibilityNoel Grandin
2018-11-09Fix typosAndrea Gelmini
2018-10-31loplugin:useuniqueptr in impl_getWindowDescriptorNoel Grandin
2018-09-27loplugin:constfields in ucbhelperNoel Grandin
2018-09-18m_xTabControllerList is deadNoel Grandin
2018-09-18loplugin:useuniqueptr in BaseContainerControlNoel Grandin
2018-09-11clang-tidy bugprone-copy-constructor-initNoel Grandin
2018-08-29Fix typosAndrea Gelmini
2018-07-27new loplugin:stringloop, and applied in variousNoel Grandin
2018-04-16Fix typosAndrea Gelmini
2018-04-16loplugin:useuniqueptr in ProgressMonitorNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2018-03-23[API CHANGE] Fix typo in prop implemented by stardiv.UnoControls.FrameControlStephan Bergmann
2018-03-13Sorry, could not resist: Drive-by cosmetic changesTor Lillqvist
2018-03-07use more Color in UnoControls..canvasNoel Grandin
2018-03-02delete colordata.hxxNoel Grandin
2018-02-26use less TRGB_COLORDATANoel Grandin
2018-02-24Fix typosAndrea Gelmini
2018-02-01Fix typosAndrea Gelmini
2018-01-27Fix typosAndrea Gelmini
2018-01-12More loplugin:cstylecast: UnoControlsStephan Bergmann
2017-12-19Fix typosAndrea Gelmini
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-11-21Fix typosAndrea Gelmini
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin
2017-10-23loplugin:includeform: UnoControlsStephan Bergmann
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin
2017-07-11use more range-for on uno::SequenceNoel Grandin
2017-06-12cleanup unused css/frame/* includesJochen Nitschke
2017-06-10UnoControls: inline defines or convert to enumJochen Nitschke
2017-06-09UnoControls: replace double checked locking patternsJochen Nitschke
2017-06-05clang-tidy performance-unnecessary-value-paramNoel Grandin