/* -*- 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 . */ #ifndef INCLUDED_VCL_INC_PRINTACCESSORYVIEW_HRC #define INCLUDED_VCL_INC_PRINTACCESSORYVIEW_HRC #define NC_(Context, String) TranslateId(Context, reinterpret_cast(u8##String)) const TranslateId SV_PRINT_NATIVE_STRINGS[] = { NC_("SV_PRINT_NATIVE_STRINGS", "Preview"), NC_("SV_PRINT_NATIVE_STRINGS", "Page number"), NC_("SV_PRINT_NATIVE_STRINGS", "Number of pages"), NC_("SV_PRINT_NATIVE_STRINGS", "More"), NC_("SV_PRINT_NATIVE_STRINGS", "Print selection only") }; #endif // INCLUDED_VCL_INC_PRINTACCESSORYVIEW_HRC /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ stro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/extensions
AgeCommit message (Expand)Author
2022-08-09tdf#150278: avoid gen/gtk3 difference in m_xPropBox->GetCurPage()Justin Luth
2022-07-25use more o3tl::spanNoel Grandin
2022-07-21elide some makeStringAndClear() callsNoel Grandin
2022-06-21clang-tidy modernize-pass-by-value in extensionsNoel Grandin
2022-06-20tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macrojsala
2022-06-13Drop obsolete preprocessor directives from UNOIDL filesStephan Bergmann
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-24tdf#149096: don't translate "Get" and "Post" submit methodsJulien Nabet
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in extensionsStephan Bergmann
2022-05-04Just use Any ctor instead of makeAny (macOS)Stephan Bergmann
2022-05-03add o3tl::equalsAsciiNoel Grandin
2022-05-01use more string_view in variousNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-19loplugin:stringviewparamStephan Bergmann
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin
2022-04-10loplugin:stringview check for getToken and trimNoel Grandin
2022-03-31Resolves: tdf#117159 don't crash with chart selected in database report editCaolán McNamara
2022-03-28-Werror,-Wunused-but-set-variableStephan Bergmann