# -*- 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_Module_Module,ios)) ifeq ($(OS),IOS) $(eval $(call gb_Module_add_targets,ios,\ CustomTarget_Lo_Xcconfig \ CustomTarget_LibreOfficeLight_app \ )) endif # vim: set noet sw=4 ts=4: 'main'>index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/dtrans
AgeCommit message (Expand)Author
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-28Avoid uncommon C++ style of forward declaration combined with its useTor Lillqvist
2015-07-08vcl: use SAL_INFO for available X11 clipboard formatsMichael Stahl
2015-07-08Fix typosAndrea Gelmini
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-13TyposJulien Nabet
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-23Remove include stdio (part6)Julien Nabet
2015-05-07convert BMP_DITHER flags to scoped enumNoel Grandin
2015-05-06convert CONFIG_MODE constants to scoped enumNoel Grandin
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-04Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann
2014-11-24rhbz#1167250: Avoid X11Clipboard already being destroyed in constructorStephan Bergmann