Update Spanish translation
[gnumeric.git] / src / gnumeric-fwd.h
blob92a99e88db9562209eee3c472b0c3a7e2229a414
1 #ifndef _GNM_GNUMERIC_FWD_H_
2 #define _GNM_GNUMERIC_FWD_H_
4 #include <glib.h>
6 G_BEGIN_DECLS
8 typedef struct GnmComplete_ GnmComplete;
9 typedef struct GnmScenario_ GnmScenario;
10 typedef struct GnmSolver_ GnmSolver;
11 typedef struct GnmSolverConstraint_ GnmSolverConstraint;
12 typedef struct GnmSolverFactory_ GnmSolverFactory;
13 typedef struct GnmSolverParameters_ GnmSolverParameters;
14 typedef struct _ColRowCollection ColRowCollection;
15 typedef struct _ColRowIndexSet ColRowIndexSet;
16 typedef struct _ColRowInfo ColRowInfo;
17 typedef struct _ColRowSegment ColRowSegment;
18 typedef struct _GnmAction GnmAction;
19 typedef struct _GnmApp GnmApp;
20 typedef struct _GnmBorder GnmBorder;
21 typedef struct _GnmCell GnmCell;
22 typedef struct _GnmCellRef GnmCellRef; /* abs/rel point with sheet */
23 typedef struct _GnmCellRegion GnmCellRegion;
24 typedef struct _GnmColor GnmColor;
25 typedef struct _GnmComment GnmComment;
26 typedef struct _GnmConsolidate GnmConsolidate;
27 typedef struct _GnmConventions GnmConventions;
28 typedef struct _GnmConventionsOut GnmConventionsOut;
29 typedef struct _GnmDepContainer GnmDepContainer;
30 typedef struct _GnmDependent GnmDependent;
31 typedef struct _GnmEvalPos GnmEvalPos;
32 typedef struct _GnmExprArrayCorner GnmExprArrayCorner;
33 typedef struct _GnmExprArrayElem GnmExprArrayElem;
34 typedef struct _GnmExprBinary GnmExprBinary;
35 typedef struct _GnmExprCellRef GnmExprCellRef;
36 typedef struct _GnmExprConstant GnmExprConstant;
37 typedef struct _GnmExprFunction GnmExprFunction;
38 typedef struct _GnmExprName GnmExprName;
39 typedef struct _GnmExprRelocateInfo GnmExprRelocateInfo;
40 typedef struct _GnmExprSet GnmExprSet;
41 typedef struct _GnmExprSharer GnmExprSharer;
42 typedef struct _GnmExprTop GnmExprTop;
43 typedef struct _GnmExprUnary GnmExprUnary;
44 typedef struct _GnmFilter GnmFilter;
45 typedef struct _GnmFilterCondition GnmFilterCondition;
46 typedef struct _GnmFont GnmFont;
47 typedef struct _GnmFontMetrics GnmFontMetrics;
48 typedef struct GnmFT_ GnmFT; /* does not really belong here */
49 typedef struct GnmFunc_ GnmFunc;
50 typedef struct _GnmFuncDescriptor GnmFuncDescriptor;
51 typedef struct _GnmFuncEvalInfo GnmFuncEvalInfo;
52 typedef struct _GnmFuncGroup GnmFuncGroup;
53 typedef struct _GnmHLink GnmHLink;
54 typedef struct _GnmInputMsg GnmInputMsg;
55 typedef struct _GnmItemBar GnmItemBar;
56 typedef struct _GnmItemCursor GnmItemCursor;
57 typedef struct _GnmItemEdit GnmItemEdit;
58 typedef struct _GnmItemGrid GnmItemGrid;
59 typedef struct GnmMatrix_ GnmMatrix;
60 typedef struct _GnmNamedExpr GnmNamedExpr;
61 typedef struct _GnmNamedExprCollection GnmNamedExprCollection;
62 typedef struct _GnmPane GnmPane;
63 typedef struct _GnmParseError GnmParseError;
64 typedef struct _GnmParsePos GnmParsePos;
65 typedef struct _GnmPasteTarget GnmPasteTarget;
66 typedef struct _GnmRangeRef GnmRangeRef; /* abs/rel range with sheet */
67 typedef struct _GnmRenderedRotatedValue GnmRenderedRotatedValue;
68 typedef struct _GnmRenderedValue GnmRenderedValue;
69 typedef struct _GnmRenderedValueCollection GnmRenderedValueCollection;
70 typedef struct _GnmSearchReplace GnmSearchReplace;
71 typedef struct _GnmSheetSize GnmSheetSize;
72 typedef struct _GnmSheetSlicer GnmSheetSlicer;
73 typedef struct _GnmSheetStyleData GnmSheetStyleData;
74 typedef struct _GnmSortData GnmSortData;
75 typedef struct _GnmStfExport GnmStfExport;
76 typedef struct _GnmStyle GnmStyle;
77 typedef struct _GnmStyleConditions GnmStyleConditions;
78 typedef struct _GnmStyleRegion GnmStyleRegion;
79 typedef struct _GnmStyleRow GnmStyleRow;
80 typedef struct _GnmValidation GnmValidation;
81 typedef struct _GnmValueArray GnmValueArray;
82 typedef struct _GnmValueBool GnmValueBool;
83 typedef struct _GnmValueErr GnmValueErr;
84 typedef struct _GnmValueFloat GnmValueFloat;
85 typedef struct _GnmValueRange GnmValueRange;
86 typedef struct _GnmValueStr GnmValueStr;
87 typedef struct GnmPrintInformation_ GnmPrintInformation;
88 typedef struct _Sheet Sheet;
89 typedef struct _SheetControl SheetControl;
90 typedef struct _SheetControlGUI SheetControlGUI;
91 typedef struct _SheetObject SheetObject;
92 typedef struct _SheetObjectAnchor SheetObjectAnchor;
93 typedef struct _SheetObjectExportable SheetObjectExportable;
94 typedef struct _SheetObjectImageable SheetObjectImageable;
95 typedef struct _SheetObjectView SheetObjectView;
96 typedef struct _SheetObjectViewContainer SheetObjectViewContainer;
97 typedef struct _SheetView SheetView;
98 typedef struct _WBCGtk WBCGtk;
99 typedef struct _Workbook Workbook;
100 typedef struct _WorkbookControl WorkbookControl;
101 typedef struct _WorkbookControlComponent WorkbookControlComponent;
102 typedef struct _WorkbookSheetState WorkbookSheetState;
103 typedef struct _WorkbookView WorkbookView;
104 typedef union _GnmExpr GnmExpr;
105 typedef union _GnmValue GnmValue;
106 typedef struct _GenericToolState GnmGenericToolState;
107 typedef struct GnmExprDeriv_ GnmExprDeriv;
109 typedef GList ColRowIndexList;
110 typedef GSList ColRowStateGroup;
111 typedef GSList ColRowStateList;
112 typedef GSList ColRowVisList;
113 typedef GSList GnmExprList;
114 typedef GSList GnmStyleList;
115 typedef GnmExpr const * GnmExprConstPtr;
117 G_END_DECLS
119 #endif