xref: /trunk/main/formula/util/hidother.src (revision 156c3fdf)
1*156c3fdfSAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*156c3fdfSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*156c3fdfSAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*156c3fdfSAndrew Rist * distributed with this work for additional information
6*156c3fdfSAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*156c3fdfSAndrew Rist * to you under the Apache License, Version 2.0 (the
8*156c3fdfSAndrew Rist * "License"); you may not use this file except in compliance
9*156c3fdfSAndrew Rist * with the License.  You may obtain a copy of the License at
10*156c3fdfSAndrew Rist *
11*156c3fdfSAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*156c3fdfSAndrew Rist *
13*156c3fdfSAndrew Rist * Unless required by applicable law or agreed to in writing,
14*156c3fdfSAndrew Rist * software distributed under the License is distributed on an
15*156c3fdfSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*156c3fdfSAndrew Rist * KIND, either express or implied.  See the License for the
17*156c3fdfSAndrew Rist * specific language governing permissions and limitations
18*156c3fdfSAndrew Rist * under the License.
19*156c3fdfSAndrew Rist *
20*156c3fdfSAndrew Rist *************************************************************/
21*156c3fdfSAndrew Rist
22*156c3fdfSAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#include "../inc/helpids.hrc"
25cdf0e10cSrcweir
26cdf0e10cSrcweirhidspecial HID_FORMULADLG_FORMULA   { HelpId = HID_FORMULADLG_FORMULA; };
27cdf0e10cSrcweirhidspecial HID_FORMULA_FAP_FORMULA  { HelpId = HID_FORMULA_FAP_FORMULA; };
28cdf0e10cSrcweirhidspecial HID_FORMULA_FAP_STRUCT   { HelpId = HID_FORMULA_FAP_STRUCT; };
29cdf0e10cSrcweirhidspecial HID_FORMULA_FAP_PAGE     { HelpId = HID_FORMULA_FAP_PAGE; };
30cdf0e10cSrcweirhidspecial HID_FORMULA_FAP_EDIT1    { HelpId = HID_FORMULA_FAP_EDIT1; };
31cdf0e10cSrcweirhidspecial HID_FORMULA_FAP_EDIT2    { HelpId = HID_FORMULA_FAP_EDIT2; };
32cdf0e10cSrcweirhidspecial HID_FORMULA_FAP_EDIT3    { HelpId = HID_FORMULA_FAP_EDIT3; };
33cdf0e10cSrcweirhidspecial HID_FORMULA_FAP_EDIT4    { HelpId = HID_FORMULA_FAP_EDIT4; };
34cdf0e10cSrcweirhidspecial HID_FORMULA_FAP_STRUCT   { HelpId = HID_FORMULA_FAP_STRUCT; };
35cdf0e10cSrcweirhidspecial HID_FORMULA_FAP_BTN_FX1   { HelpId = HID_FORMULA_FAP_BTN_FX1; };
36cdf0e10cSrcweirhidspecial HID_FORMULA_FAP_BTN_FX2   { HelpId = HID_FORMULA_FAP_BTN_FX2; };
37cdf0e10cSrcweirhidspecial HID_FORMULA_FAP_BTN_FX3   { HelpId = HID_FORMULA_FAP_BTN_FX3; };
38cdf0e10cSrcweirhidspecial HID_FORMULA_FAP_BTN_FX4   { HelpId = HID_FORMULA_FAP_BTN_FX4; };
39cdf0e10cSrcweirhidspecial HID_FORMULA_FAP_BTN_REF1   { HelpId = HID_FORMULA_FAP_BTN_REF1; };
40cdf0e10cSrcweirhidspecial HID_FORMULA_FAP_BTN_REF2   { HelpId = HID_FORMULA_FAP_BTN_REF3; };
41cdf0e10cSrcweirhidspecial HID_FORMULA_FAP_BTN_REF3   { HelpId = HID_FORMULA_FAP_BTN_REF3; };
42cdf0e10cSrcweirhidspecial HID_FORMULA_FAP_BTN_REF4   { HelpId = HID_FORMULA_FAP_BTN_REF4; };
43cdf0e10cSrcweirhidspecial HID_FORMULA_LB_CATEGORY      { HelpId = HID_FORMULA_LB_CATEGORY; };
44cdf0e10cSrcweirhidspecial HID_FORMULA_LB_FUNCTION      { HelpId = HID_FORMULA_LB_FUNCTION; };
45cdf0e10cSrcweirhidspecial HID_FORMULATAB_FUNCTION      { HelpId = HID_FORMULATAB_FUNCTION; };
46cdf0e10cSrcweirhidspecial HID_FORMULATAB_STRUCT      { HelpId = HID_FORMULATAB_STRUCT; };
47