/* -*- 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_DIALOG_DIALOG_HRC #define INCLUDED_SFX2_SOURCE_DIALOG_DIALOG_HRC #include // defines --------------------------------------------------------------- #define RC_DIALOG_BEGIN RID_SFX_DIALOG_START #define STR_RESET ( RC_DIALOG_BEGIN + 0) #define STR_QUERY_OVERWRITE ( RC_DIALOG_BEGIN + 1) #define STR_TABPAGE_INVALIDNAME ( RC_DIALOG_BEGIN + 13) #define STR_TABPAGE_INVALIDSTYLE ( RC_DIALOG_BEGIN + 14) #define STR_POOL_STYLE_NAME ( RC_DIALOG_BEGIN + 16) #define STR_TABPAGE_INVALIDPARENT ( RC_DIALOG_BEGIN + 18) #define STR_DELETE_STYLE ( RC_DIALOG_BEGIN + 19) #define STR_DELETE_STYLE_USED ( RC_DIALOG_BEGIN + 20) #define STR_VIEWVERSIONCOMMENT ( RC_DIALOG_BEGIN + 71 ) #define STR_NO_NAME_SET ( RC_DIALOG_BEGIN + 72 ) #define STR_ERROR_WRONG_CONFIRM ( RC_DIALOG_BEGIN + 76 ) // 100-106 in tbxcust.hrc #define STR_MACRO_LOSS ( RC_DIALOG_BEGIN + 107 ) #define STR_CANCEL_RECORDING ( RC_DIALOG_BEGIN + 108 ) #define STR_PDF_EXPORT_SEND ( RC_DIALOG_BEGIN + 120 ) #define STR_STYLE_FILL_FORMAT_MODE ( RC_DIALOG_BEGIN + 121 ) #define STR_STYLE_NEW_STYLE_FROM_SELECTION ( RC_DIALOG_BEGIN + 122 ) #define STR_STYLE_UPDATE_STYLE ( RC_DIALOG_BEGIN + 123 ) #define SFX_ST_EDIT ( RC_DIALOG_BEGIN + 124 ) #define STR_STYLE_ELEMTLIST ( RC_DIALOG_BEGIN + 125 ) #define STR_FONT_TABPAGE ( RC_DIALOG_BEGIN + 126 ) #define STR_PREVIEW_CHECKBOX ( RC_DIALOG_BEGIN + 127 ) #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */