/************************************************************************* * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Copyright 2008 by Sun Microsystems, Inc. * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: galtheme.hrc,v $ * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * * OpenOffice.org is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License version 3 * only, as published by the Free Software Foundation. * * OpenOffice.org 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 version 3 for more details * (a copy is included in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU Lesser General Public License * version 3 along with OpenOffice.org. If not, see * * for a copy of the LGPLv3 License. * ************************************************************************/ #ifndef _GALTHEME_HRC_ #define _GALTHEME_HRC_ #define RID_GALLERYSTR_THEME_START (6000) #define RID_GALLERYSTR_THEME_ARROWS (RID_GALLERYSTR_THEME_START + 1) #define RID_GALLERYSTR_THEME_BULLETS (RID_GALLERYSTR_THEME_START + 2) #define RID_GALLERYSTR_THEME_PC_NETWORK (RID_GALLERYSTR_THEME_START + 3) #define RID_GALLERYSTR_THEME_DIAGRAMS (RID_GALLERYSTR_THEME_START + 4) #define RID_GALLERYSTR_THEME_EDUCATION (RID_GALLERYSTR_THEME_START + 5) #define RID_GALLERYSTR_THEME_ENVIRONMENT (RID_GALLERYSTR_THEME_START + 6) #define RID_GALLERYSTR_THEME_FINANCE (RID_GALLERYSTR_THEME_START + 7) #define RID_GALLERYSTR_THEME_PEOPLE (RID_GALLERYSTR_THEME_START + 8) #define RID_GALLERYSTR_THEME_SYMBOLS (RID_GALLERYSTR_THEME_START + 9) #define RID_GALLERYSTR_THEME_TEXTSHAPES (RID_GALLERYSTR_THEME_START + 10) #define RID_GALLERYSTR_THEME_TRANSPORTATION (RID_GALLERYSTR_THEME_START + 11) #define RID_GALLERYSTR_THEME_RULERS (RID_GALLERYSTR_THEME_START + 17) #define RID_GALLERYSTR_THEME_SOUNDS (RID_GALLERYSTR_THEME_START + 18) #define RID_GALLERYSTR_THEME_NEWSTHEME (RID_GALLERYSTR_THEME_START + 20) #define RID_GALLERYSTR_THEME_HTMLBUTTONS (RID_GALLERYSTR_THEME_START + 21) #define RID_GALLERYSTR_THEME_POWERPOINT (RID_GALLERYSTR_THEME_START + 22) #define RID_GALLERYSTR_THEME_USERSOUNDS (RID_GALLERYSTR_THEME_START + 23) #define RID_GALLERYSTR_THEME_DUMMY5 (RID_GALLERYSTR_THEME_START + 24) #define RID_GALLERYSTR_THEME_FONTWORK (RID_GALLERYSTR_THEME_START + 25) #define RID_GALLERYSTR_THEME_FONTWORK_VERTICAL (RID_GALLERYSTR_THEME_START + 26) #define RID_GALLERYSTR_THEME_FIRST RID_GALLERYSTR_THEME_ARROWS #define RID_GALLERYSTR_THEME_LAST RID_GALLERYSTR_THEME_FONTWORK_VERTICAL #endif