# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*- # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # # The contents of this file are subject to the Mozilla Public License Version # 1.1 (the "License"); you may not use this file except in compliance with # the License or as specified alternatively below. You may obtain a copy of # the License at http://www.mozilla.org/MPL/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Initial Developer of the Original Code is # Matúš Kukan # Portions created by the Initial Developer are Copyright (C) 2011 the # Initial Developer. All Rights Reserved. # # Major Contributor(s): # # For minor contributions see the git repository. # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 3 or later (the "GPLv3+"), or # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # instead of those above. $(eval $(call gb_CppunitTest_CppunitTest,binaryurp_test-cache)) $(eval $(call gb_CppunitTest_add_linked_libs,binaryurp_test-cache,\ sal \ $(gb_STDLIBS) \ )) $(eval $(call gb_CppunitTest_add_exception_objects,binaryurp_test-cache,\ binaryurp/qa/test-cache \ )) # vim: set noet sw=4 ts=4: ro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/framework/inc/helper/mischelper.hxx
AgeCommit message (Expand)Author
2019-03-20Simplify: avoid OUString copy() and get just needed tokensMatteo Casalin
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-01-25Fix typosAndrea Gelmini
2017-11-28sc, sd: rework UI Text Language "More" button, tdf#113911Henry Castro
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25loplugin: unnecessary destructor forms..idlcNoel Grandin
2016-11-07loplugin:oncevar in frameworkNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin
2015-11-17tdf#95845 Add methods for menu labels to CommandInfoProviderSamuel Mehrbrodt
2015-10-14com::sun::star->css in frameworkNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-14framework: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-14sfx2: remove the global SidebarController::maSidebarControllerContainerMichael Stahl
2015-04-22Update to XDocumentEventBroadcaster et alStephan Bergmann
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2014-04-18FillLangItems() doesn't need an SvtLanguageTable instanceEike Rathke
2014-04-07framework: sal_Bool->boolNoel Grandin
2014-04-06Kill superfluous vertical whitespaceTor Lillqvist
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-02-26Remove visual noise from frameworkAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-30fwk: Constructor feature for single-instance WindowContentFactoryManager.Matúš Kukan
2014-01-23fwk: Use constructor feature for one instance PathSettings.Matúš Kukan
2013-11-05fixincludeguards.sh: frameworkThomas Arnhold