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#include "Bitmaps.hrc" 28 29Image IMG_TYPE_COLUMN 30{ 31 ImageBitmap = Bitmap { File = "typecolumn_16.png" ; }; 32 MaskColor = STD_MASKCOLOR; 33}; 34Image IMG_TYPE_BAR 35{ 36 ImageBitmap = Bitmap { File = "typebar_16.png " ; }; 37 MaskColor = STD_MASKCOLOR; 38}; 39Image IMG_TYPE_PIE 40{ 41 ImageBitmap = Bitmap { File = "typepie_16.png" ; }; 42 MaskColor = STD_MASKCOLOR; 43}; 44Image IMG_TYPE_LINE 45{ 46 ImageBitmap = Bitmap { File = "typepointline_16.png" ; }; 47 MaskColor = STD_MASKCOLOR; 48}; 49Image IMG_TYPE_XY 50{ 51 ImageBitmap = Bitmap { File = "typexy_16.png" ; }; 52 MaskColor = STD_MASKCOLOR; 53}; 54Image IMG_TYPE_AREA 55{ 56 ImageBitmap = Bitmap { File = "typearea_16.png" ; }; 57 MaskColor = STD_MASKCOLOR; 58}; 59Image IMG_TYPE_NET 60{ 61 ImageBitmap = Bitmap { File = "typenet_16.png" ; }; 62 MaskColor = STD_MASKCOLOR; 63}; 64Image IMG_TYPE_STOCK 65{ 66 ImageBitmap = Bitmap { File = "typestock_16.png" ; }; 67 MaskColor = STD_MASKCOLOR; 68}; 69Image IMG_TYPE_COLUMN_LINE 70{ 71 ImageBitmap = Bitmap { File = "typecolumnline_16.png" ; }; 72 MaskColor = STD_MASKCOLOR; 73}; 74Image IMG_TYPE_BUBBLE 75{ 76 ImageBitmap = Bitmap { File = "typebubble_16.png" ; }; 77 MaskColor = STD_MASKCOLOR; 78}; 79Bitmap BMP_BUBBLE_1 80{ 81 File = "bubble_52x60.png" ; 82}; 83Bitmap BMP_AREAS_2D 84{ 85 File = "areas_52x60.png" ; 86}; 87Bitmap BMP_AREAS_2D_1 88{ 89 File = "areaspiled_52x60.png" ; 90}; 91Bitmap BMP_AREAS_2D_3 92{ 93 File = "areasfull_52x60.png" ; 94}; 95Bitmap BMP_AREAS_3D 96{ 97 File = "areaspiled3d_52x60.png" ; 98}; 99Bitmap BMP_AREAS_3D_1 100{ 101 File = "areas3d_52x60.png" ; 102}; 103Bitmap BMP_AREAS_3D_2 104{ 105 File = "areasfull3d_52x60.png" ; 106}; 107//--------------------- 108Bitmap BMP_BARS_2D_1 109{ 110 File = "bar_52x60.png" ; 111}; 112Bitmap BMP_BARS_2D_2 113{ 114 File = "barstack_52x60.png" ; 115}; 116Bitmap BMP_BARS_2D_3 117{ 118 File = "barpercent_52x60.png" ; 119}; 120Bitmap BMP_BARS_3D 121{ 122 File = "bar3ddeep_52x60.png" ; 123}; 124Bitmap BMP_BARS_3D_1 125{ 126 File = "bar3d_52x60.png" ; 127}; 128Bitmap BMP_BARS_3D_2 129{ 130 File = "barstack3d_52x60.png" ; 131}; 132Bitmap BMP_BARS_3D_3 133{ 134 File = "barpercent3d_52x60.png" ; 135}; 136//--------------------- 137Bitmap BMP_CIRCLES_2D 138{ 139 File = "pie_52x60.png" ; 140}; 141Bitmap BMP_CIRCLES_2D_EXPLODED 142{ 143 File = "pieexploded_52x60.png" ; 144}; 145Bitmap BMP_CIRCLES_3D 146{ 147 File = "pie3d_52x60.png" ; 148}; 149Bitmap BMP_CIRCLES_3D_EXPLODED 150{ 151 File = "pie3dexploded_52x60.png" ; 152}; 153//--------------------- 154Bitmap BMP_DONUT_2D 155{ 156 File = "donut_52x60.png" ; 157}; 158Bitmap BMP_DONUT_2D_EXPLODED 159{ 160 File = "donutexploded_52x60.png" ; 161}; 162Bitmap BMP_DONUT_3D 163{ 164 File = "donut3d_52x60.png" ; 165}; 166Bitmap BMP_DONUT_3D_EXPLODED 167{ 168 File = "donut3dexploded_52x60.png" ; 169}; 170//--------------------- 171Bitmap BMP_COLUMNS_2D_1 172{ 173 File = "columns_52x60.png" ; 174}; 175Bitmap BMP_COLUMNS_2D_2 176{ 177 File = "columnstack_52x60.png" ; 178}; 179Bitmap BMP_COLUMNS_2D_3 180{ 181 File = "columnpercent_52x60.png" ; 182}; 183Bitmap BMP_COLUMN_LINE 184{ 185 File = "columnline_52x60.png" ; 186}; 187Bitmap BMP_COLUMN_LINE_STACKED 188{ 189 File = "columnstackline_52x60.png" ; 190}; 191//--------------------- 192Bitmap BMP_COLUMNS_3D 193{ 194 File = "columns3ddeep_52x60.png" ; 195}; 196Bitmap BMP_COLUMNS_3D_1 197{ 198 File = "columns3d_52x60.png" ; 199}; 200Bitmap BMP_COLUMNS_3D_2 201{ 202 File = "columnstack3d_52x60.png" ; 203}; 204Bitmap BMP_COLUMNS_3D_3 205{ 206 File = "columnpercent3d_52x60.png" ; 207}; 208//--------------------- 209Bitmap BMP_KEGELQ_3D_1 210{ 211 File = "conehori_52x60.png" ; 212}; 213Bitmap BMP_KEGELQ_3D_2 214{ 215 File = "conehoristack_52x60.png" ; 216}; 217Bitmap BMP_KEGELQ_3D_3 218{ 219 File = "conehoripercent_52x60.png" ; 220}; 221Bitmap BMP_KEGELQ_3D_4 222{ 223 File = "conehorideep_52x60.png" ; 224}; 225Bitmap BMP_KEGEL_3D_1 226{ 227 File = "cone_52x60.png" ; 228}; 229Bitmap BMP_KEGEL_3D_2 230{ 231 File = "conestack_52x60.png" ; 232}; 233Bitmap BMP_KEGEL_3D_3 234{ 235 File = "conepercent_52x60.png" ; 236}; 237Bitmap BMP_KEGEL_3D_4 238{ 239 File = "conedeep_52x60.png" ; 240}; 241//--------------------- 242Bitmap BMP_POINTS_XVALUES 243{ 244 File = "valueaxisdirectpoints_52x60.png" ; 245}; 246Bitmap BMP_POINTS_XCATEGORY 247{ 248 File = "nostackdirectpoints_52x60.png" ; 249}; 250Bitmap BMP_POINTS_STACKED 251{ 252 File = "stackdirectpoints_52x60.png" ; 253}; 254//--------------------- 255 256Bitmap BMP_LINE_P_XVALUES 257{ 258 File = "valueaxisdirectboth_52x60.png" ; 259}; 260Bitmap BMP_LINE_O_XVALUES 261{ 262 File = "valueaxisdirectlines_52x60.png" ; 263}; 264Bitmap BMP_LINE3D_XVALUES 265{ 266 File = "valueaxisdirect3d_52x60.png" ; 267}; 268 269 270Bitmap BMP_LINE_P_XCATEGORY 271{ 272 File = "nostackdirectboth_52x60.png" ; 273}; 274Bitmap BMP_LINE_O_XCATEGORY 275{ 276 File = "nostackdirectlines_52x60.png" ; 277}; 278Bitmap BMP_LINE3D_XCATEGORY 279{ 280 File = "nostackdirect3d_52x60.png" ; 281}; 282 283 284Bitmap BMP_LINE_P_STACKED 285{ 286 File = "stackdirectboth_52x60.png" ; 287}; 288Bitmap BMP_LINE_O_STACKED 289{ 290 File = "stackdirectlines_52x60.png" ; 291}; 292Bitmap BMP_LINE3D_STACKED 293{ 294 File = "stackdirect3d_52x60.png" ; 295}; 296 297//--------------------- 298Bitmap BMP_LINE_P_XVALUES_SMOOTH 299{ 300 File = "valueaxissmoothboth_52x60.png" ; 301}; 302Bitmap BMP_LINE_O_XVALUES_SMOOTH 303{ 304 File = "valueaxissmoothlines_52x60.png" ; 305}; 306Bitmap BMP_LINE3D_XVALUES_SMOOTH 307{ 308 File = "valueaxissmooth3d_52x60.png" ; 309}; 310Bitmap BMP_LINE_P_XCATEGORY_SMOOTH 311{ 312 File = "nostacksmoothboth_52x60.png" ; 313}; 314Bitmap BMP_LINE_O_XCATEGORY_SMOOTH 315{ 316 File = "nostacksmoothlines_52x60.png" ; 317}; 318Bitmap BMP_LINE3D_XCATEGORY_SMOOTH 319{ 320 File = "nostacksmooth3d_52x60.png" ; 321}; 322Bitmap BMP_LINE_P_STACKED_SMOOTH 323{ 324 File = "stacksmoothboth_52x60.png" ; 325}; 326Bitmap BMP_LINE_O_STACKED_SMOOTH 327{ 328 File = "stacksmoothlines_52x60.png" ; 329}; 330Bitmap BMP_LINE3D_STACKED_SMOOTH 331{ 332 File = "stacksmooth3d_52x60.png" ; 333}; 334//--------------------- 335Bitmap BMP_NET 336{ 337 File = "net_52x60.png" ; 338}; 339Bitmap BMP_NET_STACK 340{ 341 File = "netstack_52x60.png" ; 342}; 343Bitmap BMP_NET_SYMB 344{ 345 File = "netpoint_52x60.png" ; 346}; 347Bitmap BMP_NET_SYMB_STACK 348{ 349 File = "netpointstack_52x60.png" ; 350}; 351Bitmap BMP_NET_LINESYMB 352{ 353 File = "netlinepoint_52x60.png" ; 354}; 355Bitmap BMP_NET_LINESYMB_STACK 356{ 357 File = "netlinepointstack_52x60.png" ; 358}; 359Bitmap BMP_NET_FILL 360{ 361 File = "netfill_52x60.png" ; 362}; 363Bitmap BMP_NET_FILL_STACK 364{ 365 File = "netstackfill_52x60.png" ; 366}; 367//--------------------- 368Bitmap BMP_PYRAMIDQ_3D_1 369{ 370 File = "pyramindhori_52x60.png" ; 371}; 372Bitmap BMP_PYRAMIDQ_3D_2 373{ 374 File = "pyramindhoristack_52x60.png" ; 375}; 376Bitmap BMP_PYRAMIDQ_3D_3 377{ 378 File = "pyramindhoripercent_52x60.png" ; 379}; 380Bitmap BMP_PYRAMIDQ_3D_4 381{ 382 File = "pyramindhorideep_52x60.png" ; 383}; 384Bitmap BMP_PYRAMID_3D_1 385{ 386 File = "pyramind_52x60.png" ; 387}; 388Bitmap BMP_PYRAMID_3D_2 389{ 390 File = "pyramindstack_52x60.png" ; 391}; 392Bitmap BMP_PYRAMID_3D_3 393{ 394 File = "pyramindpercent_52x60.png" ; 395}; 396Bitmap BMP_PYRAMID_3D_4 397{ 398 File = "pyraminddeep_52x60.png" ; 399}; 400//--------------------- 401Bitmap BMP_ROEHRE_3D_1 402{ 403 File = "cylinderhori_52x60.png" ; 404}; 405Bitmap BMP_ROEHRE_3D_2 406{ 407 File = "cylinderhoristack_52x60.png" ; 408}; 409Bitmap BMP_ROEHRE_3D_3 410{ 411 File = "cylinderhoriprocent_52x60.png" ; 412}; 413Bitmap BMP_ROEHRE_3D_4 414{ 415 File = "cylinderhorideep_52x60.png" ; 416}; 417//--------------------- 418Bitmap BMP_SAEULE_3D_1 419{ 420 File = "cylinder_52x60.png" ; 421}; 422Bitmap BMP_SAEULE_3D_2 423{ 424 File = "cylinderstack_52x60.png" ; 425}; 426Bitmap BMP_SAEULE_3D_3 427{ 428 File = "cylinderpercent_52x60.png" ; 429}; 430Bitmap BMP_SAEULE_3D_4 431{ 432 File = "cylinderdeep_52x60.png" ; 433}; 434//--------------------- 435Bitmap BMP_STOCK_1 436{ 437 File = "stock_52x60.png" ; 438}; 439Bitmap BMP_STOCK_2 440{ 441 File = "stockblock_52x60.png" ; 442}; 443Bitmap BMP_STOCK_3 444{ 445 File = "stockcolumns_52x60.png" ; 446}; 447Bitmap BMP_STOCK_4 448{ 449 File = "stockcolumnsattach_52x60.png" ; 450}; 451//--------------------- 452//--------------------- 453//--------------------- 454//error indicator 455Image BMP_INDICATE_BOTH_VERTI 456{ 457 ImageBitmap = Bitmap 458 { 459 File = "errorbothverti_30.png" ; 460 }; 461}; 462Image BMP_INDICATE_DOWN 463{ 464 ImageBitmap = Bitmap 465 { 466 File = "errordown_30.png" ; 467 }; 468}; 469Image BMP_INDICATE_UP 470{ 471 ImageBitmap = Bitmap 472 { 473 File = "errorup_30.png" ; 474 }; 475}; 476Image BMP_INDICATE_BOTH_HORI 477{ 478 ImageBitmap = Bitmap 479 { 480 File = "errorbothhori_30.png" ; 481 }; 482}; 483Image BMP_INDICATE_RIGHT 484{ 485 ImageBitmap = Bitmap 486 { 487 File = "errorright_30.png" ; 488 }; 489}; 490Image BMP_INDICATE_LEFT 491{ 492 ImageBitmap = Bitmap 493 { 494 File = "errorleft_30.png" ; 495 }; 496}; 497 498//--------------------- 499//regression curves 500Image BMP_REGRESSION_NONE 501{ 502 ImageBitmap = Bitmap 503 { 504 File = "regno.bmp" ; 505 }; 506}; 507Image BMP_REGRESSION_LINEAR 508{ 509 ImageBitmap = Bitmap 510 { 511 File = "reglin.bmp" ; 512 }; 513}; 514Image BMP_REGRESSION_LOG 515{ 516 ImageBitmap = Bitmap 517 { 518 File = "reglog.bmp" ; 519 }; 520}; 521Image BMP_REGRESSION_EXP 522{ 523 ImageBitmap = Bitmap 524 { 525 File = "regexp.bmp" ; 526 }; 527}; 528Image BMP_REGRESSION_POWER 529{ 530 ImageBitmap = Bitmap 531 { 532 File = "regpow.bmp" ; 533 }; 534}; 535//--------------------- 536Image IMG_SELECTRANGE 537{ 538 ImageBitmap = Bitmap 539 { 540 File = "selectrange.png"; 541 }; 542 MaskColor = STD_MASKCOLOR; 543}; 544