# -*- 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_UnpackedTarball_UnpackedTarball,ucpp)) $(eval $(call gb_UnpackedTarball_set_tarball,ucpp,$(UCPP_TARBALL))) $(eval $(call gb_UnpackedTarball_set_patchlevel,ucpp,0)) $(eval $(call gb_UnpackedTarball_add_patches,ucpp,\ external/ucpp/ucpp.patch \ )) # vim: set noet sw=4 ts=4: is.form.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfvalue.cxx
AgeCommit message (Expand)Author
2014-06-17n#825305: writerfilter RTF import: override style properties like WordMichael Stahl
2014-05-20enhance pass-by-ref plugin to detect large argumentsNoel Grandin
2014-05-18writerfilter: drop global 'using css' from WW8ResourceModel.hxxMiklos Vajna
2014-04-22Related: fdo#77600 RTF import: RTFValue::equals: compare attribute contentMiklos Vajna
2014-04-20writerfilter: fix indentation in rtfvalueMiklos Vajna
2014-03-17writerfilter: prefer passing OUString by referenceNoel Grandin
2014-03-03RTFValue::equals: consider the number of attributes/sprms as wellMiklos Vajna
2014-01-22writerfilter: refactor to avoid redundant FSPA class in doctokMiklos Vajna
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-01RTFValue: support storing RTFShapeMiklos Vajna