2000-09-18 11:07:07 -05:00
|
|
|
/*************************************************************************
|
|
|
|
*
|
2008-04-10 15:32:16 -05:00
|
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2010-02-12 08:01:35 -06:00
|
|
|
* Copyright 2000, 2010 Oracle and/or its affiliates.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 15:32:16 -05:00
|
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 15:32:16 -05:00
|
|
|
* This file is part of OpenOffice.org.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 15:32:16 -05:00
|
|
|
* 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.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 15:32:16 -05:00
|
|
|
* 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).
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
2008-04-10 15:32:16 -05:00
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
|
|
* <http://www.openoffice.org/license.html>
|
|
|
|
* for a copy of the LGPLv3 License.
|
2000-09-18 11:07:07 -05:00
|
|
|
*
|
|
|
|
************************************************************************/
|
|
|
|
#include "sfx2/sfx.hrc"
|
|
|
|
#include "cfgids.hxx"
|
2001-03-08 04:12:28 -06:00
|
|
|
|
|
|
|
// -----------
|
|
|
|
// - Defines -
|
|
|
|
// -----------
|
|
|
|
|
2002-08-29 01:40:06 -05:00
|
|
|
#define IMAGE_MASK_STDCOLOR Color{ Red = 0xff00; Green = 0x0000; Blue = 0xff00; }
|
|
|
|
#define IMAGE_MASK_STDCOLOR_HC IMAGE_MASK_STDCOLOR
|
2002-05-21 07:30:29 -05:00
|
|
|
#define IMAGE_STDBTN_COLOR_HC COL_LIGHTMAGENTA
|
2001-03-08 04:12:28 -06:00
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
#define RID_ALIGNMENT RID_APP_START+1
|
|
|
|
#define RID_ZOOM RID_APP_START+2
|
|
|
|
#define RID_CONTROLS RID_APP_START+3
|
|
|
|
#define RID_IMPRESS_DOCWINDOWICON RID_APP_START+4
|
|
|
|
|
|
|
|
#define RID_ALIGNMENT_TBX RID_APP_START+5
|
|
|
|
#define RID_ZOOM_TBX RID_APP_START+6
|
|
|
|
#define RID_CHOOSE_MODE RID_APP_START+7
|
|
|
|
#define RID_CHOOSE_MODE_TBX RID_APP_START+8
|
|
|
|
|
|
|
|
#define RID_TEXT RID_APP_START+10
|
|
|
|
#define RID_TEXT_TBX RID_APP_START+11
|
|
|
|
#define RID_RECTANGLES RID_APP_START+12
|
|
|
|
#define RID_RECTANGLES_TBX RID_APP_START+13
|
|
|
|
#define RID_ELLIPSES RID_APP_START+14
|
|
|
|
#define RID_ELLIPSES_TBX RID_APP_START+15
|
|
|
|
#define RID_LINES RID_APP_START+16
|
|
|
|
#define RID_LINES_TBX RID_APP_START+17
|
|
|
|
#define RID_3D_OBJECTS RID_APP_START+18
|
|
|
|
#define RID_3D_OBJECTS_TBX RID_APP_START+19
|
|
|
|
#define RID_INSERT RID_APP_START+20
|
|
|
|
#define RID_INSERT_TBX RID_APP_START+21
|
|
|
|
#define RID_POSITION RID_APP_START+22
|
|
|
|
#define RID_POSITION_TBX RID_APP_START+23
|
|
|
|
#define RID_CONNECTORS RID_APP_START+24
|
|
|
|
#define RID_CONNECTORS_TBX RID_APP_START+25
|
|
|
|
#define RID_ARROWS RID_APP_START+26
|
|
|
|
#define RID_ARROWS_TBX RID_APP_START+27
|
|
|
|
#define RID_DRAW_DOCWINDOWICON RID_APP_START+28
|
|
|
|
#define RID_GRAFFILTERS RID_APP_START+29
|
|
|
|
#define RID_GRAFFILTERS_TBX RID_APP_START+30
|
|
|
|
|
|
|
|
// Bitmaps fuer Tree-ListBox im Effekte-TabDialog
|
|
|
|
#define BMP_PAGE RID_APP_START+42
|
|
|
|
#define BMP_PAGEOBJS RID_APP_START+43
|
|
|
|
#define BMP_OBJECTS RID_APP_START+44
|
|
|
|
#define BMP_DOC_OPEN RID_APP_START+45
|
|
|
|
#define BMP_DOC_CLOSED RID_APP_START+46
|
|
|
|
#define BMP_DOC_TEXT RID_APP_START+47
|
|
|
|
#define BMP_OLE RID_APP_START+48
|
|
|
|
#define BMP_PAGE_EXCLUDED RID_APP_START+49
|
|
|
|
#define BMP_PAGEOBJS_EXCLUDED RID_APP_START+50
|
|
|
|
#define BMP_EXPAND RID_APP_START+51
|
|
|
|
#define BMP_COLLAPSE RID_APP_START+52
|
|
|
|
#define BMP_GRAPHIC RID_APP_START+53
|
|
|
|
|
|
|
|
// Bimaps fuer ValueSet im EffekteWindow
|
|
|
|
#define BMP_EFFECT_NONE RID_APP_START+105
|
2000-10-30 05:59:37 -06:00
|
|
|
#define BMP_TEXTEFFECT_DISCARD_FROM_T RID_APP_START+106
|
2000-09-18 11:07:07 -05:00
|
|
|
#define BMP_TEXTEFFECT_FADE_FROM_CENTER RID_APP_START+107
|
|
|
|
#define BMP_EFFECT_HIDE RID_APP_START+108
|
|
|
|
#define BMP_EFFECT_APPEAR RID_APP_START+109
|
|
|
|
|
2000-10-30 05:59:37 -06:00
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
#define BMP_FOIL_NONE RID_APP_START+120
|
|
|
|
#define BMP_GROUP RID_APP_START+121
|
|
|
|
#define BMP_WAIT_ICON RID_APP_START+124
|
|
|
|
|
2000-10-30 05:59:37 -06:00
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
// additional effects
|
|
|
|
#define BMP_EFFECT_DISCARD_FROM_UL RID_APP_START+130
|
|
|
|
#define BMP_EFFECT_DISCARD_FROM_UR RID_APP_START+131
|
|
|
|
#define BMP_EFFECT_DISCARD_FROM_LR RID_APP_START+132
|
|
|
|
#define BMP_EFFECT_DISCARD_FROM_LL RID_APP_START+133
|
|
|
|
#define BMP_EFFECT_DISCARD_S_FROM_L RID_APP_START+134
|
|
|
|
#define BMP_EFFECT_DISCARD_S_FROM_UL RID_APP_START+135
|
|
|
|
#define BMP_EFFECT_DISCARD_S_FROM_T RID_APP_START+136
|
|
|
|
#define BMP_EFFECT_DISCARD_S_FROM_UR RID_APP_START+137
|
|
|
|
#define BMP_EFFECT_DISCARD_S_FROM_R RID_APP_START+138
|
|
|
|
#define BMP_EFFECT_DISCARD_S_FROM_LR RID_APP_START+139
|
|
|
|
#define BMP_EFFECT_DISCARD_S_FROM_B RID_APP_START+140
|
|
|
|
#define BMP_EFFECT_DISCARD_S_FROM_LL RID_APP_START+141
|
|
|
|
#define BMP_EFFECT_VERTICAL_CHECKERBOARD RID_APP_START+142
|
|
|
|
#define BMP_EFFECT_HORIZONTAL_CHECKERBOARD RID_APP_START+143
|
2000-11-08 05:14:12 -06:00
|
|
|
#define BMP_EFFECT_STRTCH_FROM_L RID_APP_START+144
|
|
|
|
#define BMP_EFFECT_STRTCH_FROM_UL RID_APP_START+145
|
|
|
|
#define BMP_EFFECT_STRTCH_FROM_T RID_APP_START+146
|
|
|
|
#define BMP_EFFECT_STRTCH_FROM_UR RID_APP_START+147
|
|
|
|
#define BMP_EFFECT_STRTCH_FROM_R RID_APP_START+148
|
|
|
|
#define BMP_EFFECT_STRTCH_FROM_LR RID_APP_START+149
|
|
|
|
#define BMP_EFFECT_STRTCH_FROM_B RID_APP_START+150
|
|
|
|
#define BMP_EFFECT_STRTCH_FROM_LL RID_APP_START+151
|
|
|
|
|
2001-05-18 03:15:56 -05:00
|
|
|
#define BMP_EFFECT_STRTCH_HORIZONTAL RID_APP_START+152
|
|
|
|
#define BMP_EFFECT_STRTCH_VERTICAL RID_APP_START+153
|
|
|
|
#define BMP_EFFECT_ROTATE_HORIZONTAL RID_APP_START+154
|
|
|
|
#define BMP_EFFECT_ROTATE_VERTICAL RID_APP_START+155
|
|
|
|
|
|
|
|
#define BMP_FOIL_21 RID_APP_START+156
|
|
|
|
#define BMP_FOIL_22 RID_APP_START+157
|
|
|
|
#define BMP_FOIL_23 RID_APP_START+158
|
|
|
|
#define BMP_FOIL_24 RID_APP_START+159
|
|
|
|
|
2001-08-02 07:04:56 -05:00
|
|
|
#define BMP_EFFECT_UNCOVER_TO_L RID_APP_START+165
|
|
|
|
#define BMP_EFFECT_UNCOVER_TO_UL RID_APP_START+166
|
|
|
|
#define BMP_EFFECT_UNCOVER_TO_T RID_APP_START+167
|
|
|
|
#define BMP_EFFECT_UNCOVER_TO_UR RID_APP_START+168
|
|
|
|
#define BMP_EFFECT_UNCOVER_TO_R RID_APP_START+169
|
|
|
|
#define BMP_EFFECT_UNCOVER_TO_LR RID_APP_START+170
|
|
|
|
#define BMP_EFFECT_UNCOVER_TO_B RID_APP_START+171
|
|
|
|
#define BMP_EFFECT_UNCOVER_TO_LL RID_APP_START+172
|
2001-02-19 03:44:25 -06:00
|
|
|
|
2002-05-21 07:30:29 -05:00
|
|
|
#define BMP_PAGE_H RID_SD_START+213
|
|
|
|
#define BMP_PAGEOBJS_H RID_SD_START+214
|
|
|
|
#define BMP_OBJECTS_H RID_SD_START+215
|
|
|
|
#define BMP_DOC_OPEN_H RID_SD_START+216
|
|
|
|
#define BMP_DOC_CLOSED_H RID_SD_START+217
|
|
|
|
#define BMP_DOC_TEXT_H RID_SD_START+218
|
|
|
|
#define BMP_OLE_H RID_SD_START+219
|
|
|
|
#define BMP_PAGE_EXCLUDED_H RID_SD_START+220
|
|
|
|
#define BMP_PAGEOBJS_EXCLUDED_H RID_SD_START+221
|
|
|
|
#define BMP_EXPAND_H RID_SD_START+222
|
|
|
|
#define BMP_COLLAPSE_H RID_SD_START+223
|
|
|
|
#define BMP_GRAPHIC_H RID_SD_START+224
|
|
|
|
|
|
|
|
#define BMP_FOIL_NONE_H RID_SD_START+225
|
|
|
|
#define BMP_GROUP_H RID_SD_START+226
|
|
|
|
#define BMP_WAIT_ICON_H RID_SD_START+229
|
|
|
|
|
2004-07-13 08:06:28 -05:00
|
|
|
#define BMP_CLOSE_DOC RID_SD_START+325
|
|
|
|
#define BMP_CLOSE_DOC_H RID_SD_START+326
|
|
|
|
#define BMP_TRIANGLE_RIGHT RID_SD_START+327
|
|
|
|
#define BMP_TRIANGLE_RIGHT_H RID_SD_START+328
|
|
|
|
#define BMP_TRIANGLE_DOWN RID_SD_START+329
|
|
|
|
#define BMP_TRIANGLE_DOWN_H RID_SD_START+330
|
|
|
|
#define BMP_FADE_EFFECT_INDICATOR RID_SD_START+331
|
|
|
|
#define BMP_FADE_EFFECT_INDICATOR_H RID_SD_START+332
|
|
|
|
|
2009-09-16 08:55:36 -05:00
|
|
|
#define BMP_COMMENTS_INDICATOR RID_SD_START+338
|
|
|
|
#define BMP_COMMENTS_INDICATOR_H RID_SD_START+339
|
|
|
|
|
2010-02-10 08:20:01 -06:00
|
|
|
#define BMP_LAYOUT_EMPTY RID_SD_START+340
|
|
|
|
#define BMP_LAYOUT_EMPTY_H RID_SD_START+341
|
|
|
|
#define BMP_LAYOUT_HEAD01 RID_SD_START+342
|
|
|
|
#define BMP_LAYOUT_HEAD01_H RID_SD_START+343
|
|
|
|
#define BMP_LAYOUT_HEAD02 RID_SD_START+344
|
|
|
|
#define BMP_LAYOUT_HEAD02_H RID_SD_START+345
|
|
|
|
#define BMP_LAYOUT_HEAD02A RID_SD_START+346
|
|
|
|
#define BMP_LAYOUT_HEAD02A_H RID_SD_START+347
|
|
|
|
#define BMP_LAYOUT_HEAD02B RID_SD_START+348
|
|
|
|
#define BMP_LAYOUT_HEAD02B_H RID_SD_START+349
|
|
|
|
#define BMP_LAYOUT_HEAD03 RID_SD_START+350
|
|
|
|
#define BMP_LAYOUT_HEAD03_H RID_SD_START+351
|
|
|
|
#define BMP_LAYOUT_HEAD03A RID_SD_START+352
|
|
|
|
#define BMP_LAYOUT_HEAD03A_H RID_SD_START+353
|
|
|
|
#define BMP_LAYOUT_HEAD03B RID_SD_START+354
|
|
|
|
#define BMP_LAYOUT_HEAD03B_H RID_SD_START+355
|
|
|
|
#define BMP_LAYOUT_HEAD03C RID_SD_START+356
|
|
|
|
#define BMP_LAYOUT_HEAD03C_H RID_SD_START+357
|
|
|
|
#define BMP_LAYOUT_HEAD04 RID_SD_START+358
|
|
|
|
#define BMP_LAYOUT_HEAD04_H RID_SD_START+359
|
|
|
|
#define BMP_LAYOUT_HEAD06 RID_SD_START+360
|
|
|
|
#define BMP_LAYOUT_HEAD06_H RID_SD_START+361
|
|
|
|
#define BMP_LAYOUT_TEXTONLY RID_SD_START+362
|
|
|
|
#define BMP_LAYOUT_TEXTONLY_H RID_SD_START+363
|
|
|
|
#define BMP_LAYOUT_VERTICAL01 RID_SD_START+364
|
|
|
|
#define BMP_LAYOUT_VERTICAL01_H RID_SD_START+365
|
|
|
|
#define BMP_LAYOUT_VERTICAL02 RID_SD_START+366
|
|
|
|
#define BMP_LAYOUT_VERTICAL02_H RID_SD_START+367
|
2010-01-10 10:03:44 -06:00
|
|
|
|
|
|
|
#define BMP_FOILH_01 RID_SD_START+388
|
|
|
|
#define BMP_FOILH_01_H RID_SD_START+389
|
|
|
|
#define BMP_FOILH_02 RID_SD_START+390
|
|
|
|
#define BMP_FOILH_02_H RID_SD_START+391
|
|
|
|
#define BMP_FOILH_03 RID_SD_START+392
|
|
|
|
#define BMP_FOILH_03_H RID_SD_START+393
|
|
|
|
#define BMP_FOILH_04 RID_SD_START+394
|
|
|
|
#define BMP_FOILH_04_H RID_SD_START+395
|
|
|
|
#define BMP_FOILH_06 RID_SD_START+396
|
|
|
|
#define BMP_FOILH_06_H RID_SD_START+397
|
|
|
|
#define BMP_FOILH_09 RID_SD_START+398
|
|
|
|
#define BMP_FOILH_09_H RID_SD_START+399
|
|
|
|
|
|
|
|
#define BMP_PLACEHOLDER_CHART_57X71 RID_SD_START+400
|
|
|
|
#define BMP_PLACEHOLDER_CHART_57X71_H RID_SD_START+401
|
|
|
|
#define BMP_PLACEHOLDER_IMAGE_57X71 RID_SD_START+402
|
|
|
|
#define BMP_PLACEHOLDER_IMAGE_57X71_H RID_SD_START+403
|
|
|
|
#define BMP_PLACEHOLDER_MOVIE_57X71 RID_SD_START+404
|
|
|
|
#define BMP_PLACEHOLDER_MOVIE_57X71_H RID_SD_START+405
|
|
|
|
#define BMP_PLACEHOLDER_TABLE_57X71 RID_SD_START+406
|
|
|
|
#define BMP_PLACEHOLDER_TABLE_57X71_H RID_SD_START+407
|
|
|
|
|
2010-01-21 11:32:05 -06:00
|
|
|
#define BMP_FOILN_01 RID_SD_START+408
|
|
|
|
#define BMP_FOILN_01_H RID_SD_START+409
|
2000-10-30 05:59:37 -06:00
|
|
|
// -----------------------------------------------------------------------------
|
|
|
|
|
2002-05-13 08:13:48 -05:00
|
|
|
#define IMG_PIPETTE_H RID_APP_START+21
|
|
|
|
#define IMG_GET1OBJECT_H RID_APP_START+22
|
|
|
|
#define IMG_GETALLOBJECT_H RID_APP_START+23
|
|
|
|
#define IMG_REMOVEBMP_H RID_APP_START+24
|
|
|
|
#define IMG_REMOVEALLBMP_H RID_APP_START+25
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
/*
|
|
|
|
* ResourceIDs fuer Popup-Menues brauchen keinen Dummy-String !!!
|
|
|
|
*/
|
|
|
|
|
2001-05-18 03:15:56 -05:00
|
|
|
#define RID_DRAW_TEXTOBJ_POPUP RID_APP_START+43
|
|
|
|
#define RID_DRAW_GEOMOBJ_POPUP RID_APP_START+44
|
|
|
|
#define RID_DRAW_NOSEL_POPUP RID_APP_START+45
|
2004-10-28 07:27:54 -05:00
|
|
|
#define RID_SLIDE_SORTER_IMPRESS_SEL_POPUP RID_APP_START+46
|
2001-05-18 03:15:56 -05:00
|
|
|
#define RID_BEZIER_POPUP RID_APP_START+47
|
|
|
|
#define RID_DRAW_LINEOBJ_POPUP RID_APP_START+48
|
|
|
|
#define RID_DRAW_MULTISELECTION_POPUP RID_APP_START+49
|
|
|
|
#define RID_DRAW_PAGETAB_POPUP RID_APP_START+50
|
|
|
|
#define RID_LAYERTAB_POPUP RID_APP_START+51
|
|
|
|
#define RID_DRAW_GRAPHIC_POPUP RID_APP_START+52
|
|
|
|
#define RID_DRAW_OLE2_POPUP RID_APP_START+53
|
|
|
|
#define RID_DRAW_TEXTOBJ_INSIDE_POPUP RID_APP_START+54
|
2004-10-28 07:27:54 -05:00
|
|
|
#define RID_SLIDE_SORTER_IMPRESS_NOSEL_POPUP RID_APP_START+55
|
2001-05-18 03:15:56 -05:00
|
|
|
#define RID_OUTLINE_POPUP RID_APP_START+56
|
|
|
|
#define RID_MASTERPAGE_POPUP RID_APP_START+57
|
|
|
|
#define RID_DRAW_GROUPOBJ_POPUP RID_APP_START+58
|
|
|
|
#define RID_DRAW_3DOBJ_POPUP RID_APP_START+59
|
|
|
|
#define RID_DRAW_MEASUREOBJ_POPUP RID_APP_START+60
|
|
|
|
#define RID_DRAW_EDGEOBJ_POPUP RID_APP_START+61
|
|
|
|
#define RID_DRAW_BMP_CONVERT_POPUP RID_APP_START+62
|
|
|
|
#define RID_DRAW_POLYLINEOBJ_POPUP RID_APP_START+63
|
|
|
|
#define RID_DRAW_3DSCENE_POPUP RID_APP_START+64
|
|
|
|
#define RID_DRAW_3DSCENE2_POPUP RID_APP_START+65
|
2004-04-02 06:24:06 -06:00
|
|
|
#define RID_DRAW_CUSTOMSHAPE_POPUP RID_APP_START+66
|
2004-07-13 08:06:28 -05:00
|
|
|
#define RID_TASKPANE_MASTERPAGESSELECTOR_POPUP RID_APP_START+67
|
|
|
|
#define RID_TASKPANE_LAYOUTMENU_POPUP RID_APP_START+68
|
2004-08-12 03:16:57 -05:00
|
|
|
#define RID_DRAW_MEDIA_POPUP RID_APP_START+69
|
2000-09-18 11:07:07 -05:00
|
|
|
|
|
|
|
// Draw (Graphic)
|
|
|
|
#define RID_GRAPHIC_TEXTOBJ_POPUP RID_APP_START+70
|
|
|
|
#define RID_GRAPHIC_GEOMOBJ_POPUP RID_APP_START+71
|
|
|
|
#define RID_GRAPHIC_NOSEL_POPUP RID_APP_START+72
|
|
|
|
#define RID_GRAPHIC_LINEOBJ_POPUP RID_APP_START+73
|
|
|
|
#define RID_GRAPHIC_MULTISELECTION_POPUP RID_APP_START+74
|
|
|
|
#define RID_GRAPHIC_PAGETAB_POPUP RID_APP_START+75
|
|
|
|
#define RID_GRAPHIC_GRAPHIC_POPUP RID_APP_START+76
|
|
|
|
#define RID_GRAPHIC_OLE2_POPUP RID_APP_START+77
|
|
|
|
#define RID_GRAPHIC_GROUPOBJ_POPUP RID_APP_START+78
|
|
|
|
#define RID_GRAPHIC_3DOBJ_POPUP RID_APP_START+79
|
|
|
|
#define RID_GRAPHIC_MEASUREOBJ_POPUP RID_APP_START+80
|
|
|
|
#define RID_GRAPHIC_EDGEOBJ_POPUP RID_APP_START+81
|
|
|
|
#define RID_GRAPHIC_POLYLINEOBJ_POPUP RID_APP_START+82
|
|
|
|
#define RID_GRAPHIC_3DSCENE_POPUP RID_APP_START+83
|
|
|
|
#define RID_GRAPHIC_3DSCENE2_POPUP RID_APP_START+84
|
2004-04-02 06:24:06 -06:00
|
|
|
#define RID_GRAPHIC_CUSTOMSHAPE_POPUP RID_APP_START+85
|
2004-08-12 03:16:57 -05:00
|
|
|
#define RID_GRAPHIC_MEDIA_POPUP RID_APP_START+86
|
2000-09-18 11:07:07 -05:00
|
|
|
|
2004-10-28 07:27:54 -05:00
|
|
|
#define RID_SLIDE_SORTER_DRAW_SEL_POPUP RID_APP_START+87
|
|
|
|
#define RID_SLIDE_SORTER_DRAW_NOSEL_POPUP RID_APP_START+88
|
|
|
|
#define RID_SLIDE_SORTER_MASTER_SEL_POPUP RID_APP_START+89
|
|
|
|
#define RID_SLIDE_SORTER_MASTER_NOSEL_POPUP RID_APP_START+90
|
2008-03-12 05:44:34 -05:00
|
|
|
|
|
|
|
#define RID_DRAW_TABLE_POPUP RID_APP_START+91
|
|
|
|
#define RID_GRAPHIC_TABLE_POPUP RID_APP_START+92
|
|
|
|
|
2009-01-21 08:22:27 -06:00
|
|
|
#define RID_TASKPANE_CURRENT_MASTERPAGESSELECTOR_POPUP RID_APP_START+93
|
|
|
|
|
CWS-TOOLING: integrate CWS impress172
2009-07-30 15:29:39 +0200 cl r274492 : #i102921# remove reference to inssrc.obj which was moved to svx
2009-07-29 11:40:35 +0200 wg r274445 : i103869
2009-07-22 14:39:13 +0200 sj r274241 : #i102713# fixed cloud shape
2009-07-07 15:28:04 +0200 sj r273800 : fixed build problem
2009-07-07 13:27:13 +0200 cl r273792 : #i102921# moved insert col/rows dialog to svx
2009-07-07 10:36:05 +0200 cl r273782 : fixed compiler warnings
2009-07-02 10:40:21 +0200 sj r273626 : fixed build problem
2009-07-02 10:27:56 +0200 cl r273624 : fixed merge problem
2009-07-02 10:27:19 +0200 cl r273623 : fixed compiler warning
2009-07-01 10:04:58 +0200 cl r273550 : CWS-TOOLING: rebase CWS impress172 to trunk@273468 (milestone: DEV300:m51)
2009-06-30 16:22:02 +0200 cl r273518 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:20:46 +0200 cl r273517 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:20:28 +0200 cl r273516 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:19:49 +0200 cl r273515 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:19:28 +0200 cl r273514 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 16:17:38 +0200 cl r273513 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:45:44 +0200 cl r273511 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:37:16 +0200 cl r273510 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:33:47 +0200 cl r273509 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:32:10 +0200 cl r273508 : #i102921# added insert table row/col dialog for impress tables
2009-06-30 15:30:05 +0200 cl r273507 : #i102921# added insert table row/col dialog for impress tables
2009-06-29 12:32:42 +0200 sj r273465 : #158632# fixed textrange hyperlinks to specific pages, added slide names
2009-06-24 15:17:59 +0200 sj r273349 : #158636# fixed text range hyperlink to first/last slide
2009-06-22 13:18:30 +0200 sj r273224 : #158651# fixed header footer import
2009-06-19 15:18:24 +0200 sj r273160 : #158614# default text of presentation objects now cleared
2009-06-16 15:54:19 +0200 sj r273023 : #i101545# fixed crash - bracketing of graphic links has been done twice leading to a broken graphic state stack
2009-06-15 16:26:26 +0200 sj r272998 : #158635# importing bookmark interactions: firstslide, lastslide, nextslide, previousslide
2009-06-15 16:25:26 +0200 sj r272997 : #158635# added bookmark interactions: firstslide, lastslide, nextslide, previousslide
2009-06-12 13:17:32 +0200 sj r272915 : #i102713# fixed cloud shape
2009-06-10 18:36:58 +0200 sj r272833 : #158674# fixed curvedleftarrow, curvedrightarrow, curveddownarrow, curveduparrow
2009-06-08 19:52:28 +0200 sj r272746 : #158674# fixed curvedleftarrow, curvedrightarrow, curveddownarrow, curveduparrow
2009-06-04 15:28:32 +0200 cl r272640 : #i102358# applied patch to remove warnings
2009-06-04 14:39:45 +0200 cl r272630 : #i99423# applied path to change impress wizard create button to open when opening exisitng documents
2009-06-03 18:21:26 +0200 sj r272601 : #158635# now using the correct paragraph bottom spacing. using font independent linespacing for impress text objects
2009-06-03 15:47:27 +0200 cl r272583 : #i101817# added color collection based on scribus
2009-06-03 14:43:59 +0200 cl r272580 : #i102163# use weak ref to SdrObject instead of listening to the model
2009-06-03 12:39:29 +0200 cl r272556 : #i93308# correct namespace for com.sun.star.text.textfields
2009-06-03 12:27:00 +0200 cl r272555 : #i93308# correct namespace for com.sun.star.text.textfields
2009-06-03 11:33:44 +0200 cl r272553 : #i23221# allow all settings (that make sense) for presentation styles
2009-06-03 11:30:59 +0200 cl r272552 : #i23221# allow all settings (that make sense) for presentation styles
2009-06-03 11:30:22 +0200 cl r272551 : #i23221# allow all settings (that make sense) for presentation styles
2009-06-02 18:41:07 +0200 sj r272527 : #i28358# applied patch (better conversion of dotted lines)
2009-06-02 11:52:13 +0200 cl r272491 : #i98668# applied patch to fix possible endless loop if exception occours
2009-05-28 17:02:55 +0200 sj r272416 : #i102336# retaining graphic file names unchanged
2009-05-28 17:00:25 +0200 sj r272415 : #i102336# retaining graphic file names unchanged
2009-05-28 17:00:10 +0200 sj r272414 : #i102336# retaining graphic file names unchanged
2009-05-25 12:43:58 +0200 sj r272232 : #i102069# added patch from thb (fixed rotated group objects)
2009-08-05 12:01:07 -05:00
|
|
|
#define RID_DRAW_TABLEOBJ_INSIDE_POPUP RID_APP_START+94
|
|
|
|
|
2000-09-18 11:07:07 -05:00
|
|
|
/*
|
|
|
|
* Pointer (Mauszeiger)
|
|
|
|
*/
|
|
|
|
#define PTR_WATERCAN RID_APP_START+100
|
|
|
|
#define PTR_PENCIL RID_APP_START+101
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Globale Dialog-IDs
|
|
|
|
*/
|
|
|
|
#define DLG_FONTWORK RID_APP_START+150
|
|
|
|
|
|
|
|
/*
|
|
|
|
* ResourceIDs fuer Toolboxen nicht aendern, ohne die Strings in
|
|
|
|
* strings.hrc auf die selben IDs zu setzen (eine Toolbox und sein
|
|
|
|
* Konfigurationsstring muessen dieselbe ResourceID haben!).
|
|
|
|
*/
|
|
|
|
|
|
|
|
// --> Jetzt in cfgids.hxx
|
|
|
|
/*
|
|
|
|
#define _RID_DRAW_TOOLBOX RID_APP_START+200
|
|
|
|
#define _RID_SLIDE_TOOLBOX RID_APP_START+201
|
|
|
|
#define _RID_DRAW_OBJ_TOOLBOX RID_APP_START+202
|
|
|
|
#define _RID_SLIDE_OBJ_TOOLBOX RID_APP_START+203
|
|
|
|
#define _RID_BEZIER_TOOLBOX RID_APP_START+204
|
|
|
|
#define _RID_TEXT_TOOLBOX RID_APP_START+205
|
|
|
|
#define _RID_OUTLINE_TOOLBOX RID_APP_START+206
|
|
|
|
#define _RID_DRAW_POLYLINEOBJ_POPUP RID_APP_START+207
|
|
|
|
#define _RID_GLUEPOINTS_TOOLBOX RID_APP_START+208
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
#define RID_DRAW_SNAPOBJECT_POPUP RID_APP_START+390
|
|
|
|
#define RID_DRAW_GLUEPOINT_POPUP RID_APP_START+392
|
|
|
|
#define RID_DRAW_CONTROL_POPUP RID_APP_START+393
|
|
|
|
#define RID_FORM_CONTROL_POPUP RID_APP_START+394
|
2002-11-18 05:59:48 -06:00
|
|
|
|
|
|
|
#define RID_GRAPHICSTYLEFAMILY RID_APP_START+395
|
2002-11-18 07:24:52 -06:00
|
|
|
#define RID_PRESENTATIONSTYLEFAMILY RID_APP_START+396
|
2008-03-12 05:44:34 -05:00
|
|
|
#define RID_GRAPHICSCELLFAMILY RID_APP_START+397
|
|
|
|
|