summaryrefslogtreecommitdiff
path: root/xmlscript/Module_xmlscript.mk
blob: 56df07de29d228dbb39e913ebb0830d6a553b2f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -*- 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,xmlscript))

$(eval $(call gb_Module_add_targets,xmlscript,\
    Library_xmlscript \
    Package_dtd \
))

# vim: set noet sw=4 ts=4:
='/cgit/lo/core/commit/svtools/source/hatchwindow/documentcloser.cxx?id=59b072e22b0610abc7ffdbc75873ef5cbba58de7'>yyyyyNoel Grandin 2015-10-30com::sun::star->css in svtoolsNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-07svtools: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-08-28make PostUserEvent Link<> typedNoel Grandin 2015-06-02cppcheck: noExplicitConstructorCaolán McNamara 2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann 2015-05-10Replace IMPL_STATIC_LINK[_TYPED] with more useful variantsStephan Bergmann 2015-04-29Remove unnecessary STATIC_LINK macroStephan Bergmann 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-05-08svtools: sal_Bool->boolNoel Grandin 2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin 2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-23Remove unneccessary commentsAlexander Wilms 2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky 2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky 2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky 2014-01-17Pass initialize arguments directly into ODocumentCloser' ctor.Matúš Kukan 2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan 2014-01-15Initialize constructor based implementations in one place.Matúš Kukan 2014-01-08svt: Use constructor feature for ODocumentCloser.Matúš Kukan 2013-10-17fdo#54938: Adapt svtools and comphelper module ...Marcos Paulo de Souza 2013-08-21osl_getThreadIdentifier(0) -> osl::Thread::getCurrentIdentifier()Stephan Bergmann 2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2012-09-29Use comphelper::getComponentContextStephan Bergmann