Files
libreoffice/sw/source/ui/inc/popup.hrc
Rüdiger Timm edc79cc3be INTEGRATION: CWS notes2 (1.3.808); FILE MERGED
2007/12/15 16:16:42 mod 1.3.808.3: RESYNC: (1.3-1.4); FILE MERGED
2007/10/22 10:04:24 mod 1.3.808.2: fix for centered zoom; new buttons inside meta area
2007/07/04 15:42:22 mba 1.3.808.1: new shell for editing notes
2008-02-19 12:56:26 +00:00

65 lines
2.4 KiB
Plaintext

/*************************************************************************
*
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: popup.hrc,v $
*
* $Revision: 1.5 $
*
* last change: $Author: rt $ $Date: 2008-02-19 13:56:26 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
*
*
* GNU Lesser General Public License Version 2.1
* =============================================
* Copyright 2005 by Sun Microsystems, Inc.
* 901 San Antonio Road, Palo Alto, CA 94303, USA
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License version 2.1, as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston,
* MA 02111-1307 USA
*
************************************************************************/
#ifndef _POPUP_HRC
#define _POPUP_HRC
#include "rcid.hrc"
#define MN_TEXT_POPUPMENU (RC_POPUPS_BEGIN + 0)
#define MN_TAB_POPUPMENU (RC_POPUPS_BEGIN + 1)
#define MN_FRM_POPUPMENU (RC_POPUPS_BEGIN + 2)
#define MN_DRAW_POPUPMENU (RC_POPUPS_BEGIN + 3)
#define MN_DRWTXT_POPUPMENU (RC_POPUPS_BEGIN + 4)
#define MN_GRF_POPUPMENU (RC_POPUPS_BEGIN + 5)
#define MN_OLE_POPUPMENU (RC_POPUPS_BEGIN + 6)
#define MN_PPREVIEW_POPUPMENU (RC_POPUPS_BEGIN + 7)
#define MN_SRCVIEW_POPUPMENU (RC_POPUPS_BEGIN + 8)
#define MN_DRAWFORM_POPUPMENU (RC_POPUPS_BEGIN + 9)
#define MN_MEDIA_POPUPMENU (RC_POPUPS_BEGIN + 10)
#define MN_LANGUAGE_FOR_TEXT (RC_POPUPS_BEGIN + 11)
#define MN_LANGUAGE_FOR_PARAGRAPH (RC_POPUPS_BEGIN + 12)
#define MN_LANGUAGE_FOR_DOCUMENT (RC_POPUPS_BEGIN + 13)
#define MN_ANNOTATION_POPUPMENU (RC_POPUPS_BEGIN + 14)
#define MN_ANNOTATION_BUTTON (RC_POPUPS_BEGIN + 15)
#if MN_MEDIA_POPUPMENU > RC_POPUPS_END
#error Resource-Id Ueberlauf in #file, #line
#endif
#endif // _POPUP_HRC