# -*- 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_Executable_Executable,pixelctl)) $(eval $(call gb_Executable_use_api,pixelctl,\ offapi \ udkapi \ )) $(eval $(call gb_Executable_use_external,pixelctl,boost_headers)) $(eval $(call gb_Executable_set_include,pixelctl,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ -I$(SRCDIR)/svx/inc \ )) $(eval $(call gb_Executable_use_libraries,pixelctl,\ svx \ tl \ sal \ vcl \ cppu \ cppuhelper \ comphelper \ )) $(eval $(call gb_Executable_add_exception_objects,pixelctl,\ svx/workben/pixelctl \ )) # vim: set noet sw=4 ts=4: tion value='distro/CN/libreoffice-7-4-LTS'>distro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sdext/source/presenter/PresenterController.cxx
AgeCommit message (Expand)Author
2019-07-20loplugin:referencecasting in sdextNoel Grandin
2019-02-24loplugin:unusedfields in sdextNoel Grandin
2019-02-12loplugin:flatten in sdextNoel Grandin
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-03Simplify containers iterations in sdextArkadiy Illarionov
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2017-07-18loplugin:constparams in sdextNoel Grandin
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin
2017-07-02loplugin:casttovoid: sdextStephan Bergmann
2017-06-05Improved loplugin:redundantcast, const/static_cast combinations: sdextStephan Bergmann
2017-05-12remove unused uno::Reference varsNoel Grandin
2017-05-08teach loplugin:constantparam about simple constructor callsNoel Grandin
2017-05-07revert OSL_ASSERT changesChris Sherlock
2017-05-07tdf#43157: convert sdext codebase away from OSL_ASSERT to assertChris Sherlock
2017-01-28loplugin:stringconstant check for unnecessary OUString constructor..Noel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-27loplugin:expandablemethods in sdextNoel Grandin
2016-06-27loplugin:singlevalfields in sdextNoel Grandin
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-14loplugin:passstuffbyref in sdextNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock