/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * 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 . */ #pragma once #include namespace SvtCJKOptions { enum EOption { E_CJKFONT, E_VERTICALTEXT, E_ASIANTYPOGRAPHY, E_JAPANESEFIND, E_RUBY, E_CHANGECASEMAP, E_DOUBLELINES, E_ALL // special one for IsAnyEnabled()/SetAll() functionality }; SVL_DLLPUBLIC bool IsCJKFontEnabled(); SVL_DLLPUBLIC bool IsVerticalTextEnabled(); SVL_DLLPUBLIC bool IsAsianTypographyEnabled(); SVL_DLLPUBLIC bool IsJapaneseFindEnabled(); SVL_DLLPUBLIC bool IsRubyEnabled(); SVL_DLLPUBLIC bool IsChangeCaseMapEnabled(); SVL_DLLPUBLIC bool IsDoubleLinesEnabled(); SVL_DLLPUBLIC void SetAll(bool bSet); SVL_DLLPUBLIC bool IsAnyEnabled(); SVL_DLLPUBLIC bool IsReadOnly(EOption eOption); }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ breoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/uiconfig/ui/applylocalizedpage.ui
AgeCommit message (Expand)Author
2021-01-21remove deprecated [x|y]align property for CheckBoxes and RadioButtonsCaolá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-24tdf#118148 Extended tips from HC2/shared/Olivier Hallot
2020-06-08rework treeview initial toggle button col to be like expander colCaolán McNamara
2019-10-21tdf#127773 AutoCorrect Dialog Localized Tabandreas kainz
2019-04-06weld OTableSubscriptionPageCaolán McNamara
2019-01-15Related: tdf#122627 auto detect of toggle column doesn't workCaolán McNamara
2018-12-04weld OfaAutoCorrDlgCaolán McNamara
2018-12-04weld OfaQuoteTabPageCaolán McNamara
2018-10-28update old 'interface-requires' comments to <requires> tagCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara