# -*- 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_JunitTest_JunitTest,ridl_remote)) $(eval $(call gb_Jar_use_customtargets,ridl_remote, \ ridljar/javamaker \ )) $(eval $(call gb_JunitTest_use_jar_classset,ridl_remote,libreoffice)) $(eval $(call gb_JunitTest_add_classpath,ridl_remote,$(call gb_CustomTarget_get_workdir,ridljar/javamaker))) $(eval $(call gb_JunitTest_add_sourcefiles,ridl_remote,\ ridljar/test/com/sun/star/lib/uno/environments/remote/JavaThreadPoolFactory_Test \ ridljar/test/com/sun/star/lib/uno/environments/remote/JobQueue_Test \ ridljar/test/com/sun/star/lib/uno/environments/remote/TestIWorkAt \ ridljar/test/com/sun/star/lib/uno/environments/remote/TestReceiver \ ridljar/test/com/sun/star/lib/uno/environments/remote/TestWorkAt \ ridljar/test/com/sun/star/lib/uno/environments/remote/ThreadId_Test \ ridljar/test/com/sun/star/lib/uno/environments/remote/ThreadPool_Test \ )) $(eval $(call gb_JunitTest_add_classes,ridl_remote,\ com.sun.star.lib.uno.environments.remote.JavaThreadPoolFactory_Test \ com.sun.star.lib.uno.environments.remote.JobQueue_Test \ com.sun.star.lib.uno.environments.remote.ThreadId_Test \ com.sun.star.lib.uno.environments.remote.ThreadPool_Test \ )) # vim:set noet sw=4 ts=4: -5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdedtv.cxx
AgeCommit message (Expand)Author
2020-03-17pdfium: Make Insert -> Image... use VectorGraphicData for PDF.Jan Holesovsky
2020-03-02tdf#42949 Fix IWYU warnings in svx/source/s*/*cxxGabor Kelemen
2019-10-28tdf#125191 Give object copies unique namesJim Raykowski
2019-07-03tdf#126180: EndTextEdit on all views before delete/cut slideXisco Fauli
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen
2019-06-05tdf#111522 svx: fix crash with view1 doing text edit and view2 doing sdr undoMiklos Vajna
2019-04-28tdf#120703 PVS: V581 ifs with identical conditionsMike Kaganski
2019-02-19Translate German variable namesJohnny_M
2018-12-03tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-29remove unused SdrInsertFlags enum valueNoel Grandin
2018-11-12svx: prefix members of SdrEditViewMiklos Vajna
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin
2018-10-03loplugin:useuniqueptr in SdrLayerAdminNoel Grandin