# -*- 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,ridljar_util)) $(eval $(call gb_JunitTest_use_jars,ridljar_util,\ OOoRunnerLight \ ridl \ )) $(eval $(call gb_JunitTest_add_sourcefiles,ridljar_util,\ ridljar/test/com/sun/star/lib/util/WeakMap_Test \ )) $(eval $(call gb_JunitTest_add_classes,ridljar_util,\ com.sun.star.lib.util.WeakMap_Test \ )) # vim:set noet sw=4 ts=4: cgit logo index : libreoffice/core
main, development code repositoryroot
summaryrefslogtreecommitdiff
path: root/sfx2/util
AgeCommit message (Expand)AuthorFilesLines
2016-02-25sfx2 classification: add categories controller for the toolbarMiklos Vajna1-0/+4
2015-12-18related tdf#96398 pull out more NPAPI-related codeThorsten Behrens1-4/+0
2014-10-08fdo#80927: css.office.Quickstart should be single-instance service.Matúš Kukan1-0/+1
2014-03-06constructors: Fix typo preventing extensions loading.Jan Holesovsky1-2/+2
2014-01-17Remove unused includes and sfx component prefix.Matúš Kukan1-1/+1
2014-01-16Revert "Revert "sfx: Use constructor feature for SfxGlobalEvents_Impl.""Stephan Bergmann1-1/+2
2014-01-16Introduce com.sun.star.frame.theGlobalEventBroadcaster singletonStephan Bergmann1-0/+1
2014-01-16sfx: Use constructor feature for BackingComp.Matúš Kukan1-1/+2
2014-01-16sfx: Constructor feature for two more implementations.Matúš Kukan1-2/+4
2014-01-16sfx: Use constructor feature for ShutdownIcon.Matúš Kukan1-1/+2
2014-01-15Revert "sfx: Use constructor feature for SfxGlobalEvents_Impl."Matúš Kukan1-2/+1
2014-01-15sfx: Use constructor feature for OwnSubFilterService.Matúš Kukan1-1/+2
2014-01-15sfx: Use constructor feature for OPackageStructureCreator.Matúš Kukan1-1/+2
2014-01-15sfx: Use constructor feature for SfxFrameLoader_Impl.Matúš Kukan1-1/+2
2014-01-15sfx: Constructor feature for pseudo implementations.Matúš Kukan1-2/+4
2014-01-15sfx: Use constructor feature for SfxDocTplService.Matúš Kukan1-1/+2
2014-01-15sfx: Use constructor feature for SfxGlobalEvents_Impl.Matúš Kukan1-1/+2
2014-01-15sfx: Use constructor feature for IFrameObject.Matúš Kukan1-1/+2
2014-01-15sfx: Use constructor feature for PluginObject.Matúš Kukan1-1/+2
2014-01-15sfx: Use constructor feature for SfxAppDispatchProvider.Matúš Kukan1-1/+2
2014-01-15sfx: Use constructor feature for SfxMacroLoader.Matúš Kukan1-1/+2
2014-01-07Startcenter: Refresh RecentDocsView when select 'Clear list' menu optionZolnai Tamás1-0/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-24script seems long obsoleteBjoern Michaelsen1-25/+0
2013-08-06startcenter: Move BackingComp & BackingWindow to sfx2Krisztian Pinter1-0/+3
2013-06-03fdo#46808, Convert SfxFrameLoader service to new styleNoel Grandin1-0/+1
2013-06-03fdo#46808, Convert frame::AppDispatchProvider to new styleNoel Grandin1-0/+1
2013-02-06remove obsolete hidother.src filesAndras Timar1-98/+0
2012-12-18split out security info page and convert to .uiCaolán McNamara1