# -*- 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_Module_Module,fpicker)) $(eval $(call gb_Module_add_targets,fpicker,\ Library_fps_office \ UIConfig_fps \ )) $(eval $(call gb_Module_add_l10n_targets,fpicker,\ AllLangMoTarget_fps \ )) ifeq ($(OS),MACOSX) $(eval $(call gb_Module_add_targets,fpicker,\ Library_fps_aqua \ )) endif ifeq ($(OS),WNT) $(eval $(call gb_Module_add_targets,fpicker,\ Library_fps \ WinResTarget_fps \ )) endif # screenshots $(eval $(call gb_Module_add_screenshot_targets,fpicker,\ CppunitTest_fpicker_dialogs_test \ )) # vim: set noet sw=4 ts=4: stro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/unoidl
AgeCommit message (Expand)Author
2016-02-06Fix prev. commitStephan Bergmann
2016-02-06Clean up for loops in unoidlStephan Bergmann
2016-02-04Add --ignore-unpublished to unoidl-checkStephan Bergmann
2015-12-14Use emplace_backStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06coverity#1338263 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338262 Uncaught exceptionCaolán McNamara
2015-11-06coverity#1338259 Uncaught exceptionCaolán McNamara
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-21Use sal_uInt16, as required, and use < in for loop conditionMatteo Casalin
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara
2015-05-28new clang plugin: loopvartoosmallNoel Grandin
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-09convert RTReferenceType to scoped enumNoel Grandin
2015-04-09convert RTMethodMode to scoped enumNoel Grandin
2015-04-09convert RT_ACCESS fields to scoped enumNoel Grandin
2015-04-09convert RegError to scoped enumNoel Grandin
2015-04-09convert RegValueType to scoped enumNoel Grandin
2015-04-09convert REG_ constants to scoped enumNoel Grandin
2015-03-09V801: Decreased performanceCaolán McNamara
2015-03-02remove executable bit from c / h / cxx / hxx / l filesMichael Stahl
2014-12-19unoidl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-21Silence unhelpful cid#1213376 untrusted loop bound warningsStephan Bergmann
2014-11-20This should ideally be consistency-checked in UnoidlProviderStephan Bergmann
2014-11-19Guard against cyclic entity dependenciesStephan Bergmann
2014-11-19Check entity and type name syntaxStephan Bergmann
2014-11-19Check for recursive mapsStephan Bergmann
2014-11-19Revert "cosmetic 'en-passant'...."Stephan Bergmann
2014-11-18Avoid overflowStephan Bergmann
2014-11-18Check that UNOIDL enum has membersStephan Bergmann
2014-11-18Avoid overflowStephan Bergmann
2014-11-05coverity#1103678 Unchecked dynamic_castCaolán McNamara
2014-10-24coverity#1242422 Unchecked dynamic_castCaolán McNamara
2014-07-10cosmetic 'en-passant'....Norbert Thiebaud
2014-07-10coverity#1224979 Missing break in switchCaolán McNamara
2014-07-10coverity#1224980 Missing break in switchCaolán McNamara
2014-07-07fix build error 'strlen' is not a member of 'std' locallyDouglas Mencken
2014-06-27tweak assert so comment appears in abort messageCaolán McNamara
2014-05-23Remove circular references between unoidl::Manager and its providersStephan Bergmann
2014-05-23Combine unoidl::loadProvider and unoidl::Manager::addProviderStephan Bergmann
2014-04-29coverity#1210179 Uninitialized pointer fieldCaolán McNamara
2014-04-11unoidl-check: Also check for invalid UNOIDL identifiersStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin
2014-02-24Yet another one undefined comparison of 'const' and a 'non-const' iteratorsDouglas Mencken
2014-02-18tests belong to check targetBjoern Michaelsen
2014-01-08OK to add optional bases to published old-style servicesStephan Bergmann
2013-12-20typo fixesAndras Timar