File: xlf.hh

package info (click to toggle)
abacus 0.9.13-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 6,308 kB
  • ctags: 5,120
  • sloc: ansic: 27,540; cpp: 11,426; tcl: 7,564; makefile: 386; yacc: 327; lex: 265; sh: 221
file content (79 lines) | stat: -rw-r--r-- 2,095 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
/* $Id: xlf.hh,v 1.11 1998/08/06 21:05:43 aml Exp $ */


#define CODE_ROWH1 1025
#define CODE_COLW2 1026
#define CODE_COLW3 1027
#define CODE_NOCELLBORDERS 1050
#define CODE_PSETTINGS        1051

#define CODE_GRAPH 1800

#define CODE_CELL_FONT 1101
#define CODE_CELL_FORMAT 1102

#define CODE_CELL_ERROR 1201

#define NO_ERROR 0

#define ERROR_DIV_BY_0 1
#define ERROR_DIV_BY_0_STRING "# DIV0!"
#define ERROR_BAD_VALUE 2
#define ERROR_BAD_VALUE_STRING "# VALUE!"
#define ERROR_BAD_REF 3
#define ERROR_BAD_REF_STRING "# REF!"
#define ERROR_BAD_CONDITION 4
#define ERROR_BAD_CONDITION_STRING "# COND!"

#define FORM_SUMIF 210




/* $Log: xlf.hh,v $
 * Revision 1.11  1998/08/06 21:05:43  aml
 * Released alpha version of Abacus.
 *
# Revision 1.10  1997/03/27  10:00:28  aml
# Started implementing graphs.
# Fixed bug in tkCanvasPs.c
# Created bindings for composite characters in Portuguese.
#
 * Revision 1.9  1997/02/10 15:10:00  aml
 * Print settings now are saved to file.
 * Fixed buggy error message when loading sheets.
 *
 * Revision 1.8  1997/01/07 01:07:34  aml
 * Error propagation for formulas fixed.
 * Edit operations in place.
 *
# Revision 1.7  1997/01/02  16:15:30  aml
# Fixed unsufficient range of colunm width.
# First cut of vlookup and hlookup functions.
# Fixed bug in display routines.
#
 * Revision 1.6  1996/12/11 21:39:44  aml
 * Sumif implemented.
 * Diverse time functions implemented.
 * Fixed needtoscroll2 to avoid out of control scroll.
 *
# Revision 1.5  1996/11/22  16:28:47  aml
# First cut at transforming canvas into a true cell widget.
# Text, lines and rectangles are now relative to row and colunm numbers.
# It still has a bug with wrong estimation of column widths.
#
 * Revision 1.4  1996/10/07 12:35:26  aml
 * First cut at error handling.
 * Date formats are in.
 * Fixed problem with blank cell drawing.
 *
# Revision 1.3  1996/09/14  23:55:51  aml
# Created cell shading.
#
# Revision 1.2  1996/09/02  10:51:09  aml
# Cell fonts created, loaded and saved.
# Row height created.
#
# Revision 1.1  1996/09/02  09:27:27  aml
# Initial revision
# */