/* -*- 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_SFX2_SOURCE_DOC_DOC_HRC #define INCLUDED_SFX2_SOURCE_DOC_DOC_HRC #include // #defines ***************************************************************** #define RID_SFX_DOC_END (RID_SFX_DIALOG_START-1) #define STR_NODEFPRINTER (RID_SFX_DOC_START+ 0) #define STR_ERROR_PRINTER_BUSY (RID_SFX_DOC_START+ 1) #define STR_NOSTARTPRINTER (RID_SFX_DOC_START+ 2) #define STR_TEMPLATE_FILTER (RID_SFX_DOC_START+ 28) #define STR_SAVEDOC (RID_SFX_DOC_START+ 45) #define STR_SAVEASDOC (RID_SFX_DOC_START+ 47) #define STR_CLOSEDOC (RID_SFX_DOC_START+ 49) #define STR_SAVEACOPY (RID_SFX_DOC_START+ 55) #define STR_AUTOMATICVERSION (RID_SFX_DOC_START+ 68) #define TEMPLATE_LONG_NAMES_ARY (RID_SFX_DOC_START+ 81) #define TEMPLATE_SHORT_NAMES_ARY (RID_SFX_DOC_START+ 82) #define RID_CNT_STR_WAITING (RID_SFX_DOC_START+ 83) #define STR_EXPORTBUTTON (RID_SFX_DOC_START+93) #define STR_LABEL_FILEFORMAT (RID_SFX_DOC_START+96) #define STR_HIDDENINFO_CONTAINS (RID_SFX_DOC_START+110) #define STR_HIDDENINFO_RECORDCHANGES (RID_SFX_DOC_START+111) #define STR_HIDDENINFO_NOTES (RID_SFX_DOC_START+112) #define STR_HIDDENINFO_DOCVERSIONS (RID_SFX_DOC_START+113) #define STR_HIDDENINFO_CONTINUE_SAVING (RID_SFX_DOC_START+116) #define STR_HIDDENINFO_CONTINUE_PRINTING (RID_SFX_DOC_START+117) #define STR_HIDDENINFO_CONTINUE_SIGNING (RID_SFX_DOC_START+118) #define STR_HIDDENINFO_CONTINUE_CREATEPDF (RID_SFX_DOC_START+119) #define STR_NEW_FILENAME_SAVE (RID_SFX_DOC_START+121) #define STR_XMLSEC_QUERY_SAVESIGNEDBEFORESIGN (RID_SFX_DOC_START+125) #define STR_XMLSEC_ODF12_EXPECTED (RID_SFX_DOC_START+126) #define STR_QRYTEMPL_MESSAGE (RID_SFX_DOC_START+127) #define STR_QRYTEMPL_UPDATE_BTN (RID_SFX_DOC_START+128) #define STR_QRYTEMPL_KEEP_BTN (RID_SFX_DOC_START+129) #define STR_ACTION_REFRESH (RID_SFX_DOC_START+131) #define STR_ACTION_DEFAULT (RID_SFX_DOC_START+132) #define STR_INPUT_NEW (RID_SFX_DOC_START+134) #define STR_MSG_ERROR_LOCAL_MOVE (RID_SFX_DOC_START+137) #define STR_MSG_ERROR_EXPORT (RID_SFX_DOC_START+139) #define STR_MSG_ERROR_IMPORT (RID_SFX_DOC_START+140) #define STR_MSG_ERROR_DELETE_TEMPLATE (RID_SFX_DOC_START+141) #define STR_MSG_ERROR_DELETE_FOLDER (RID_SFX_DOC_START+142) #define STR_QMSG_SEL_FOLDER_DELETE (RID_SFX_DOC_START+146) #define STR_QMSG_TEMPLATE_OVERWRITE (RID_SFX_DOC_START+147) #define STR_QMSG_SEL_TEMPLATE_DELETE (RID_SFX_DOC_START+148) #define STR_OPEN (RID_SFX_DOC_START+151) #define STR_EDIT_TEMPLATE (RID_SFX_DOC_START+152) #define STR_DEFAULT_TEMPLATE (RID_SFX_DOC_START+153) #define STR_RENAME (RID_SFX_DOC_START+154) #define STR_DELETE (RID_SFX_DOC_START+155) #define STR_RENAME_TEMPLATE (RID_SFX_DOC_START+157) #define STR_CATEGORY_NEW (RID_SFX_DOC_START+158) #define STR_CATEGORY_SELECT (RID_SFX_DOC_START+100) #define STR_CATEGORY_DELETE (RID_SFX_DOC_START+101) #define STR_CREATE_ERROR (RID_SFX_DOC_START+103) #define STR_ERROR_SAVEAS (RID_SFX_DOC_START+105) #define STR_CATEGORY_RENAME (RID_SFX_DOC_START+109) #define STR_TEMPLATE_SELECTION (RID_SFX_DOC_START+120) #define STR_RESET_DEFAULT (RID_SFX_DOC_START+122) #define STR_TEMPLATE_TOOLTIP (RID_SFX_DOC_START+169) #define STR_MSG_EXPORT_SUCCESS (RID_SFX_DOC_START+170) #define STR_MSG_QUERY_COPY (RID_SFX_DOC_START+171) #define STR_QMSG_ERROR_OPENING_FILE (RID_SFX_DOC_START+180) #define STR_QMSG_ERROR_OPENING_FILE_DETAILS (RID_SFX_DOC_START+181) #define STR_QMSG_ERROR_OPENING_FILE_CONTINUE (RID_SFX_DOC_START+182) // please update to the last id #define ACT_SFX_DOC_END STR_QMSG_ERROR_OPENING_FILE_CONTINUE #if ACT_SFX_DOC_END > RID_SFX_DOC_END #error resource overflow in #line, #file #endif #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */