# -*- 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 file incorporates work covered by the following license notice: # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed # with this work for additional information regarding copyright # ownership. The ASF licenses this file to you under the Apache # License, Version 2.0 (the "License"); you may not use this file # except in compliance with the License. You may obtain a copy of # the License at http://www.apache.org/licenses/LICENSE-2.0 . # $(eval $(call gb_JunitTest_JunitTest,comphelper_complex)) $(eval $(call gb_JunitTest_add_sourcefiles,comphelper_complex,\ comphelper/qa/complex/comphelper/Map \ comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest \ )) $(eval $(call gb_JunitTest_use_jars,comphelper_complex,\ OOoRunner \ ridl \ test \ unoil \ jurt \ )) $(eval $(call gb_JunitTest_add_classes,comphelper_complex,\ complex.comphelper.SequenceOutputStreamUnitTest \ complex.comphelper.Map \ )) # vim: set noet sw=4 ts=4: ro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/window/mnemonic.cxx
AgeCommit message (Expand)Author
2018-04-14gtk3: generate missing mnemonicsCaolán McNamara
2017-07-22add test for CJK (~X) mnemonicsCaolán McNamara
2017-07-21mnemonics in words with Eszett misplacedCaolán McNamara
2016-07-27improve passstuffbyref return analysisNoel Grandin
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-02-26cppcheck: unreadVariableCaolán McNamara
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin
2013-07-31convert vcl/mnemonic.hxx from XubString to OUStringNoel Grandin
2013-06-21sal_Bool to boolTakeshi Abe
2013-06-19Mark as constTakeshi Abe
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2012-11-22AllSettings with LanguageTagEike Rathke
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks