/* -*- 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/. */ #ifndef INCLUDED_SVX_INC_ROTATIONSTRINGS_HRC #define INCLUDED_SVX_INC_ROTATIONSTRINGS_HRC #define NC_(Context, String) reinterpret_cast(Context "\004" u8##String) const char* RID_SVXITEMS_ROTATE_MODE[] = { // enum SvxRotateMode ---------------------------------------------------- NC_("RID_SVXITEMS_ROTATE_MODE_STANDARD", "Rotation only within cell"), NC_("RID_SVXITEMS_ROTATE_MODE_TOP", "From upper cell edge"), NC_("RID_SVXITEMS_ROTATE_MODE_CENTER", "From vertical middle cell"), NC_("RID_SVXITEMS_ROTATE_MODE_BOTTOM", "From lower cell edge"), }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ eta-24-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)Author
2022-05-26ofz#47639 avoid Integer-overflowCaolán McNamara
2022-05-25std::set->o3tl::sorted_vector in MathTypeFontSetNoel Grandin
2022-05-24modernize and improve PropertySetInfoNoel Grandin
2022-05-23elide some OUString allocationNoel Grandin
2022-05-23starmath: fix real use-after-free detected by GCC 12Michael Stahl
2022-05-21elide OUString allocationNoel Grandin
2022-05-20new loplugin:unnecessary lockingNoel Grandin
2022-05-19Simplify SmElementsControlMike Kaganski
2022-05-19the size table in MathType can be compile-time dataNoel Grandin
2022-05-18GtkCellRendererText 'text" attrib is the index of the text into the modelCaolán McNamara
2022-05-17Simplify the UIMike Kaganski
2022-05-17Use structured binding to clarify the codeMike Kaganski
2022-05-17use reserve before filling some vectorsNoel Grandin
2022-05-17tdf#65067 Remove excessive spacing from Formula objectsRafael Lima
2022-05-16use explicit translatable="no" like we typically do in this caseCaolán McNamara
2022-05-14elid some OUString construction in SmXMLExportWrapper::ExportNoel Grandin
2022-05-13use vector as backing for stackNoel Grandin
2022-05-13tdf#121740 reduce cost of mathml parsingNoel Grandin
2022-05-11cache the PropertySetInfo in lcl_createModelPropertyInfoNoel Grandin
2022-05-11reserve vector space in SmSymbolManager::GetSymbolsNoel Grandin
2022-05-06tdf#148962 starmath's UnicodeNotationToggle (alt+x) getting called twiceCaolán McNamara
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in starmathStephan Bergmann
2022-05-03add o3tl::equalsAsciiNoel Grandin