diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-20 12:53:07 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-20 12:53:07 +0000 |
commit | b23f4c1f968062b78a8c827b9d40f66cb0e97673 (patch) | |
tree | 38b39abcc615968bd340454db7b55ba71f332a31 /toolkit | |
parent | 22ba56aaf0f946b79b27a61c7c613415d54d5616 (diff) |
INTEGRATION: CWS jl49 (1.1.4); FILE ADDED
2006/12/19 09:45:35 jl 1.1.4.1: #i70481# adding copy of file which will be introduced in cws updchk02. In case of a conflict when updchk02 is integrated then the file from updchk02 shall be used
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/xthrobber.src | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/toolkit/source/awt/xthrobber.src b/toolkit/source/awt/xthrobber.src new file mode 100644 index 000000000000..0487de661d99 --- /dev/null +++ b/toolkit/source/awt/xthrobber.src @@ -0,0 +1,114 @@ +/************************************************************************* + * + * OpenOffice.org - a multi-platform office productivity suite + * + * $RCSfile: xthrobber.src,v $ + * + * $Revision: 1.2 $ + * + * last change: $Author: ihi $ $Date: 2006-12-20 13:53:07 $ + * + * 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 _TOOLKIT_AWT_XTHROBBER_HRC_ +#include <xthrobber.hrc> +#endif + +#define STD_MASK_COLOR MaskColor = Color { Red = 0xFFFF; Green = 0x0000; Blue = 0xFFFF; }; + +Image RID_TK_ICON_THROBBER_START +{ + ImageBitmap = Bitmap{ file = "spinner03-grey_01.png"; }; + STD_MASK_COLOR +}; + +Image RID_TK_ICON_THROBBER_START + 1 +{ + ImageBitmap = Bitmap{ file = "spinner03-grey_02.png"; }; + STD_MASK_COLOR +}; + +Image RID_TK_ICON_THROBBER_START + 2 +{ + ImageBitmap = Bitmap{ file = "spinner03-grey_03.png"; }; + STD_MASK_COLOR +}; + +Image RID_TK_ICON_THROBBER_START + 3 +{ + ImageBitmap = Bitmap{ file = "spinner03-grey_04.png"; }; + STD_MASK_COLOR +}; + +Image RID_TK_ICON_THROBBER_START + 4 +{ + ImageBitmap = Bitmap{ file = "spinner03-grey_05.png"; }; + STD_MASK_COLOR +}; + +Image RID_TK_ICON_THROBBER_START + 5 +{ + ImageBitmap = Bitmap{ file = "spinner03-grey_06.png"; }; + STD_MASK_COLOR +}; + +Image RID_TK_ICON_THROBBER_START + 6 +{ + ImageBitmap = Bitmap{ file = "spinner03-grey_07.png"; }; + STD_MASK_COLOR +}; + +Image RID_TK_ICON_THROBBER_START + 7 +{ + ImageBitmap = Bitmap{ file = "spinner03-grey_08.png"; }; + STD_MASK_COLOR +}; + +Image RID_TK_ICON_THROBBER_START + 8 +{ + ImageBitmap = Bitmap{ file = "spinner03-grey_09.png"; }; + STD_MASK_COLOR +}; + +Image RID_TK_ICON_THROBBER_START + 9 +{ + ImageBitmap = Bitmap{ file = "spinner03-grey_10.png"; }; + STD_MASK_COLOR +}; + +Image RID_TK_ICON_THROBBER_START + 10 +{ + ImageBitmap = Bitmap{ file = "spinner03-grey_11.png"; }; + STD_MASK_COLOR +}; + +Image RID_TK_ICON_THROBBER_START + 11 +{ + ImageBitmap = Bitmap{ file = "spinner03-grey_12.png"; }; + STD_MASK_COLOR +}; + + |