summaryrefslogtreecommitdiff
path: root/sc/CppunitTest_sc_shapeobj.mk
blob: 3983b6ce6c080100b0883704cfc1674c9989c14e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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 sc_unoapi_common,shapeobj))

# vim: set noet sw=4 ts=4:
2:51:47 +0200'>2015-07-18sax: convert MergeMarksEnum to enum classMichael Stahl 2015-07-18sax, sw: try to make that maMarkStack easier to understandMichael Stahl 2015-06-16Fix typosAndrea Gelmini 2015-04-15remove unnecessary use of void in function declarationsNoel Grandin 2015-03-27loplugin:staticfunctionNoel Grandin 2015-03-09V801: Decreased performanceCaolán McNamara 2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara 2014-11-12make FastAttributeList's unknown attribute value be passed as OStringLuboš Luňák 2014-11-12allow inserting attributes that have zero lengthLuboš Luňák 2014-11-12typo: represant->representAndras Timar 2014-10-23Remove few pointless OUString::number() and one methodMatúš Kukan 2014-10-23FastSerializer: Use faster TokenValue struct when possibleMatúš Kukan 2014-10-23FastSerializer: avoid some more OStringsMatúš Kukan 2014-10-23FastSerializer: Use FastAttributeList directly to write faster.Matúš Kukan 2014-10-23fastparser: avoid allocating un-used FastTokenLookup class.Michael Meeks 2014-10-23FastSerializer: Have OString version of write() too.Matúš Kukan 2014-07-03fdo#80748: Fix for file corruption due to framePrRohit Deshmukh 2014-05-27css already means ::com::sun::starThomas Arnhold 2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin 2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-03-05sax: FastAttributeList - add attribute in a specific namespaceTomaž Vajngerl 2014-03-01Remove visual noise from includeAlexander Wilms 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPop()Noel Grandin 2014-02-25remove unused code sax_fastparser::FastSerializerHelper::copyTopMarkPush()Noel Grandin 2014-02-08coverity#1130446 Uncaught exceptionCaolán McNamara