1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
3 * This file is part of the LibreOffice project.
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 * This file incorporates work covered by the following license notice:
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
20 #include <svx/dialogs.hrc>
21 #include "float3d.hrc"
22 #include <svx/svxcommands.h>
27 #define BUTTON_WIDTH 13
28 #define BUTTON_HEIGHT 13
29 #define VT_BUTTON_WIDTH 18
30 #define GROUP_WIDTH (WIDTH - 2 * BORDER)
31 #define IMG_BUTTON_HEIGHT 15
32 #define IMG_BUTTON_NEXT (IMG_BUTTON_HEIGHT + 2)
33 #define IMG_BUTTON_SIZE MAP_APPFONT( BUTTON_WIDTH, IMG_BUTTON_HEIGHT )
34 #define FIXED_LINE_HEIGHT 8
35 #define FIXED_LINE_SIZE MAP_APPFONT( GROUP_WIDTH, FIXED_LINE_HEIGHT )
36 #define TOP_FIXED_LINE_POS MAP_APPFONT( BORDER, 2+BORDER + IMG_BUTTON_HEIGHT )
37 #define FT_WIDTH_SHORT 56
38 #define FT_WIDTH_LONG 89
40 #define FT_OFFSET_NEXT (FT_HEIGHT + 6)
41 #define FT_INDENT (BORDER + 6)
42 #define FIRST_FT_START_Y (2+BORDER+IMG_BUTTON_HEIGHT + 13)
43 #define SEGMENTS_START_Y (FIRST_FT_START_Y + 3*FT_OFFSET_NEXT + 13)
44 #define NORMALS_START_Y (SEGMENTS_START_Y + 2*13)
45 #define NORMALS_BT_START_Y (SEGMENTS_START_Y + 2*13 +11)
46 #define SHADOW_START_Y (FIRST_FT_START_Y + 13)
47 #define CAMERA_START_Y (SHADOW_START_Y + FT_OFFSET_NEXT + 13)
48 #define SPECULAR_START_Y (FIRST_FT_START_Y + 2*FT_OFFSET_NEXT + 13)
50 #define MASKCOLOR MaskColor = Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; };
52 Image RID_SVXIMAGE_LIGHT_ON
54 ImageBitmap = Bitmap { File = "lighton.bmp" ; };
58 Image RID_SVXIMAGE_LIGHT_OFF
60 ImageBitmap = Bitmap { File = "light.bmp" ; };
64 Image RID_SVXIMAGE_COLORDLG
66 ImageBitmap = Bitmap { File = "colordlg.bmp" ; };
70 String RID_SVXFLOAT3D_FAVORITE
72 Text [ en-US ] = "Favorite";
75 String RID_SVXFLOAT3D_FIX_X
80 String RID_SVXFLOAT3D_FIX_Y
85 String RID_SVXFLOAT3D_FIX_Z
90 String RID_SVXFLOAT3D_FIX_R
92 Text [ en-US ] = "R:";
95 String RID_SVXFLOAT3D_FIX_G
97 Text [ en-US ] = "G:";
100 String RID_SVXFLOAT3D_FIX_B
102 Text [ en-US ] = "B:";
105 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */