# -*- 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_cellrangesobj)) $(eval $(call gb_CppunitTest_use_external,sc_cellrangesobj,boost_headers)) $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_cellrangesobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_cellrangesobj, \ sc/qa/extras/sccellrangesobj\ )) $(eval $(call gb_CppunitTest_use_libraries,sc_cellrangesobj, \ cppu \ sal \ subsequenttest \ test \ unotest \ )) $(eval $(call gb_CppunitTest_set_include,sc_cellrangesobj,\ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_sdk_api,sc_cellrangesobj)) $(eval $(call gb_CppunitTest_use_ure,sc_cellrangesobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_cellrangesobj)) $(eval $(call gb_CppunitTest_use_components,sc_cellrangesobj,\ $(sc_unoapi_common_components) \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_cellrangesobj)) # vim: set noet sw=4 ts=4: o/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/canvas
AgeCommit message (Expand)Author
2017-09-04tdf#104252 EMF rendering, set correct VirtualDevice sizeSzymon Kłos
2017-08-25cairo_canvas: shape clipping box doesn't match where its text is renderedCaolán McNamara
2017-02-09tdf#105620: Fix placement of image embedded in graphicTor Lillqvist
2017-01-23tdf#100151: Dispose of window if DX device creation failedAron Budea
2016-11-11loplugin:vclwidgetsStephan Bergmann
2016-11-11loplugin:expandablemethods in avmedia..canvasNoel Grandin
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-11-10make comphelper::sequenceToContainer a little smarterNoel Grandin
2016-10-21loplugin:expandablemethodds in include/basic..comphelperNoel Grandin
2016-10-16clang-cl loplugin: canvasStephan Bergmann
2016-10-06Resolves: tdf#103026 invalid dash causes CAIRO_STATUS_INVALID_DASH stateCaolán McNamara
2016-10-06use a vector here instead of manual mem managementCaolán McNamara
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-22loplugin:unusedmethods unused returnsNoel Grandin
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-14loplugin:constantparamNoel Grandin
2016-09-14tdf#88205 use list ctor for uno::Sequence a11y to canvasJochen Nitschke
2016-09-14loplugin:constantparam in chart2..connectivityNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke
2016-08-24tdf#96505 get rid of long integer literals 'L'Asela Dasanayaka
2016-08-21Related: tdf#86473 git rid of special pixel snapping for rectanglesCaolán McNamara
2016-08-20Resolves: tdf#86473 approx 1 pixel high rectangular polygon not drawnCaolán McNamara
2016-08-05loplugin:countusersofdefaultparams in canvas,chart2Noel Grandin
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara
2016-08-01tdf#100726: Improve readability of OUString concatenationnadith
2016-07-28tdf#101026 Create more correct replacement control vectorArmin Le Grand
2016-07-27improve passstuffbyref return analysisNoel Grandin