/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */ /* * 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/. */ #pragma once #include inline constexpr OUStringLiteral RID_STR_ACC_ACTION_CLICK = u"press"; inline constexpr OUStringLiteral RID_STR_ACC_ACTION_TOGGLEPOPUP = u"togglePopup"; inline constexpr OUStringLiteral RID_STR_ACC_ACTION_SELECT = u"select"; inline constexpr OUStringLiteral RID_STR_ACC_ACTION_INCLINE = u"incrementLine"; inline constexpr OUStringLiteral RID_STR_ACC_ACTION_DECLINE = u"decrementLine"; inline constexpr OUStringLiteral RID_STR_ACC_ACTION_INCBLOCK = u"incrementBlock"; inline constexpr OUStringLiteral RID_STR_ACC_ACTION_DECBLOCK = u"decrementBlock"; /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/connpooloptions.ui
AgeCommit message (Expand)Author
2023-11-07tdf#158004 - UI: Part 20 - Unify lockdown behavior of Options dialogBalazs Varga
2023-11-07resave with newer glade versionBalazs Varga
2023-02-14tdf#150045 A few more supplemental labelsAdolfo Jayme Barrientos
2021-11-16Related tdf#139031: add missing colonsIlmari Lauhakangas
2021-01-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolán McNamara
2021-01-15tdf#138848 add truncate-multiline to all GtkEntries and GtkSpinButtonsCaolán McNamara
2021-01-03drop deprecated GtkAlignment, move left/top-padding into child margin-start/topCaolán McNamara
2020-12-22replace margin-left with margin-start and margin-right with margin-endCaolán McNamara
2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara
2020-10-22set all .ui min require version of gtk to 3.20Caolán McNamara
2020-08-21tdf#118148 All extended tips for shared/optionenOlivier Hallot
2019-09-18fix some incorrect column idsCaolán McNamara
2019-07-31weld ConnectionPoolOptionsPageCaolán McNamara
2018-10-28update old 'interface-requires' comments to <requires> tagCaolán McNamara
2018-10-23remove all use_action_appearance linesCaolán McNamara
2018-04-14look for check buttons without underlinesCaolán McNamara
2018-04-02drop the spurious invisible_char[_set] propertiesCaolán McNamara
2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara