# -*- 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_UITest_UITest,calc_tests8)) $(eval $(call gb_UITest_add_modules,calc_tests8,$(SRCDIR)/sc/qa/uitest,\ calc_tests8/ \ )) $(eval $(call gb_UITest_set_defs,calc_tests8, \ TDOC="$(SRCDIR)/sc/qa/uitest/data" \ )) # vim: set noet sw=4 ts=4: e' href='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/include/comphelper/synchronousdispatch.hxx
td>migrate to boost::gettext
AgeCommit message (Expand)Author
2014-03-01Remove visual noise from includeAlexander Wilms
2013-11-09fdo#65108 inter-module includes <>Norbert Thiebaud
2013-10-23fixincludeguards.sh: include/c*Thomas Arnhold
Caolán McNamara
2017-07-13use more OUString::operator== in a*..chart2Noel Grandin
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke
2017-07-03use begin()/end() when working with SequenceNoel Grandin
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke
2017-05-18can drop SCH_RESSTR nowCaolán McNamara
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert chart2 controller source from OSL_ASSERT to assertChris Sherlock
2017-02-15Drop :: prefix from std in c*/Tor Lillqvist
2017-02-03makeAny->Any in basctl..chart2Noel Grandin
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-13chart2: remove unused ContainerHelper.hxx includesJochen Nitschke
2016-04-11loplugin:constantparamNoel Grandin
2016-01-11loplugin:unusedmethods unused return value in chart2Noel Grandin
2015-11-19use comphelper::containerToSequenceNoel Grandin
2015-09-14boost->stdCaolán McNamara
2015-08-11tdf#92459 Cleanup unclear lambdasDaniel Robertson
2015-08-01tdf#92459 replace deprecated o3tl featuresDaniel Robertson
2015-06-04uno::Sequence provides now begin and endNoel Grandin
2015-04-23loplugin:staticmethodsNoel Grandin
2014-07-22callcatcher: update unused codeCaolán McNamara
2014-06-24Annotate the code a little more, to make it easier to follow.Kohei Yoshida
2014-06-22show the property mapping sequences by defaultMarkus Mohrhard
2014-06-22extract common codeMarkus Mohrhard
2014-04-10Make implicit assignment etc. work for these iterator classesStephan Bergmann
2014-03-17we also need to translate from ui to internal rolesMarkus Mohrhard
2014-03-09improve the handling of property mapping sequencesMarkus Mohrhard
2014-02-17Don't violate the One Definition RuleTor Lillqvist
2014-01-29start time based onlz after dialog is closedMarkus Mohrhard
2014-01-29give up with the nice solutions and enjoy the ugly hackMarkus Mohrhard
2013-11-19use ChartModel instead of XModel in a few placesMarkus Mohrhard
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara
2013-07-29fdo#62475 removed pointless commentsJelle van der Waa
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara