# -*- 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,evtatt)) $(eval $(call gb_Library_set_componentfile,evtatt,eventattacher/source/evtatt,services)) $(eval $(call gb_Library_use_libraries,evtatt,\ comphelper \ cppuhelper \ cppu \ sal \ )) $(eval $(call gb_Library_add_exception_objects,evtatt,\ eventattacher/source/eventattacher \ )) $(eval $(call gb_Library_use_api,evtatt,\ udkapi \ )) # vim: set ts=4 sw=4 et: nk LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/registry/source/regimpl.cxx
AgeCommit message (Expand)Author
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-04-09fix android buildNoel Grandin
2015-04-09convert RTReferenceType to scoped enumNoel Grandin
2015-04-09convert RTMethodMode to scoped enumNoel Grandin
2015-04-09convert RT_ACCESS fields to scoped enumNoel Grandin
2015-04-09convert RegError to scoped enumNoel Grandin
2015-04-09convert RegValueType to scoped enumNoel Grandin
2015-04-09convert REG_ constants to scoped enumNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-01-28Some more loplugin:cstylecast clean-upStephan Bergmann
2014-12-19fdo#39440 reduce scope of local variablesMichael Weghorn
2014-11-21Silence unhelpful cid#1215304 untrusted loop bound warningsStephan Bergmann
2014-09-30registry: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-25coverity#705672 Resource leakCaolán McNamara
2014-09-17Translate German comments.Michael Meeks
2014-02-26Remove visual noise from registryAlexander Wilms
2014-02-17registry: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-09-05CID#1078783: fix memory leakMarkus Mohrhard
2013-05-29fdo#60724 change spelling error REMOVEABLE -> REMOVABLE IIThomas Arnhold
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19reduce whitespaces between include and filenameThomas Arnhold
2013-02-25loplugin: improve indentationThomas Arnhold
2013-01-26Remove redundant braces around for loopsStephan Bergmann
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini
2012-08-04Replace usage of rtl/memory.h in registry with equivalent from string.hArnaud Versini
2012-07-03re-base on ALv2 code.Michael Meeks
2012-03-29UNO BYTE is signedStephan Bergmann
2012-01-17registry: print error messages on stderrMichael Stahl
2012-01-02Fix for fdo43460 Part XXVII getLength() to isEmpty()Olivier Hallot
2011-11-27remove include of pch header from registryNorbert Thiebaud
2011-10-07cppcheck reduce scope of var in registry/...regimpl.cxxPierre-André Jacquod
2011-09-27Removed uses of rtl::O[U]String[Buffer]::operator sal_{char|Unicode} const *().Stephan Bergmann
2011-09-23tidy indentCaolán McNamara
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara