# -*- 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,sc_chartobj)) $(eval $(call gb_CppunitTest_use_external,sc_chartobj,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_chartobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_chartobj, \ sc/qa/extras/scchartobj \ )) $(eval $(call gb_CppunitTest_use_libraries,sc_chartobj, \ comphelper \ cppu \ cppuhelper \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_chartobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_chartobj)) $(eval $(call gb_CppunitTest_use_ure,sc_chartobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_chartobj)) $(eval $(call gb_CppunitTest_use_rdb,sc_chartobj,services)) $(eval $(call gb_CppunitTest_use_components,sc_chartobj)) $(eval $(call gb_CppunitTest_use_configuration,sc_chartobj)) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/toolkit/source/controls/roadmapcontrol.cxx
AgeCommit message (Expand)Author
2017-05-05loplugin:checkunusedparams in toolkit..vbahelperNoel Grandin
2017-02-28new loplugin unoanyNoel Grandin
2017-02-06Add missing #includesStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-11-18remove some double callsNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-04-11clang-tidy performance-unnecessary-value-param in toolkitNoel Grandin
2016-03-10Avoid reserved identifiersStephan Bergmann
2016-02-09Remove excess newlinesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09com::sun::star->css in toolkit/Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2014-08-07Avoid incomplete type in fn sig to keep ubsan's RTTI-based checks happyStephan Bergmann
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from toolkitAlexander Wilms
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-24tk: Ctor feature for toolkit::(UnoControlRoadmapModel|UnoRoadmapControl).Matúš Kukan
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-01-09fdo#46808, convert UnoControl and sub-classes to XComponentContextNoel Grandin
2012-10-03re-base on ALv2 code. Includes:Michael Meeks
2012-05-28targeted string re-workNorbert Thiebaud
2011-11-27remove include of pch header from toolkitNorbert Thiebaud
2011-03-11Merge commit 'ooo/DEV300_m101' into intm101Jan Holesovsky
2010-12-23cppcheck: prefer prefix variantCaolán McNamara
2010-12-06gridsort: give the UnoControl(Model/Base) classes a ctor taking a service fac...Frank Schoenheit [fs]
2010-11-22RTL_CONSTASCII_USTRINGPARAM in libs-gui 08Gert Faller
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-06-21unoawt2: derive the RoadmapControlModel from the GraphicControlModel base cla...Frank Schoenheit [fs]
2010-06-18unoawt2: get rid of the ImageConsumer/Producer connection between image-rende...Frank Schoenheit [fs]
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-09-17CWS-TOOLING: integrate CWS a11y32Ivo Hinkelmann
2008-04-11INTEGRATION: CWS changefileheader (1.10.184); FILE MERGEDRüdiger Timm
2006-11-21INTEGRATION: CWS pj65 (1.9.8); FILE MERGEDVladimir Glazounov