# -*- 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_Library_Library,officebean)) $(eval $(call gb_Library_use_externals,officebean,\ jawt \ )) ifneq ($(OS),WNT) $(eval $(call gb_Library_add_cobjects,officebean,\ bean/native/unix/com_sun_star_comp_beans_LocalOfficeWindow \ )) endif ifeq ($(OS),WNT) $(eval $(call gb_Library_add_cobjects,officebean,\ bean/native/win32/com_sun_star_comp_beans_LocalOfficeWindow \ )) endif $(eval $(call gb_Library_use_libraries,officebean,\ $(gb_UWINAPI) \ )) # vim: set noet sw=4 ts=4: e-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/chart2/source/view/axes/VPolarAngleAxis.cxx
AgeCommit message (Expand)Author
2018-09-06tdf#42949 Fix IWYU warnings in chart2/source/view/{axes,charttypes,main}/*hxxGabor Kelemen
2018-08-11loplugin:mergeclasses AbstractShapeFactory into ShapeFactoryNoel Grandin
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski
2018-08-01loplugin:returnconstant in chart2Noel Grandin
2018-03-07use more Color in chart2Noel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2017-11-04loplugin:constparams in various(1)Noel Grandin
2017-11-03inline ASSERT_EXCEPTION macro in chart2Noel Grandin
2017-10-23loplugin:includeform: chart2Stephan Bergmann
2017-08-02remove unnecessary use of 'this->'Noel Grandin
2017-06-20loplugin:oncevar chart2Noel Grandin
2017-05-23enhance useuniqueptr lopluginNoel Grandin
2017-04-28commit: loplugin:checkunusedparams in chart2Noel Grandin
2017-02-03makeAny->Any in basctl..chart2Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-14boost->stdCaolán McNamara
2015-07-30small fix to reduce UnknownPropertyException in chart2Markus Mohrhard
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-27Remove unnecessary semicolonsPeter Senna Tschudin