/* -*- 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 . */ #pragma once #define NC_(Context, String) TranslateId(Context, u8##String) #define STR_OPTIONAL NC_("STR_OPTIONAL", "(optional)") #define STR_REQUIRED NC_("STR_REQUIRED", "(required)") #define STR_TITLE1 NC_("STR_TITLE1", "Function Wizard") #define STR_TITLE2 NC_("STR_TITLE2", "Function Wizard -") #define STR_END NC_("STR_END", "~End") #define RID_STR_SHRINK NC_("RID_STR_SHRINK", "Shrink") #define RID_STR_EXPAND NC_("RID_STR_EXPAND", "Expand") /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ e-5-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sdext/inc
AgeCommit message (Expand)Author
2022-09-14move ErrCode to comphelper and improve debug output stringNoel Grandin
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2021-04-08update PCHsLuboš Luňák
2021-03-09Make sal/config.h the first in pchMike Kaganski
2021-02-08update pchesCaolán McNamara
2020-12-04update pchesCaolán McNamara
2020-08-12SvTreeListBox can move into toolkit headers nowCaolán McNamara
2020-07-12update pchesCaolán McNamara
2020-04-26update pchesCaolán McNamara
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák
2017-09-22Fresh run of bin/update_pch.shMike Kaganski
2017-04-27can detangle the sdext graphic resource nowCaolán McNamara
2016-05-12sdext: replace boost::bind with C++11 lambdas, part 2Michael Stahl
2016-04-13tdf#94306 remove unused boost dependenciesJochen Nitschke
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-09-18boost->stdCaolán McNamara
2015-09-01sdext: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-08-03sdext: replace boost::function with std::functionMichael Stahl
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara
2014-06-04update_pch: add a bunch of pch filesThomas Arnhold