# 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_UITest_UITest,writer_tests)) $(eval $(call gb_UITest_add_modules,writer_tests,$(SRCDIR)/sw/qa/uitest,\ writer_tests/ \ )) $(eval $(call gb_UITest_set_defs,writer_tests, \ TDOC="$(SRCDIR)/sw/qa/uitest/data" \ )) ndex : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/oox
AgeCommit message (Expand)Author
2018-04-16Make linked graphic register into LinkedManager againTomaž Vajngerl
2018-04-15remove some unused comphelper includesJochen Nitschke
2018-04-14ofz#7624 Integer-overflowCaolán McNamara
2018-04-13Remove XGraphicProvider imports where they aren't neededTomaž Vajngerl
2018-04-12Fix typosAndrea Gelmini
2018-04-10graphic: rename Set{Get,Is}Link to Set{Get,Is}GfxLinkTomaž Vajngerl
2018-04-09use more DBG_UNHANDLED_EXCEPTIONNoel Grandin
2018-04-07Revert "long->sal_Int32 in tools/gen.hxx"Stephan Bergmann
2018-04-03long->sal_Int32 in tools/gen.hxxNoel Grandin
2018-04-02use https links for api.libreoffice.org and opengrokdennisroczek
2018-03-31Use for-range loops in oox (part2)Julien Nabet
2018-03-31No need to test var at each loop (oox/typegroupconverter)Julien Nabet
2018-03-31Use for-range loops in oox (part1)Julien Nabet
2018-03-26forcepoint #31 survive missing control modelCaolán McNamara
2018-03-22oox: don't segfault when failing to open a custom fragmentAshod Nakashian
2018-03-21ofz#7012 Integer-overflowCaolán McNamara
2018-03-17OperationSmiley: Secured quite some places using CustomShapeArmin Le Grand
2018-03-14tdf#104792 Double check for target shapeSzymon Kłos
2018-03-11Move (and rename) graphic stuff from svtools to vclTomaž Vajngerl
2018-03-10oox: remove unused methods that rely on GraphicObject URLTomaž Vajngerl
2018-03-08tdf#116283 oox customXml: Don't write the Relationship to DOCX files twice.Jan Holesovsky
2018-03-08loplugin:constantparam in linguistic..sfx2Noel Grandin
2018-03-08oox: preserve the ContentType of custom filesAshod Nakashian
2018-03-08loplugin:unusedmethodsNoel Grandin
2018-03-07oox: use GraphicLoader to load from external URLTomaž Vajngerl
2018-03-07oox: adapt graphic transformer, cleanup, remove try catchTomaž Vajngerl
2018-03-07oox: BlipFillProperties rename mxGraphic to mxFillGraphicTomaž Vajngerl
2018-03-07oox: rename FillBitmapUrl to FillBitmap, remove obsolete methodsTomaž Vajngerl
2018-03-07oox: remove property FillBitmapURL, BackGraphicURL and GraphicURLTomaž Vajngerl
2018-03-07oox: remove use of "GraphicURL" propertyTomaž Vajngerl
2018-03-07Move BackGraphicURL property & friends to BackGraphic + fixesTomaž Vajngerl
2018-03-05drop sax::tools::*base64 methodsNoel Grandin
2018-03-05use more Color in ooxNoel Grandin
2018-03-04tdf#116163: Limit label height in chart if neededSzymon Kłos