1/************************************************************************* 2 * 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 * 5 * Copyright 2000, 2010 Oracle and/or its affiliates. 6 * 7 * OpenOffice.org - a multi-platform office productivity suite 8 * 9 * This file is part of OpenOffice.org. 10 * 11 * OpenOffice.org is free software: you can redistribute it and/or modify 12 * it under the terms of the GNU Lesser General Public License version 3 13 * only, as published by the Free Software Foundation. 14 * 15 * OpenOffice.org is distributed in the hope that it will be useful, 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18 * GNU Lesser General Public License version 3 for more details 19 * (a copy is included in the LICENSE file that accompanied this code). 20 * 21 * You should have received a copy of the GNU Lesser General Public License 22 * version 3 along with OpenOffice.org. If not, see 23 * <http://www.openoffice.org/license.html> 24 * for a copy of the LGPLv3 License. 25 * 26 ************************************************************************/ 27 28#ifndef _SVTOOLS_EDITBROWSEBOX_HRC_ 29#include "editbrowsebox.hrc" 30#endif 31 32#ifndef _SVTOOLS_HRC 33#include <svtools/svtools.hrc> 34#endif 35 36ImageList RID_SVTOOLS_IMAGELIST_EDITBROWSEBOX 37{ 38 Prefix = "ed"; 39 MaskColor = Color { 40 Red = 0xFFFF; 41 Green = 0x0000; 42 Blue = 0xFFFF; 43 }; 44 IdList = { 45 IMG_EBB_CURRENT; IMG_EBB_MODIFIED; 46 IMG_EBB_NEW;IMG_EBB_DELETED;IMG_EBB_CURRENTNEW; 47 IMG_EBB_PRIMARYKEY; IMG_EBB_CURRENT_PRIMARYKEY; IMG_EBB_FILTER;IMG_EBB_HEADERFOOTER; 48 }; 49 IdCount = { 9; }; 50}; 51 52ImageList RID_SVTOOLS_IMAGELIST_EDITBWSEBOX_H 53{ 54 Prefix = "edh"; 55 MaskColor = Color { 56 Red = 0xFFFF; 57 Green = 0x0000; 58 Blue = 0xFFFF; 59 }; 60 IdList = { 61 IMG_EBB_CURRENT; IMG_EBB_MODIFIED; 62 IMG_EBB_NEW;IMG_EBB_DELETED;IMG_EBB_CURRENTNEW; 63 IMG_EBB_PRIMARYKEY; IMG_EBB_CURRENT_PRIMARYKEY; IMG_EBB_FILTER;IMG_EBB_HEADERFOOTER; 64 }; 65 IdCount = { 9; }; 66}; 67