# -*- 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/. # # this should probably be done with more general rules: but how ? $(eval $(call gb_Gallery_Gallery,sounds,extras/source/gallery/sounds)) $(eval $(call gb_Gallery_add_files,sounds,$(LIBO_SHARE_FOLDER)/gallery/sounds,\ extras/source/gallery/sounds/apert2.wav \ extras/source/gallery/sounds/apert.wav \ extras/source/gallery/sounds/applause.wav \ extras/source/gallery/sounds/beam2.wav \ extras/source/gallery/sounds/beam.wav \ extras/source/gallery/sounds/cow.wav \ extras/source/gallery/sounds/curve.wav \ extras/source/gallery/sounds/drama.wav \ extras/source/gallery/sounds/explos.wav \ extras/source/gallery/sounds/falling.wav \ extras/source/gallery/sounds/glasses.wav \ extras/source/gallery/sounds/gong.wav \ extras/source/gallery/sounds/horse.wav \ extras/source/gallery/sounds/kling.wav \ extras/source/gallery/sounds/kongas.wav \ extras/source/gallery/sounds/laser.wav \ extras/source/gallery/sounds/left.wav \ extras/source/gallery/sounds/nature1.wav \ extras/source/gallery/sounds/nature2.wav \ extras/source/gallery/sounds/ok.wav \ extras/source/gallery/sounds/pluck.wav \ extras/source/gallery/sounds/roll.wav \ extras/source/gallery/sounds/romans.wav \ extras/source/gallery/sounds/soft.wav \ extras/source/gallery/sounds/space2.wav \ extras/source/gallery/sounds/space3.wav \ extras/source/gallery/sounds/space.wav \ extras/source/gallery/sounds/sparcle.wav \ extras/source/gallery/sounds/strom.wav \ extras/source/gallery/sounds/theetone.wav \ extras/source/gallery/sounds/top.wav \ extras/source/gallery/sounds/train.wav \ extras/source/gallery/sounds/untie.wav \ extras/source/gallery/sounds/ups.wav \ extras/source/gallery/sounds/wallewal.wav \ )) # vim: set noet sw=4 ts=4: \ ra/cd-5.3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sax
AgeCommit message (Expand)Author
2014-07-11fdo#81214 - tolerate exceptions thrown inside XFastParser callbacks.Michael Meeks
2014-07-03FastSaxSerializer: update documentationMiklos Vajna
2014-07-03fdo#80748: Fix for file corruption due to framePrRohit Deshmukh
2014-06-30Use a new fast parser instance for each XML fragment.Kohei Yoshida
2014-06-30Check for empty() before calling top().Kohei Yoshida
2014-06-30Don't go further and pop the stack if it's empty.Kohei Yoshida
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-06-02fdo#68849: Add header guards to all include filesJens Carl
2014-06-01fdo#68849: Add header guards to all include filesJens Carl
2014-05-29remove more unnecesary OUString constructor useNoel Grandin
2014-05-27css already means ::com::sun::starThomas Arnhold
2014-05-26coverity#982640 Missing break in switchCaolán McNamara
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-05-14various loplugin:passsequencebyrefNoel Grandin
2014-05-14Find places where uno::Sequence is passed by value.Noel Grandin
2014-05-10coverity#707979 Uninitialized pointer fieldCaolán McNamara
2014-04-24Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-14typo: attribut -> attributeThomas Arnhold
2014-04-14typo: choosen -> chosenThomas Arnhold
2014-04-09Remove unused functionsStephan Bergmann
2014-04-07sax: sal_Bool->boolNoel Grandin