# -*- 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,libcmis)) $(eval $(call gb_UnpackedTarball_set_tarball,libcmis,$(LIBCMIS_TARBALL))) $(eval $(call gb_UnpackedTarball_set_patchlevel,libcmis,1)) $(eval $(call gb_UnpackedTarball_add_patches,libcmis, \ external/libcmis/libcmis-libxml2_compatibility.patch \ external/libcmis/0001-rename-class-GetObject-to-avoid-name-clash-on-Window.patch \ external/libcmis/libcmis_onedrive.patch \ external/libcmis/libcmis_oauth_pw_as_refreshtoken.patch.1 \ external/libcmis/libcmis_gdrive.patch.1 \ external/libcmis/libcmis-boost-string.patch \ )) # vim: set noet sw=4 ts=4: ro/allotropia/zeta-24-2'>distro/allotropia/zeta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svgio
AgeCommit message (Expand)Author
2014-10-18cppcheck: Prefer prefix ++/-- operators for non-primitive typesJulien Nabet
2014-10-13Resolves: #i125325# added code to handle block comments...Armin Le Grand
2014-10-13Resolves: #i125326# accept CssStyles with missing type attributeArmin Le Grand
2014-10-09Resolves: #i125329# Take care of Css selector '*'Armin Le Grand
2014-10-08Resolves: #i125332# made css style stuff aware that it is case independentArmin Le Grand
2014-10-05use isEmpty() instead of getLength() where appropriateChr. Rossmanith
2014-08-31Typo: childs->childrenJulien Nabet
2014-08-16SVG test: check content of Primitive2DSequence with the XML dumperTomaž Vajngerl
2014-08-07loplugin:passstuffbyrefStephan Bergmann
2014-08-07loplugin:saloverrideStephan Bergmann
2014-08-07Related: #i125293# More unified (still simple) CssStyles and solversArmin Le Grand
2014-08-02Change RectWithStylesByGroup to be same as other style testsTomaž Vajngerl
2014-07-30error: reference to "Primitive2DSequence" is ambiguousMatúš Kukan
2014-07-29SVG test that sequences are equalJoren De Cuyper
2014-07-26drop rtl:: and staticsCaolán McNamara
2014-07-26Related: #i125293# Further corrections for CssStyle handling in SVG importerArmin Le Grand
2014-07-25fdo#48065 SVG: correctly clamp fill-opacityJoren De Cuyper
2014-07-24Related: #i125292#, #i125293# enhanced CssStyle handling in SVG importArmin Le Grand
2014-07-22Fix build: incorrect revertion svgioJoren De Cuyper
2014-07-22Revert "fdo#74743 avoid infinite loop when gathering "svg" element styles"Joren De Cuyper
2014-07-16Resolves: #i125258# reworked some of the style hierarchy stuffArmin Le Grand
2014-07-15Avoid infinite loop when gathering "g" element stylesJoren De Cuyper
2014-07-15Cleanup of switch case flowRoot in svg endelementJoren De Cuyper
2014-07-15fdo#50114 ingore flowRoot element during svg importJoren De Cuyper
2014-07-14fdo#78554 - SVG: Text from SVG no longer displayed in LibreOfficeJoren De Cuyper
2014-07-04Resolves: #i124852# Corrected mask and clip polygons for userSpaceOnUseArmin Le Grand
2014-06-30Fix svgio buildmatteocam
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-05-29cppcheck: consecutive return/break/...Julien Nabet
2014-05-16fix-includes.pl: svgioThomas Arnhold
2014-05-16clean up, remove eof commentsThomas Arnhold
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-01Update filter README and add a new one.Julien Nabet
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold
2014-04-20cpplint: [readability/utf8] Line contains invalid UTF-8Julien Nabet