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#ifndef CHART_BITMAPS_HRC 28#define CHART_BITMAPS_HRC 29 30#ifndef _SOLAR_HRC 31#include <svl/solar.hrc> 32#endif 33 34#ifndef STD_MASKCOLOR 35#define STD_MASKCOLOR Color { Red = 0xFF00; Green = 0x0000; Blue = 0xFF00; } 36#endif 37 38//----------------------------------------------------------------------------- 39// chart types 40// Images: 41 42#define IMG_TYPE_COLUMN (RID_APP_START + 1) 43#define IMG_TYPE_BAR (RID_APP_START + 2) 44#define IMG_TYPE_PIE (RID_APP_START + 3) 45#define IMG_TYPE_AREA (RID_APP_START + 4) 46#define IMG_TYPE_LINE (RID_APP_START + 5) 47#define IMG_TYPE_XY (RID_APP_START + 6) 48#define IMG_TYPE_BUBBLE (RID_APP_START + 7) 49#define IMG_TYPE_NET (RID_APP_START + 8) 50#define IMG_TYPE_STOCK (RID_APP_START + 9) 51#define IMG_TYPE_COLUMN_LINE (RID_APP_START + 10) 52 53//----------------------------------------------------------------------------- 54//Chart Subtypes 55// Bitmaps: 56 57//---------------------- 58// Column Chart Subtypes 59#define BMP_COLUMNS_2D_1 (RID_APP_START + 1) 60#define BMP_COLUMNS_2D_2 (RID_APP_START + 2) 61#define BMP_COLUMNS_2D_3 (RID_APP_START + 3) 62 63#define BMP_COLUMNS_3D (RID_APP_START + 4) 64#define BMP_COLUMNS_3D_1 (RID_APP_START + 5) 65#define BMP_COLUMNS_3D_2 (RID_APP_START + 6) 66#define BMP_COLUMNS_3D_3 (RID_APP_START + 7) 67 68#define BMP_SAEULE_3D_1 (RID_APP_START + 8) 69#define BMP_SAEULE_3D_2 (RID_APP_START + 9) 70#define BMP_SAEULE_3D_3 (RID_APP_START + 10) 71#define BMP_SAEULE_3D_4 (RID_APP_START + 11) 72 73#define BMP_KEGEL_3D_1 (RID_APP_START + 12) 74#define BMP_KEGEL_3D_2 (RID_APP_START + 13) 75#define BMP_KEGEL_3D_3 (RID_APP_START + 14) 76#define BMP_KEGEL_3D_4 (RID_APP_START + 15) 77 78#define BMP_PYRAMID_3D_1 (RID_APP_START + 16) 79#define BMP_PYRAMID_3D_2 (RID_APP_START + 17) 80#define BMP_PYRAMID_3D_3 (RID_APP_START + 18) 81#define BMP_PYRAMID_3D_4 (RID_APP_START + 19) 82 83//---------------------- 84// Bar Chart Subtypes 85 86#define BMP_BARS_2D_1 (RID_APP_START + 20) 87#define BMP_BARS_2D_2 (RID_APP_START + 21) 88#define BMP_BARS_2D_3 (RID_APP_START + 22) 89 90#define BMP_BARS_3D (RID_APP_START + 23) 91#define BMP_BARS_3D_1 (RID_APP_START + 24) 92#define BMP_BARS_3D_2 (RID_APP_START + 25) 93#define BMP_BARS_3D_3 (RID_APP_START + 26) 94 95#define BMP_ROEHRE_3D_1 (RID_APP_START + 27) 96#define BMP_ROEHRE_3D_2 (RID_APP_START + 28) 97#define BMP_ROEHRE_3D_3 (RID_APP_START + 29) 98#define BMP_ROEHRE_3D_4 (RID_APP_START + 30) 99 100#define BMP_KEGELQ_3D_1 (RID_APP_START + 31) 101#define BMP_KEGELQ_3D_2 (RID_APP_START + 32) 102#define BMP_KEGELQ_3D_3 (RID_APP_START + 33) 103#define BMP_KEGELQ_3D_4 (RID_APP_START + 34) 104 105#define BMP_PYRAMIDQ_3D_1 (RID_APP_START + 35) 106#define BMP_PYRAMIDQ_3D_2 (RID_APP_START + 36) 107#define BMP_PYRAMIDQ_3D_3 (RID_APP_START + 37) 108#define BMP_PYRAMIDQ_3D_4 (RID_APP_START + 38) 109 110//---------------------- 111// Pie and Donut Chart Subtypes 112 113#define BMP_CIRCLES_2D (RID_APP_START + 39) 114#define BMP_CIRCLES_2D_EXPLODED (RID_APP_START + 40) 115#define BMP_CIRCLES_3D (RID_APP_START + 41) 116#define BMP_CIRCLES_3D_EXPLODED (RID_APP_START + 42) 117#define BMP_DONUT_2D (RID_APP_START + 43) 118#define BMP_DONUT_2D_EXPLODED (RID_APP_START + 44) 119#define BMP_DONUT_3D (RID_APP_START + 45) 120#define BMP_DONUT_3D_EXPLODED (RID_APP_START + 46) 121 122//---------------------- 123// Points and Lines Chart Subtypes 124 125#define BMP_POINTS_XVALUES (RID_APP_START + 47) 126#define BMP_POINTS_XCATEGORY (RID_APP_START + 48) 127#define BMP_POINTS_STACKED (RID_APP_START + 49) 128 129 130#define BMP_LINE_P_XVALUES (RID_APP_START + 50) 131#define BMP_LINE_O_XVALUES (RID_APP_START + 51) 132#define BMP_LINE3D_XVALUES (RID_APP_START + 52) 133 134#define BMP_LINE_P_XCATEGORY (RID_APP_START + 53) 135#define BMP_LINE_O_XCATEGORY (RID_APP_START + 54) 136#define BMP_LINE3D_XCATEGORY (RID_APP_START + 55) 137 138#define BMP_LINE_P_STACKED (RID_APP_START + 56) 139#define BMP_LINE_O_STACKED (RID_APP_START + 57) 140#define BMP_LINE3D_STACKED (RID_APP_START + 58) 141 142#define BMP_LINE_P_XVALUES_SMOOTH (RID_APP_START + 59) 143#define BMP_LINE_O_XVALUES_SMOOTH (RID_APP_START + 60) 144#define BMP_LINE3D_XVALUES_SMOOTH (RID_APP_START + 61) 145 146#define BMP_LINE_P_XCATEGORY_SMOOTH (RID_APP_START + 62) 147#define BMP_LINE_O_XCATEGORY_SMOOTH (RID_APP_START + 63) 148#define BMP_LINE3D_XCATEGORY_SMOOTH (RID_APP_START + 64) 149 150#define BMP_LINE_P_STACKED_SMOOTH (RID_APP_START + 65) 151#define BMP_LINE_O_STACKED_SMOOTH (RID_APP_START + 66) 152#define BMP_LINE3D_STACKED_SMOOTH (RID_APP_START + 67) 153 154//---------------------- 155// Area Chart Subtypes 156 157#define BMP_AREAS_2D (RID_APP_START + 68) 158#define BMP_AREAS_2D_1 (RID_APP_START + 69) 159#define BMP_AREAS_2D_3 (RID_APP_START + 70) 160#define BMP_AREAS_3D (RID_APP_START + 71) 161#define BMP_AREAS_3D_1 (RID_APP_START + 72) 162#define BMP_AREAS_3D_2 (RID_APP_START + 73) 163 164//---------------------- 165// Net Chart Subtypes 166 167#define BMP_NET (RID_APP_START + 74) 168#define BMP_NET_STACK (RID_APP_START + 75) 169#define BMP_NET_SYMB (RID_APP_START + 76) 170#define BMP_NET_SYMB_STACK (RID_APP_START + 77) 171#define BMP_NET_LINESYMB (RID_APP_START + 78) 172#define BMP_NET_LINESYMB_STACK (RID_APP_START + 79) 173#define BMP_NET_FILL (RID_APP_START + 80) 174#define BMP_NET_FILL_STACK (RID_APP_START + 81) 175 176//---------------------- 177// Stock Chart Subtypes 178 179#define BMP_STOCK_1 (RID_APP_START + 82) 180#define BMP_STOCK_2 (RID_APP_START + 83) 181#define BMP_STOCK_3 (RID_APP_START + 84) 182#define BMP_STOCK_4 (RID_APP_START + 85) 183 184//---------------------- 185// Column + Line Chart Subtypes 186 187#define BMP_COLUMN_LINE (RID_APP_START + 86) 188#define BMP_COLUMN_LINE_STACKED (RID_APP_START + 87) 189 190//---------------------- 191// Bubble Chart Subtypes 192#define BMP_BUBBLE_1 (RID_APP_START + 88) 193 194//----------------------------------------------------------------------------- 195//further Images: 196 197//SchStatisticTabPage and SchDataStatisticsDlg part 1 198#define BMP_INDICATE_BOTH_VERTI (RID_APP_START + 89) 199#define BMP_INDICATE_UP (RID_APP_START + 90) 200#define BMP_INDICATE_DOWN (RID_APP_START + 91) 201#define BMP_INDICATE_BOTH_HORI (RID_APP_START + 97) 202#define BMP_INDICATE_RIGHT (RID_APP_START + 98) 203#define BMP_INDICATE_LEFT (RID_APP_START + 99) 204 205//SchStatisticTabPage and SchDataStatisticsDlg part 2 206#define BMP_REGRESSION_NONE (RID_APP_START + 92) 207#define BMP_REGRESSION_LINEAR (RID_APP_START + 93) 208#define BMP_REGRESSION_LOG (RID_APP_START + 94) 209#define BMP_REGRESSION_EXP (RID_APP_START + 95) 210#define BMP_REGRESSION_POWER (RID_APP_START + 96) 211 212// hide-button for range-choosing 213#define IMG_SELECTRANGE (RID_APP_START + 100) 214 215// CHART_BITMAPS_HRC 216#endif 217