# -*- 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_CppunitTest_CppunitTest,sc_outlineobj)) $(eval $(call gb_CppunitTest_add_exception_objects,sc_outlineobj, \ sc/qa/extras/scoutlineobj \ )) $(eval $(call gb_CppunitTest_use_external,sc_outlineobj,boost_headers)) $(eval $(call gb_CppunitTest_use_libraries,sc_outlineobj, \ basegfx \ comphelper \ cppu \ cppuhelper \ drawinglayer \ editeng \ for \ forui \ i18nlangtag \ msfilter \ oox \ sal \ salhelper \ sax \ sb \ sc \ sfx \ sot \ subsequenttest \ svl \ svt \ svx \ svxcore \ test \ tk \ tl \ ucbhelper \ unotest \ utl \ vbahelper \ vcl \ xo \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_set_include,sc_outlineobj,\ -I$(SRCDIR)/sc/source/ui/inc \ -I$(SRCDIR)/sc/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_use_api,sc_outlineobj,\ offapi \ udkapi \ )) $(eval $(call gb_CppunitTest_use_ure,sc_outlineobj)) $(eval $(call gb_CppunitTest_use_vcl,sc_outlineobj)) $(eval $(call gb_CppunitTest_use_components,sc_outlineobj,\ basic/util/sb \ comphelper/util/comphelp \ configmgr/source/configmgr \ dbaccess/util/dba \ filter/source/config/cache/filterconfig1 \ filter/source/storagefilterdetect/storagefd \ forms/util/frm \ framework/util/fwk \ i18npool/util/i18npool \ linguistic/source/lng \ oox/util/oox \ package/source/xstor/xstor \ package/util/package2 \ sax/source/expatwrap/expwrap \ scripting/source/basprov/basprov \ scripting/util/scriptframe \ sc/util/sc \ sc/util/scd \ sc/util/scfilt \ $(call gb_Helper_optional,SCRIPTING, \ sc/util/vbaobj) \ sfx2/util/sfx \ sot/util/sot \ svl/source/fsstor/fsstorage \ toolkit/util/tk \ ucb/source/core/ucb1 \ ucb/source/ucp/file/ucpfile1 \ ucb/source/ucp/tdoc/ucptdoc1 \ unotools/util/utl \ unoxml/source/rdf/unordf \ unoxml/source/service/unoxml \ xmloff/util/xo \ svtools/util/svt \ )) $(eval $(call gb_CppunitTest_use_configuration,sc_outlineobj)) # vim: set noet sw=4 ts=4: /co-23.05 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/bin/get-bugzilla-attachments-by-mimetype
AgeCommit message (Expand)Author
2012-07-27want to search for some sample pctsCaolán McNamara
2012-07-27redhat bugzilla changed a bitCaolán McNamara
2012-04-19rearrange orderCaolán McNamara
2012-04-19we're more interested in getting emf/wmf samples than pdfCaolán McNamara
2012-04-19sigh, need import sysCaolán McNamara
2012-04-18use stdout for errors like everything elseCaolán McNamara
2012-04-18continue in the face of adversaryCaolán McNamara
2012-04-17Fix handling of deleted bugzilla attachmentsGökçen Eraslan
2012-04-17attachmentid should be stable across mime-type changesCaolán McNamara
2012-04-17fdo#46538 Easyhack: Add support for more bug trackers to get-bugzilla-attachm...Gökçen Eraslan
2012-03-20download some unusual image mimetypes by defaultCaolán McNamara
2012-03-20update to point to moved openoffice.org bugzillaCaolán McNamara
2012-03-20cgms are image/cgmCaolán McNamara
2012-03-07attachmentid should be stable across mime-type changesCaolán McNamara
2012-02-13get-bugzilla-attachments-by-mimetype: add retry:Michael Stahl
2012-02-13get-bugzilla-attachments-by-mimetype: don't do images:Michael Stahl
2012-02-13get-bugzilla-attachments-by-mimetype: more mimetypesMichael Stahl
2012-02-13get-bugzilla-attachments-by-mimetype: deduplicateMichael Stahl
2012-02-13get-bugzilla-attachments-by-mimetype: fix itMichael Stahl