summaryrefslogtreecommitdiff
path: root/Configuration_hu.mk
blob: 05d033b2f262c45e3449999bc9af1bdd77a44cd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- 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_Configuration_Configuration,dict-hu,nodeliver))

$(eval $(call gb_Configuration_add_schemas,dict-hu,dictionaries/hu_HU/dialog/registry/schema,\
    org/openoffice/Lightproof_hu_HU.xcs \
))

$(eval $(call gb_Configuration_add_localized_datas,dict-hu,dictionaries/hu_HU/dialog/registry/data,\
    org/openoffice/Office/OptionsDialog.xcu \
))

# vim: set noet sw=4 ts=4:
ature/ooxml-analyze LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/multipat.cxx
AgeCommit message (Expand)Author
2024-12-07weld: Rename weld::Treeview selection signal/connectMichael Weghorn
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin
2024-05-07loplugin:ostr in cuiNoel Grandin
2024-04-05tdf#146619 Drop unused 'using namespace' in: cui/Gabor Kelemen
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen
2021-06-21bundle the FolderPicker instantiations behind a single callCaolán McNamara
2020-06-08rework treeview initial toggle button col to be like expander colCaolán McNamara
2020-06-05we can't mix radiobuttons and checkbuttons so don't imply otherwiseCaolán McNamara
2020-05-29change TreeView toggle signal to provide an iter instead of a row indexCaolán McNamara
2020-04-17loplugin:flatten in cuiNoel Grandin
2019-08-01should toggle all others to false, not trueCaolán McNamara
2019-07-31tdf#42949 Fix IWYU warnings in cui/source/{c-f}*/*cxxGabor Kelemen
2019-04-09drop some unneeded includesCaolán McNamara
2019-04-06weld OTableSubscriptionPageCaolán McNamara
2019-02-19weld ChineseDictionaryDialogCaolán McNamara
2019-02-12merge together as get_checkbox_column_widthCaolán McNamara
2019-02-03weld SvxMultiPathDialogCaolán McNamara
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-09-17add image support to weld::ComboBoxTextCaolán McNamara
2018-07-28loplugin:stringloop cui,dbaccessNoel Grandin
2018-05-01weld ScMoveTableDlgCaolán McNamara
2018-04-25SvTabListBox::SetTabs, pass count explicitNoel Grandin
2018-04-04weld SvxPathSelectDialogCaolán McNamara
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara
2018-01-12More loplugin:cstylecast: cuiStephan Bergmann
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-23loplugin:includeform: cuiStephan Bergmann
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-06-20loplugin:oncevar in cuiNoel Grandin
2017-05-19make string translation loading more uniformCaolán McNamara
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (cui)Stephan Bergmann