/* -*- 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/. */ #pragma once #include #define NC_(Context, String) TranslateId(Context, u8##String) const TranslateId RID_SVXITEMS_HORJUST[] = { // enum SvxCellHorJustify ---------------------------------------------------- NC_("RID_SVXITEMS_HORJUST_STANDARD", "Horizontal alignment default"), NC_("RID_SVXITEMS_HORJUST_LEFT", "Align left"), NC_("RID_SVXITEMS_HORJUST_CENTER", "Centered horizontally"), NC_("RID_SVXITEMS_HORJUST_RIGHT", "Align right"), NC_("RID_SVXITEMS_HORJUST_BLOCK", "Justify horizontally"), NC_("RID_SVXITEMS_HORJUST_REPEAT", "Repeat alignment") }; const TranslateId RID_SVXITEMS_VERJUST[] = { // enum SvxCellVerJustify ---------------------------------------------------- NC_("RID_SVXITEMS_VERJUST_STANDARD", "Vertical alignment default"), NC_("RID_SVXITEMS_VERJUST_TOP", "Align to top"), NC_("RID_SVXITEMS_VERJUST_CENTER", "Centered vertically"), NC_("RID_SVXITEMS_VERJUST_BOTTOM", "Align to bottom"), NC_("RID_SVXITEMS_HORJUST_BLOCK", "Justify vertically") }; const TranslateId RID_SVXITEMS_JUSTMETHOD[] = { // enum SvxCellJustifyMethod ---------------------------------------------------- NC_("RID_SVXITEMS_JUSTMETHOD_AUTO", "Automatic Justify"), NC_("RID_SVXITEMS_JUSTMETHOD_DISTRIBUTE", "Distributed Justify") }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/apple_remote
AgeCommit message (Expand)Author
2024-03-21Drop C/C++ DEBUG macroStephan Bergmann
2021-10-27Add support for macOS SDK 12.0Stephan Bergmann
2021-06-10-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann
2021-04-19Updated README.md filesHossein
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2020-11-16tdf#123936 Formatting files in module apple_remote with clang-formatPhilipp Hofer
2020-02-21Blind fix of -Werror,-Wpointer-to-int-cast in apple_remoteStephan Bergmann
2019-04-11Fix typoAndrea Gelmini
2019-02-21loplugin:indentation (macOS)Stephan Bergmann
2019-02-06Fix typoAndrea Gelmini
2017-10-12Following tdf#111561: no need to autorelease "elements" (apple_remote)Julien Nabet
2017-10-11tdf#111561: try to fix leak in HIDRemoteControlDevice (apple_remote)Julien Nabet
2017-08-21Typo notifcation->notificationJulien Nabet
2017-08-07loplugin:oncevarStephan Bergmann
2017-03-30loplugin:loopvartoosmallStephan Bergmann
2017-03-26Fix typosAndrea Gelmini
2017-01-09loplugin:externvarStephan Bergmann
2016-10-05SAL_WNODEPRECATED_DECLARATIONS_PUSH/POP around new macOS 10.12 deprecationsStephan Bergmann
2016-03-07apple_remote: autorelease --> release in dealloc (destructor)Douglas Mencken
2016-03-07apple_remote: fix “variable set but not used” for non-debug buildsDouglas Mencken
2016-02-08vcl: cmdevt.[hc]xx -> commandevent.[hc]xxChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2014-11-01Fixed license encoding to have all the same apple_remote/source/*Andrea Gelmini
2014-04-28prefer makefile-gmake-modeTakeshi Abe
2014-02-25Remove visual noise from apple_remoteAlexander Wilms
2014-02-10Resolved: #i124201# mark debug-infos from the apple_remote...Herbert Dürr
2014-02-10Resolves: #i124201# rename apple_remote's MainController...Herbert Dürr