# -*- 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_Gallery_Gallery,education,extras/source/gallery/education)) $(eval $(call gb_Gallery_add_files,education,$(LIBO_SHARE_FOLDER)/gallery/education,\ extras/source/gallery/education/Blackboard.png \ extras/source/gallery/education/Books.png \ extras/source/gallery/education/Chalk.png \ extras/source/gallery/education/Globe.png \ extras/source/gallery/education/Glue.png \ extras/source/gallery/education/GraduationCap.png \ extras/source/gallery/education/Microscope.png \ extras/source/gallery/education/Notebook.png \ extras/source/gallery/education/PaperClip-Blue.png \ extras/source/gallery/education/PaperClip-Red.png \ extras/source/gallery/education/Pencil.png \ extras/source/gallery/education/Ruler.png \ extras/source/gallery/education/TestTubes.png \ )) # vim: set noet sw=4 ts=4: e='distro/cib/libreoffice-5-0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/editeng/qa
AgeCommit message (Expand)Author
2017-09-16convert SvxURLFormat to scoped enumNoel Grandin
2017-08-24Related: tdf#108795 a shared SvxAutoCorrect instance can not be statefulEike Rathke
2017-08-17Removing unused serialisation codeVarun Dhall
2017-07-13loplugin:oncevar: empty strings: editengStephan Bergmann
2017-07-12EditEngine: Making ODF Format Default for Copy/PasteVarun Dhall
2017-07-06EditEngine: Added test for large para copy/pasteVarun Dhall
2017-07-03EditEngine: Added test to check multi para start copy/pasteVarun Dhall
2017-06-29loplugin:oncevar variousNoel Grandin
2017-06-26EditEngine: Added test to check MultiPara Copy/Paste with Bold/Italic textVarun Dhall
2017-06-26Fix typosAndrea Gelmini
2017-06-23EditEngine: Added test to check MultiPara SelectiveSelection Copy/PasteVarun Dhall
2017-06-23EditEngine: Added test to check Multi Para Copy/PasteVarun Dhall
2017-06-23loplugin:oncevar editeng..extensionsNoel Grandin
2017-06-19consider field marks as text for auto quotesCaolán McNamara
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-03-24Added Test for EditEngine - Copy/Paste with Hyperlinks in TextVarun Dhall
2017-03-24Added Test for EditEngine - Copy/Paste with Tabs in TextVarun Dhall
2017-03-24Added Test for EditEngine - Copy/Paste using Underline TextVarun Dhall
2017-03-17convert SvxBorderStyle to scoped enumNoel Grandin
2017-03-13Added Test for EditEngine - Copy/Paste using Bold/Italic TextVarun Dhall
2017-03-10ensure SfxApplication exists for editeng testCaolán McNamara