# -*- 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_Dictionary_Dictionary,dict-ca,dictionaries/ca)) $(eval $(call gb_Dictionary_add_root_files,dict-ca,\ dictionaries/ca/dictionaries/ca.aff \ dictionaries/ca/dictionaries/ca.dic \ dictionaries/ca/dictionaries/ca-valencia.aff \ dictionaries/ca/dictionaries/ca-valencia.dic \ dictionaries/ca/dictionaries/hyph_ca.dic \ dictionaries/ca/images/SC-logo.png \ dictionaries/ca/LICENSES-en.txt \ dictionaries/ca/LLICENCIES-ca.txt \ )) $(eval $(call gb_Dictionary_add_thesauri,dict-ca,\ dictionaries/ca/dictionaries/th_ca_ES_v3.dat \ )) # vim: set noet sw=4 ts=4: on> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/window/menuitemlist.cxx
AgeCommit message (Expand)Author
2024-12-09remove some range checksNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2022-08-25vcl: rename GetNonMnemonicString() and make it standalone functionChris Sherlock
2022-08-14tdf#104921: Cleanup Kashida insertion logicKhaled Hosny
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-03-17make SalLayoutGlyphs work with MultiSalLayoutLuboš Luňák
2020-01-29Resolves: tdf#130130 Insert menu, multiple hotkey never reaches 3rd itemCaolán McNamara
2019-08-28tdf#42949 Fix IWYU warnings in vcl/source/[o-w]*/Gabor Kelemen
2019-01-23loplugin:constparams in vclNoel Grandin
2018-11-01tdf#121030 invalidate referenced FontInstancesJan-Marek Glogowski
2018-10-30Hide SalLayoutGlyphs detailsJan-Marek Glogowski
2018-10-01pass menuitem ident around directly, instead of deriving from itemidCaolán McNamara
2018-09-05vcl: less text layout calls in MenuMiklos Vajna
2018-07-23tdf#118453 Reactivate navitagor submenu drag mode and displaySalimHabchi
2018-06-09return and hold SalMenuItem by std::unique_ptrNoel Grandin
2018-04-27loplugin:constantparamNoel Grandin
2017-12-13sal_uLong->void* for userdata in MenuNoel Grandin
2017-10-17use std::unique_ptr in vcl::Animation and vcl::MenuItemListNoel Grandin
2017-06-19restore gtk3 menu separatorsCaolán McNamara
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin
2017-05-12loplugin:constantparamNoel Grandin
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-04-04tdf#104686: do not crash if Menu has been somehow disposedAron Budea
2017-02-25Propagate sal_uInt16/size_t mismatch out of MenuItemList::SearchItemStephan Bergmann
2016-07-29Resolves: tdf#101169 crash using column menu in baseCaolán McNamara
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-06-21bMirrorMode and nItemImageAngle are unusedNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-04-21new plugin stylepoliceNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-02-04fix leak from framework::AddonMenuManager::BuildMenuCaolán McNamara
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin
2014-10-23fdo#84938: replace MENUITEM constants with enumNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-09vcl: Move MenuFloatingWindow to an own file + adapt code.Jan Holesovsky