~ubuntu-branches/ubuntu/gutsy/gnumeric/gutsy-201105201701

« back to all changes in this revision

Viewing changes to src/sheet.h

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2007-03-08 16:16:45 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070308161645-uotkhmwywh7dkur4
Tags: 1.7.8-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
279
279
 
280
280
void         sheet_set_outline_direction (Sheet *sheet, gboolean is_cols);
281
281
 
 
282
GnmExprConventions const *sheet_expr_conventions (const Sheet *sheet);
 
283
 
282
284
/* Implementation for commands, no undo */
283
285
struct _GnmRelocUndo {
284
286
        GSList *exprs;