#************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # Copyright 2000, 2010 Oracle and/or its affiliates. # # OpenOffice.org - a multi-platform office productivity suite # # This file is part of OpenOffice.org. # # OpenOffice.org is free software: you can redistribute it and/or modify # it under the terms of the GNU Lesser General Public License version 3 # only, as published by the Free Software Foundation. # # OpenOffice.org is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU Lesser General Public License version 3 for more details # (a copy is included in the LICENSE file that accompanied this code). # # You should have received a copy of the GNU Lesser General Public License # version 3 along with OpenOffice.org. If not, see # # for a copy of the LGPLv3 License. # #************************************************************************* # mk file for Unix Linux Intel (X86) using GCC, please make generic modifications to unxlng.mk CDEFAULTOPT=-Os ARCH_FLAGS*=-mtune=pentiumpro .INCLUDE : unxlng.mk CDEFS+=-DX86 DLLPOST=.so DLLPOSTFIX=li 5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/eventattacher/source
AgeCommit message (Expand)Author
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-05-24coverity#983657 Uncaught exceptionCaolán McNamara
2014-05-22Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet
2014-04-22eventattacher: sal_Bool->boolNoel Grandin
2014-04-14Remove dead function declarationStephan Bergmann
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-07Introduce com.sun.star.beans.theIntrospection singletonStephan Bergmann
2014-02-27eventattacher: fix out of bounds string accessMiklos Vajna
2014-02-26Remove visual noise from eventattacherAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
2013-11-11remove unnecessary use of OUString constructorNoel Grandin
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza
2013-05-14fdo#46808, Convert script::InvocationAdapterFactory to new styleNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-10-23fdo#46808, use service constructor for beans::IntrospectionNoel Grandin
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann
2012-09-05fdo#46808, Adapt reflection::CoreReflection UNO service to new styleNoel Grandin
2012-09-01add more component prefixesMatúš Kukan
2012-08-27fdo#46808, Adapt script::Converter service code to new styleNoel Grandin
2012-06-26re-base on ALv2 code.Michael Meeks
2012-05-31targeted string re-workNorbert Thiebaud
2012-03-23.component files don't need executable bitsMichael Stahl
2011-12-10catch exception by constant referenceTakeshi Abe
2011-10-05fix broken eventattacher. bnc#718227Noel Power
2011-09-18convert eventattacher to gbuild and add to tail_buildPeter Foley