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 "parawin.hrc"
21 #include "ForResId.hrc"
22 #include "helpids.hrc"
24 #define STD_MASKCOLOR Color { Red=0xFFFF; Green=0x0000; Blue=0xFFFF; }
25 //---------------------------------------------------------------------------
27 #define FT_ARGBLOCK( y ) \
28 Pos = MAP_APPFONT (6 , y ) ; \
29 Size = MAP_APPFONT ( 74 , 8 ) ; \
32 #define FXBUTTONBLOCK( y ) \
33 Pos = MAP_APPFONT (83 , y-1 ) ; \
34 Size = MAP_APPFONT ( 13 , 15 ) ; \
42 MaskColor = STD_MASKCOLOR;\
45 #define ED_ARGBLOCK( y ) \
47 Pos = MAP_APPFONT( 98, y ); \
48 Size = MAP_APPFONT( 66, 12 ); \
51 #define RB_ARGBLOCK( y ) \
52 Pos = MAP_APPFONT ( 166 , y-1 ) ; \
53 Size = MAP_APPFONT ( 13 , 15 ) ; \
55 QuickHelpText [ en-US ] = "Select"; \
57 //---------------------------------------------------------------------------
59 // jetzt alles zusammen
61 TabPage RID_FORMULATAB_PARAMETER
63 HelpID = "formula:TabPage:RID_FORMULATAB_PARAMETER";
65 Size = MAP_APPFONT( 203, 128 );
71 Pos = MAP_APPFONT (3 , 6 ) ;
72 Size = MAP_APPFONT ( 198 , 20 ) ;
74 Text [ en-US ] = "Function not known";
79 Pos = MAP_APPFONT ( 3, 29) ;
80 Size = MAP_APPFONT ( 198 , 10 ) ;
84 Pos = MAP_APPFONT ( 3, 42 ) ;
85 Size = MAP_APPFONT ( 198 , 20 ) ;
89 FixedText FT_ARG1 { FT_ARGBLOCK ( 66 ) };
90 FixedText FT_ARG2 { FT_ARGBLOCK ( 81 ) };
91 FixedText FT_ARG3 { FT_ARGBLOCK ( 96 ) };
92 FixedText FT_ARG4 { FT_ARGBLOCK ( 111 ) };
96 HelpId=HID_FORMULA_FAP_BTN_FX1;
101 HelpId=HID_FORMULA_FAP_BTN_FX2;
107 HelpId=HID_FORMULA_FAP_BTN_FX3;
112 HelpId=HID_FORMULA_FAP_BTN_FX4;
113 FXBUTTONBLOCK ( 109 )
115 Edit ED_ARG1 { ED_ARGBLOCK ( 64 )
116 HelpID = "formula:Edit:RID_FORMULATAB_PARAMETER:ED_ARG1";
118 Edit ED_ARG2 { ED_ARGBLOCK ( 79 )
119 HelpID = "formula:Edit:RID_FORMULATAB_PARAMETER:ED_ARG2";
121 Edit ED_ARG3 { ED_ARGBLOCK ( 94 )
122 HelpID = "formula:Edit:RID_FORMULATAB_PARAMETER:ED_ARG3";
124 Edit ED_ARG4 { ED_ARGBLOCK ( 109 )
125 HelpID = "formula:Edit:RID_FORMULATAB_PARAMETER:ED_ARG4";
130 HelpId=HID_FORMULA_FAP_BTN_REF1;
136 HelpId=HID_FORMULA_FAP_BTN_REF2;
141 HelpId=HID_FORMULA_FAP_BTN_REF3;
146 HelpId=HID_FORMULA_FAP_BTN_REF4;
152 Pos = MAP_APPFONT ( 183, 63 ) ;
153 Size = MAP_APPFONT ( 8 , 59 ) ;
159 Text [ en-US ] = "(optional)" ;
163 Text [ en-US ] = "(required)" ;
167 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */