/* -*- 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_SHELL_INC_INTERNAL_RESOURCE_H #define INCLUDED_SHELL_INC_INTERNAL_RESOURCE_H #define MANIFEST_RESOURCE_ID 2 #define IDD_PROPPAGE_STATISTICS 101 #define IDD_PROPPAGE_SUMMARY 102 #define IDB_PROPERTY_IMAGES 103 #define IDC_TITLE 1000 #define IDC_SUBJECT 1001 #define IDC_AUTHOR 1002 #define IDC_CREATOR 1003 #define IDC_LANGUAGE 1004 #define IDC_COMMENTS 1005 #define IDC_KEYWORDS 1006 #define IDC_EXTENDED 1009 #define IDC_DLGSIMPLE 1012 #define IDC_STATISTICSLIST 1013 #define IDS_TITLE 1014 #define IDS_SUBJECT 1015 #define IDS_AUTHOR 1016 #define IDS_KEYWORDS 1017 #define IDS_COMMENTS 1018 #define IDS_PAGES 1019 #define IDS_TABLES 1020 #define IDS_GRAPHICS 1021 #define IDS_OLE_OBJECTS 1022 #define IDS_PARAGRAPHS 1023 #define IDS_WORDS 1024 #define IDS_CHARACTERS 1025 #define IDS_ROWS 1026 #define IDS_ORIGIN 1027 #define IDS_VERSION 1028 #define IDS_SHEETS 1029 #define IDS_CELLS 1030 #define IDS_STATISTICS 1031 #define IDS_PROPERTY 1032 #define IDS_PROPERTY_VALUE 1033 #define IDS_PROPPAGE_SUMMARY_TITLE 1034 #define IDS_PROPPAGE_STATISTICS_TITLE 1035 #define IDS_TITLE_COLON 1036 #define IDS_SUBJECT_COLON 1037 #define IDS_AUTHOR_COLON 1038 #define IDS_OBJECTS 1039 #define IDS_DOCUMENT_STATISTIC 1040 #define IDS_MODIFIED 1041 #define IDS_DOCUMENT_NUMBER 1042 #define IDS_EDITING_TIME 1043 #define IDS_DESCRIPTION 1044 #define IDS_COMMENTS_COLON 1045 #define IDS_MODIFIED_COLON 1046 #define IDS_SIZE_COLON 1047 #define IDS_TYPE_COLON 1048 #define IDP_SIGNET 2000 #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 6 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/i18npool
AgeCommit message (Expand)Author
2018-12-24tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-12-20Fix typo in codeAndrea Gelmini
2018-12-13loplugin:useuniqueptr in i18npoolNoel Grandin
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-07loplugin:singlevalfields extend to all static varsNoel Grandin
2018-12-04NNNN already includes LongDateDayOfWeekSeparator, do not duplicateEike Rathke
2018-12-04Fix af_NA wrong separator inheritance, use en_NA instead of af_ZA (en_ZA)Eike Rathke
2018-12-04Some date format corrections, tdf#116868 follow-upEike Rathke
2018-12-03Resolves: tdf#116868 add Hausa (Nigeria) [ha-Latn-NG] locale dataEike Rathke
2018-12-01A leading or trailing group separator character is not a group separatorEike Rathke
2018-11-30[API CHANGE] Resolves: tdf#42518 new KParseTokens::GROUP_SEPARATOR_IN_NUMBEREike Rathke
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-11-19loplugin:singlevalfieldsNoel Grandin
2018-11-16loplugin:buriedassign in dbaccess..ooxNoel Grandin
2018-11-12tdf#120703 PVS: V560 Properly compare current to cDecimalSepAltMike Kaganski
2018-11-12fix missing "else" in transliterateBulletNoel Grandin
2018-11-10clang-tidy: (WIP) bugprone-too-small-loop-variable findings 2Tamás Zolnai
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski
2018-11-07loplugin:collapseif in sdext..svxNoel Grandin
2018-11-06convert some macros to local functionsNoel Grandin
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2018-10-23clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin
2018-10-22loplugin:staticvar in variousNoel Grandin
2018-10-19clarify Calendar_jewish::getDisplayString a littleCaolán McNamara
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-15clang-tidy misc-redundant-expressionNoel Grandin
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-10-01Resolves: tdf#119613 [*-ZA] default to ISO 8601 date formatEike Rathke
2018-09-30Deleted whitespace, use correct branding, fixed typosMatthias Seidel
2018-09-26loplugin:useuniqueptr in lcl_LookupTableHelperNoel Grandin
2018-09-20Avoid U+21D2 Rightwards Double Arrow characterEike Rathke
2018-09-20Document rules for use of nominative / genitive / partitive case month namesEike Rathke
2018-09-18loplugin:unusedmethodsNoel Grandin
2018-09-18loplugin:useuniqueptr in TestTextSearchNoel Grandin
2018-09-17loplugin:external in i18npoolStephan Bergmann
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin