LibreOffice Module sc (master) 1
xlname.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
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/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
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 .
18 */
19
20#pragma once
21
22#include <sal/types.h>
23
24// Constants and Enumerations =================================================
25
26// (0x0018, 0x0218) NAME ------------------------------------------------------
27
28const sal_uInt16 EXC_ID_NAME = 0x0018;
29const sal_uInt16 EXC_ID34_NAME = 0x0218;
30
31// flags
32const sal_uInt16 EXC_NAME_DEFAULT = 0x0000;
33const sal_uInt16 EXC_NAME_HIDDEN = 0x0001;
34const sal_uInt16 EXC_NAME_FUNC = 0x0002;
35const sal_uInt16 EXC_NAME_VB = 0x0004;
36const sal_uInt16 EXC_NAME_PROC = 0x0008;
37const sal_uInt16 EXC_NAME_CALCEXP = 0x0010;
38const sal_uInt16 EXC_NAME_BUILTIN = 0x0020;
39const sal_uInt16 EXC_NAME_FGROUPMASK = 0x0FC0;
40const sal_uInt16 EXC_NAME_BIG = 0x1000;
41
43
44const sal_uInt16 EXC_NAME_GLOBAL = 0;
45
46// codes for built-in names
62
63/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
unsigned char sal_uInt8
sal_uInt16 sal_Unicode
const sal_Unicode EXC_BUILTIN_RECORDER
Definition: xlname.hxx:55
const sal_Unicode EXC_BUILTIN_UNKNOWN
Definition: xlname.hxx:61
const sal_uInt16 EXC_NAME_CALCEXP
Definition: xlname.hxx:37
const sal_uInt16 EXC_NAME_BIG
Definition: xlname.hxx:40
const sal_uInt16 EXC_NAME_DEFAULT
Definition: xlname.hxx:32
const sal_uInt16 EXC_ID_NAME
Definition: xlname.hxx:28
const sal_Unicode EXC_BUILTIN_AUTOOPEN
Definition: xlname.hxx:48
const sal_Unicode EXC_BUILTIN_EXTRACT
Definition: xlname.hxx:50
const sal_Unicode EXC_BUILTIN_SHEETTITLE
Definition: xlname.hxx:59
const sal_uInt16 EXC_NAME_VB
Definition: xlname.hxx:35
const sal_Unicode EXC_BUILTIN_FILTERDATABASE
Definition: xlname.hxx:60
const sal_uInt16 EXC_NAME_HIDDEN
Definition: xlname.hxx:33
const sal_uInt16 EXC_NAME_BUILTIN
Definition: xlname.hxx:38
const sal_Unicode EXC_BUILTIN_AUTOCLOSE
Definition: xlname.hxx:49
const sal_uInt16 EXC_NAME_FGROUPMASK
Definition: xlname.hxx:39
const sal_Unicode EXC_BUILTIN_PRINTTITLES
Definition: xlname.hxx:54
const sal_Unicode EXC_BUILTIN_AUTODEACTIVATE
Definition: xlname.hxx:58
const sal_uInt16 EXC_ID34_NAME
Definition: xlname.hxx:29
const sal_uInt16 EXC_NAME_GLOBAL
BIFF2 function/command flag.
Definition: xlname.hxx:44
const sal_uInt16 EXC_NAME_PROC
Definition: xlname.hxx:36
const sal_Unicode EXC_BUILTIN_CRITERIA
Definition: xlname.hxx:52
const sal_Unicode EXC_BUILTIN_PRINTAREA
Definition: xlname.hxx:53
const sal_uInt16 EXC_NAME_FUNC
Definition: xlname.hxx:34
const sal_Unicode EXC_BUILTIN_CONSOLIDATEAREA
0 = Globally defined name.
Definition: xlname.hxx:47
const sal_Unicode EXC_BUILTIN_DATAFORM
Definition: xlname.hxx:56
const sal_uInt8 EXC_NAME2_FUNC
Definition: xlname.hxx:42
const sal_Unicode EXC_BUILTIN_AUTOACTIVATE
Definition: xlname.hxx:57
const sal_Unicode EXC_BUILTIN_DATABASE
Definition: xlname.hxx:51