/* -*- 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/. */ #ifndef INCLUDED_SVX_INC_SPACING_HRC #define INCLUDED_SVX_INC_SPACING_HRC #include #define NC_(Context, String) reinterpret_cast(Context "\004" u8##String) struct measurement { const char* key; int twips; int human; }; // To translators: this is a listbox labelled by "Spacing:", inch units const measurement RID_SVXSTRARY_SPACING_INCH[] = { { NC_("RID_SVXSTRARY_SPACING_INCH", "None"), 0, 0 }, { NC_("RID_SVXSTRARY_SPACING_INCH", "Extra Small (1/16″)"), 91, 0 }, { NC_("RID_SVXSTRARY_SPACING_INCH", "Small (1/8″)"), 181, 0 }, { NC_("RID_SVXSTRARY_SPACING_INCH", "Small Medium (1/4″)"), 363, 0 }, { NC_("RID_SVXSTRARY_SPACING_INCH", "Medium (3/8″)"), 539, 0 }, { NC_("RID_SVXSTRARY_SPACING_INCH", "Medium Large (1/2″)"), 720, 0 }, { NC_("RID_SVXSTRARY_SPACING_INCH", "Large (3/4″)"), 1077, 0 }, { NC_("RID_SVXSTRARY_SPACING_INCH", "Extra Large (1″)"), 1440, 0 }, { nullptr, 0, 0 } }; // To translators: this is a listbox labelled by "Spacing:", cm units const measurement RID_SVXSTRARY_SPACING_CM[] = { { NC_("RID_SVXSTRARY_SPACING_CM", "None"), 0, 0 }, // Extra Small (0.16 cm) { NC_("RID_SVXSTRARY_SPACING_CM", "Extra Small (%1)"), 91, 16 }, // Small (0.32 cm) { NC_("RID_SVXSTRARY_SPACING_CM", "Small (%1)"), 181, 32 }, // Small Medium (0.64 cm) { NC_("RID_SVXSTRARY_SPACING_CM", "Small Medium (%1)"), 363, 64 }, // Medium (0.95 cm) { NC_("RID_SVXSTRARY_SPACING_CM", "Medium (%1)"), 539, 95 }, // Medium Large (1.27 cm) { NC_("RID_SVXSTRARY_SPACING_CM", "Medium Large (%1)"), 720, 127 }, // Large (1.9 cm) { NC_("RID_SVXSTRARY_SPACING_CM", "Large (%1)"), 1077, 190 }, // Extra Large (2.54 cm) { NC_("RID_SVXSTRARY_SPACING_CM", "Extra Large (%1)"), 1440, 254 }, { nullptr, 0, 0 } }; // To translators: this is a listbox labelled by "Margins:", inch units const measurement RID_SVXSTRARY_MARGINS_INCH[] = { { NC_("RID_SVXSTRARY_MARGINS_INCH", "None"), 0, 0 }, { NC_("RID_SVXSTRARY_MARGINS_INCH", "Extra Small (1/16″)"), 91, 0 }, { NC_("RID_SVXSTRARY_MARGINS_INCH", "Small (1/8″)"), 181, 0 }, { NC_("RID_SVXSTRARY_MARGINS_INCH", "Small Medium (1/4″)"), 363, 0 }, { NC_("RID_SVXSTRARY_MARGINS_INCH", "Medium (3/8″)"), 539, 0 }, { NC_("RID_SVXSTRARY_MARGINS_INCH", "Medium Large (1/2″)"), 720, 0 }, { NC_("RID_SVXSTRARY_MARGINS_INCH", "Large (3/4″)"), 1077, 0 }, { NC_("RID_SVXSTRARY_MARGINS_INCH", "Extra Large (1″)"), 1440, 0 }, { nullptr, 0, 0 } }; // To translators: this is a listbox labelled by "Margins:", cm units const measurement RID_SVXSTRARY_MARGINS_CM[] = { { NC_("RID_SVXSTRARY_MARGINS_CM", "None"), 0, 0 }, // Extra Small (0.16 cm) { NC_("RID_SVXSTRARY_MARGINS_CM", "Extra Small (%1)"), 91, 16 }, // Small (0.32 cm) { NC_("RID_SVXSTRARY_MARGINS_CM", "Small (%1)"), 181, 32 }, // Small Medium (0.64 cm) { NC_("RID_SVXSTRARY_MARGINS_CM", "Small Medium (%1)"), 363, 64 }, // Medium (0.95 cm) { NC_("RID_SVXSTRARY_MARGINS_CM", "Medium (%1)"), 539, 95 }, // Medium Large (1.27 cm) { NC_("RID_SVXSTRARY_MARGINS_CM", "Medium Large (%1)"), 720, 127 }, // Large (1.9 cm) { NC_("RID_SVXSTRARY_MARGINS_CM", "Large (%1)"), 1077, 190 }, // Extra Large (2.54 cm) { NC_("RID_SVXSTRARY_MARGINS_CM", "Extra Large (%1)"), 1440, 254 }, { nullptr, 0, 0 } }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ tion value='distro/collabora/libreoffice-7-5+backports'>distro/collabora/libreoffice-7-5+backports LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-30com::sun::star->css in connectivityNoel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2014-06-04connectivity: fix includesThomas Arnhold
2014-02-27Remove visual noise from connectivityAlexander Wilms
2013-10-12Bin bogus use of UNX (in not compiled test code)Tor Lillqvist
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-06-12re-base on ALv2 code.Michael Meeks
2012-06-02targeted string re-workNorbert Thiebaud
2012-03-21chmod -xTor Lillqvist
2011-11-27remove include of pch header in connectivityNorbert Thiebaud
2011-11-14Removed comphelper -> unotools processfactory.hxx duplication.Stephan Bergmann
2011-05-21Drop OS2Tor Lillqvist
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-12Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Thorsten Behrens
2011-02-26Remove "using namespace ::rtl"Julien Nabet
2010-11-19TL_CONSTASCII_USTRINGPARAM in libs core 18Gert Faller
2010-11-10EasyHack: Convert to RTL macro from FromAsciiKevin Hunter
2010-10-25Finally, gut the vos module out of the buildNorbert Thiebaud
2010-10-13Add vim/emacs modelines to all source filesSebastian Spaeth
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien