LibreOffice Module sc (master) 1
flttypes.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
23{
24 BiffX = 0x0000,
25 Biff2 = 0x2000, Biff2M = 0x2002, Biff2C = 0x2004,
26 Biff3 = 0x3000, Biff3W = 0x3001, Biff3M = 0x3002, Biff3C = 0x3004,
27 Biff4 = 0x4000, Biff4W = 0x4001, Biff4M = 0x4002, Biff4C = 0x4004,
28 Biff5 = 0x5000, Biff5W = 0x5001, Biff5V = 0x5002, Biff5C = 0x5004, Biff5M4 = 0x5008,
29 Biff8 = 0x8000, Biff8W = 0x8001, Biff8V = 0x8002, Biff8C = 0x8004, Biff8M4 = 0x8008
30};
31
32enum class Lotus123Typ
33{
34 X,
35 WK3,
36 WK4,
37};
38
39/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
BiffTyp
Definition: flttypes.hxx:23
@ Biff8C
Definition: flttypes.hxx:29
@ Biff4C
Definition: flttypes.hxx:27
@ Biff5C
Definition: flttypes.hxx:28
@ Biff5
Definition: flttypes.hxx:28
@ Biff4
Definition: flttypes.hxx:27
@ Biff5M4
Definition: flttypes.hxx:28
@ Biff4W
Definition: flttypes.hxx:27
@ Biff8
Definition: flttypes.hxx:29
@ Biff2C
Definition: flttypes.hxx:25
@ BiffX
Definition: flttypes.hxx:24
@ Biff3C
Definition: flttypes.hxx:26
@ Biff4M
Definition: flttypes.hxx:27
@ Biff3M
Definition: flttypes.hxx:26
@ Biff8W
Definition: flttypes.hxx:29
@ Biff5V
Definition: flttypes.hxx:28
@ Biff2M
Definition: flttypes.hxx:25
@ Biff2
Definition: flttypes.hxx:25
@ Biff5W
Definition: flttypes.hxx:28
@ Biff3
Definition: flttypes.hxx:26
@ Biff8V
Definition: flttypes.hxx:29
@ Biff3W
Definition: flttypes.hxx:26
@ Biff8M4
Definition: flttypes.hxx:29
Lotus123Typ
Definition: flttypes.hxx:33