51ce86f1ef
Change-Id: Ic1d7ff88e2d9e638deb2579a5fd18f751302d561
147 lines
3.6 KiB
Text
147 lines
3.6 KiB
Text
/*
|
|
* This file is part of the LibreOffice project.
|
|
*
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
*
|
|
* This file incorporates work covered by the following license notice:
|
|
*
|
|
* Licensed to the Apache Software Foundation (ASF) under one or more
|
|
* contributor license agreements. See the NOTICE file distributed
|
|
* with this work for additional information regarding copyright
|
|
* ownership. The ASF licenses this file to you under the Apache
|
|
* License, Version 2.0 (the "License"); you may not use this file
|
|
* except in compliance with the License. You may obtain a copy of
|
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
*/
|
|
|
|
#define BTN_LOAD 5
|
|
#define BTN_SAVE 6
|
|
#define BTN_EMBED 7
|
|
#define CTL_PREVIEW 1
|
|
#define CTL_POSITION 2
|
|
#define CTL_COLOR_PREVIEW 5
|
|
#define CTL_BITMAP_PREVIEW 6
|
|
#define MTR_FLD_DISTANCE 1
|
|
#define TSB_INVISIBLE 1
|
|
#define TSB_SHOW_SHADOW 2
|
|
#define TSB_STEPCOUNT 3
|
|
#define TSB_TILE 4
|
|
#define TSB_STRETCH 5
|
|
#define TSB_ORIGINAL 6
|
|
|
|
#define LB_COLOR 1
|
|
#define LB_GRADIENT 2
|
|
#define LB_HATCHING 3
|
|
#define LB_BITMAP 4
|
|
#define LB_BITMAPS 4
|
|
#define LB_BACKGROUND_COLOR 3
|
|
#define GRP_COLOR 1
|
|
#define BTN_ADD 1
|
|
#define BTN_IMPORT 2
|
|
#define BTN_MODIFY 3
|
|
#define BTN_DELETE 4
|
|
#define FT_COLOR 1
|
|
#define FT_BACKGROUND_COLOR 2
|
|
#define FT_POSITION 2
|
|
#define FT_DISTANCE 1
|
|
#define FT_LINE_COLOR 2
|
|
#define FT_LINE_TYPE 1
|
|
#define FT_LINE_DISTANCE 3
|
|
#define FT_LINE_ANGLE 4
|
|
#define MTR_FLD_ANGLE 3
|
|
#define CTL_ANGLE 2
|
|
#define LB_HATCHINGS 4
|
|
#define LB_LINE_TYPE 1
|
|
#define LB_LINE_COLOR 3
|
|
#define LB_GRADIENTS 3
|
|
#define LB_GRADIENT_TYPES 4
|
|
#define LB_COLOR_FROM 1
|
|
#define LB_COLOR_TO 2
|
|
#define FT_COLOR_FROM 1
|
|
#define FT_COLOR_TO 2
|
|
#define FT_CENTER_X 3
|
|
#define FT_CENTER_Y 5
|
|
#define FT_ANGLE 4
|
|
#define FT_BORDER 6
|
|
#define MTR_COLOR_FROM 4
|
|
#define MTR_COLOR_TO 5
|
|
#define MTR_CENTER_X 2
|
|
#define MTR_CENTER_Y 3
|
|
#define MTR_BORDER 6
|
|
#define MTR_ANGLE 1
|
|
#define NUM_FLD_STEPCOUNT 1
|
|
#define FT_PIXEL_EDIT 4
|
|
#define CTL_PIXEL 2
|
|
#define FT_TYPE 7
|
|
#define FT_SHADOW_COLOR 10
|
|
#define LB_SHADOW_COLOR 10
|
|
#define FL_PROP 2
|
|
#define FL_SIZE 3
|
|
#define FL_POSITION 4
|
|
#define FL_OFFSET 5
|
|
#define FL_STEPCOUNT 7
|
|
|
|
#define BTN_WORK_ON 2
|
|
#define CTL_COLORTABLE 3
|
|
#define CTL_PREVIEW_OLD 1
|
|
#define CTL_PREVIEW_NEW 2
|
|
#define FT_NAME 2
|
|
#define EDT_NAME 1
|
|
#define LB_COLORMODEL 2
|
|
#define FT_1 3
|
|
#define FT_2 4
|
|
#define FT_3 5
|
|
#define FT_4 6
|
|
#define MTR_FLD_1 1
|
|
#define MTR_FLD_2 2
|
|
#define MTR_FLD_3 3
|
|
#define MTR_FLD_4 4
|
|
#define FT_TABLE_NAME 7
|
|
#define MTR_FLD_X_SIZE 4
|
|
#define MTR_FLD_Y_SIZE 5
|
|
#define TSB_SCALE 1
|
|
#define FT_X_OFFSET 1
|
|
#define FT_Y_OFFSET 2
|
|
#define MTR_FLD_X_OFFSET 1
|
|
#define MTR_FLD_Y_OFFSET 2
|
|
#define LB_AREA_TYPE 19
|
|
#define RBT_ROW 6
|
|
#define RBT_COLUMN 7
|
|
#define MTR_FLD_OFFSET 3
|
|
|
|
#define FT_TRANSPARENT 9
|
|
#define FT_X_SIZE 10
|
|
#define FT_Y_SIZE 11
|
|
#define FT_BITMAPS_HIDDEN 12
|
|
|
|
#define RBT_TRANS_OFF 8
|
|
#define RBT_TRANS_LINEAR 9
|
|
#define RBT_TRANS_GRADIENT 10
|
|
#define CTL_TRANS_PREVIEW 19
|
|
|
|
#define FT_TRGR_TYPE 12
|
|
#define LB_TRGR_GRADIENT_TYPES 3
|
|
#define FT_TRGR_CENTER_X 13
|
|
#define MTR_TRGR_CENTER_X 4
|
|
#define FT_TRGR_CENTER_Y 14
|
|
#define MTR_TRGR_CENTER_Y 5
|
|
#define FT_TRGR_ANGLE 15
|
|
#define MTR_TRGR_ANGLE 6
|
|
#define FT_TRGR_BORDER 16
|
|
#define MTR_TRGR_BORDER 7
|
|
#define FT_TRGR_START_VALUE 17
|
|
#define MTR_TRGR_START_VALUE 8
|
|
#define FT_TRGR_END_VALUE 18
|
|
#define MTR_TRGR_END_VALUE 9
|
|
#define MTR_TRANSPARENT 10
|
|
|
|
#define MTR_SHADOW_TRANSPARENT 11
|
|
|
|
// Hatch-Background on Area-TabPage
|
|
#define CB_HATCHBCKGRD 21
|
|
#define LB_HATCHBCKGRDCOLOR 22
|
|
|
|
#define STR_CUI_COLORMODEL 5030
|
|
#define STR_LB_HATCHINGSTYLE 5031
|