Files
libreoffice/sw/source/uibase/inc/shells.hrc
Jan Holesovsky 5f363ce8bc changes sidebar: Use images instead of texts for types of changes in Writer.
This is a Writer-only change because:

1) Calc does not have the changes sidebar yet.

2) The redlines in Calc have more complex descriptions (like 'Deleted
   column'), so postponing that for now until I have a good list of the
   possible values there so that I can ask for the icons.

Change-Id: I2d9860261d0b690012c3c11cdd97a140f48842bf
2015-01-04 02:15:04 +01:00

92 lines
3.9 KiB
Plaintext

/* -*- 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 _SHELLS_HRC
#define _SHELLS_HRC
#include "rcid.hrc"
#define STR_GRFILTER_OPENERROR (RC_SHELLS_BEGIN + 1)
#define STR_GRFILTER_IOERROR (RC_SHELLS_BEGIN + 2)
#define STR_GRFILTER_FORMATERROR (RC_SHELLS_BEGIN + 3)
#define STR_GRFILTER_VERSIONERROR (RC_SHELLS_BEGIN + 4)
#define STR_GRFILTER_FILTERERROR (RC_SHELLS_BEGIN + 5)
#define STR_GRFILTER_TOOBIG (RC_SHELLS_BEGIN + 6)
#define STR_INSERT_GRAPHIC (RC_SHELLS_BEGIN + 7)
#define STR_NO_ADDRESSBOOK (RC_SHELLS_BEGIN + 10)
#define STR_REDLINE_COMMENT (RC_SHELLS_BEGIN + 11)
#define STR_REDLINE_INSERTED (RC_SHELLS_BEGIN + 12)
#define STR_REDLINE_DELETED (RC_SHELLS_BEGIN + 13)
#define STR_REDLINE_FMTCOLLSET (RC_SHELLS_BEGIN + 14)
#define RID_TEXT_TOOLBOX (RC_SHELLS_BEGIN + 15)
#define RID_TABLE_TOOLBOX (RC_SHELLS_BEGIN + 16)
#define RID_FRAME_TOOLBOX (RC_SHELLS_BEGIN + 17)
#define RID_GRAFIK_TOOLBOX (RC_SHELLS_BEGIN + 18)
#define RID_DRAW_TOOLBOX (RC_SHELLS_BEGIN + 19)
#define RID_DRAW_TEXT_TOOLBOX (RC_SHELLS_BEGIN + 20)
#define RID_NUM_TOOLBOX (RC_SHELLS_BEGIN + 21)
#define RID_OLE_TOOLBOX (RC_SHELLS_BEGIN + 22)
#define RID_TOOLS_TOOLBOX (RC_SHELLS_BEGIN + 23)
#define IMG_REDLINE_INSERTED (RC_SHELLS_BEGIN + 24)
#define IMG_REDLINE_DELETED (RC_SHELLS_BEGIN + 25)
#define IMG_REDLINE_FORMATED (RC_SHELLS_BEGIN + 26)
#define IMG_REDLINE_TABLECHG (RC_SHELLS_BEGIN + 27)
#define IMG_REDLINE_FMTCOLLSET (RC_SHELLS_BEGIN + 28)
#define IMG_REDLINE_AUTOFMT (RC_SHELLS_BEGIN + 29)
#define RID_BEZIER_TOOLBOX (RC_SHELLS_BEGIN + 33)
#define STR_SWBG_PARAGRAPH (RC_SHELLS_BEGIN + 37)
#define STR_SWBG_GRAPHIC (RC_SHELLS_BEGIN + 38)
#define STR_SWBG_OLE (RC_SHELLS_BEGIN + 39)
#define STR_SWBG_FRAME (RC_SHELLS_BEGIN + 40)
#define STR_SWBG_TABLE (RC_SHELLS_BEGIN + 41)
#define STR_SWBG_TABLE_ROW (RC_SHELLS_BEGIN + 42)
#define STR_SWBG_TABLE_CELL (RC_SHELLS_BEGIN + 43)
#define STR_SWBG_PAGE (RC_SHELLS_BEGIN + 44)
#define STR_SWBG_HEADER (RC_SHELLS_BEGIN + 45)
#define STR_SWBG_FOOTER (RC_SHELLS_BEGIN + 46)
#define STR_REDLINE_FORMATED (RC_SHELLS_BEGIN + 50)
#define STR_REDLINE_TABLECHG (RC_SHELLS_BEGIN + 51)
#define STR_REDLINE_TITLE (RC_SHELLS_BEGIN + 52)
#define STR_REDLINE_MSG (RC_SHELLS_BEGIN + 53)
#define STR_REDLINE_ACCEPT_ALL (RC_SHELLS_BEGIN + 54)
#define STR_REDLINE_REJECT_ALL (RC_SHELLS_BEGIN + 55)
#define STR_REDLINE_EDIT (RC_SHELLS_BEGIN + 56)
#define STR_REDLINE_AUTOFMT (RC_SHELLS_BEGIN + 57)
#define RID_MODULE_TOOLBOX (RC_SHELLS_BEGIN + 60)
#define RID_MEDIA_TOOLBOX (RC_SHELLS_BEGIN + 61)
#define SHELLS_ACT_END RID_MEDIA_TOOLBOX
#if SHELLS_ACT_END > RC_SHELLS_END
#error Resource-Id Ueberlauf in #file, #line
#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */