# -*- 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: \ value='distro/collabora/cd-5.3-3.4'>distro/collabora/cd-5.3-3.4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sal/qa/rtl/math
AgeCommit message (Expand)Author
2018-12-01Unit test for leading and trailing group separator charactersEike Rathke
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-06-01loplugin: look for CPPUNIT_ASSERT_EQUALS with params swappedNoel Grandin
2018-01-23Add unit tests for rtl::math's inverse hyperbolic functionsTakeshi Abe
2017-10-23loplugin:includeform: salStephan Bergmann
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-17Add some unit tests for rtl_math_StringFormat_GEike Rathke
2016-12-23tdf#97283: Merge sal rtl tests to one makefileMatúš Kukan
2016-10-02unit test cases for approxEqual() and approxSub()Eike Rathke
2016-06-27unit tests for stringToDouble() separator without digitsEike Rathke
2016-06-27comfort the unhappy compilerEike Rathke
2016-06-27stringToDouble() fix broken reverse logic for NaN and INFEike Rathke
2016-06-24clang-analyzer-deadcode.DeadStoresStephan Bergmann
2016-01-14unit test for negative decimal places rounding, tdf#96918 relatedEike Rathke
2016-01-13Keep MSVC happyStephan Bergmann
2016-01-13loplugin:defaultparamsStephan Bergmann
2016-01-13unit test for tdf#96918 display accurate integer double valuesEike Rathke