/* -*- 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_ACCESSIBILITY_INC_STRINGS_HRC #define INCLUDED_ACCESSIBILITY_INC_STRINGS_HRC #define RID_STR_ACC_ACTION_CLICK "press" #define RID_STR_ACC_ACTION_TOGGLEPOPUP "togglePopup" #define RID_STR_ACC_ACTION_SELECT "select" #define RID_STR_ACC_ACTION_INCLINE "incrementLine" #define RID_STR_ACC_ACTION_DECLINE "decrementLine" #define RID_STR_ACC_ACTION_INCBLOCK "incrementBlock" #define RID_STR_ACC_ACTION_DECBLOCK "decrementBlock" #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */ distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/xmlscript
pan class='decoration'>
AgeCommit message (Expand)Author
2016-01-31OSL_THIS_FUNC is a rip-off of BOOST_CURRENT_FUNCTION so we can use thatCaolán McNamara
2016-01-13loplugin:unusedmethods unused return value in xmlscript/Noel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-29cppcheck: noExplicitConstructorCaolán McNamara
2015-12-21loplugin:unusedfields in xmlscript,xmlsecurityNoel Grandin
2015-12-18tdf#80047: load&save align and valign attributes of NumericFieldOliver Specht
2015-11-26com::sun::star->css in xmlscript/Noel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-29Fix typosAndrea Gelmini
2015-09-16boost->stdCaolán McNamara
2015-09-14xmlscript: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe
2015-08-03inline some use-once typedefsNoel Grandin
2015-07-03Fix typosAndrea Gelmini
Stephan Bergmann
2020-12-08jsdialog: don't skip commandsSzymon Kłos
2020-12-08reap glxtest process early in soffice_main unconditionallyLuboš Luňák
2020-12-06Clean up CrashReporter::IsDumpEnableStephan Bergmann
2020-12-06Directly check for nullptrStephan Bergmann
2020-12-04update pchesCaolán McNamara
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel
2020-11-30tdf#48413 handle wildcards on WindowsDeb Barkley-Yeung
2020-11-29Fix unmodified pdf does forced-saveMert Tumer
2020-11-29LOK: send state of SheetRightToLeftPranam Lashkari
2020-11-25jsdialog: implement TreeViewSzymon Kłos
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel
2020-11-23desktop: rr --ignore-nested was renamed to --nested=ignoreMichael Stahl
2020-11-21Must now call the lovely SfxViewShell::SetCurrentDocId()Tor Lillqvist
2020-11-21Test also that loading more documents after closing all open ones worksTor Lillqvist
2020-11-21sfx2: lok: reliably support multi-documentsAshod Nakashian
2020-11-21DesktopLOKTest: cleanupAshod Nakashian
2020-11-20sfx2: lok: refactor notifications and const correctnessAshod Nakashian
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann
2020-11-17loplugin:stringviewparam check methods tooNoel
2020-11-15add <!-- n-columns=1 n-rows=1 --> before every GtkGridCaolán McNamara
2020-11-15Remove Bottom DrawTextFlag on renderFont for WatermarkMert Tumer
2020-11-13tdf#123936 Formatting files in module desktop with clang-formatPhilipp Hofer
2020-11-13lok: Simplify the check for command in sendDialogEvent.Jan Holesovsky
2020-11-11loplugin:stringviewNoel
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen
2020-11-07ScriptForge - Update build filesJean-Pierre Ledure
2020-11-05use a utl::TempFile and clean it up after testAndras Timar
2020-11-01use officecfg for UseSystemFileDialogNoel Grandin
2020-10-28strtol returns long, so that needs to be used hereStephan Bergmann
2020-10-28Extend loplugin:elidestringvar to OStringStephan Bergmann
2020-10-28convert some more long -> tools::LongNoel