X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Foutput%2Fpivot-table.h;h=7c36c43b2d61df2c1921bcee754975f99cf77858;hb=166eb5966a9a6908cfa60830a79d85b074eec53d;hp=ce6b85df24b708ef799268ba480476b2054023a9;hpb=6b58430f780708e9f5073db71f705e0f2eaacc58;p=pspp diff --git a/src/output/pivot-table.h b/src/output/pivot-table.h index ce6b85df24..7c36c43b2d 100644 --- a/src/output/pivot-table.h +++ b/src/output/pivot-table.h @@ -509,13 +509,6 @@ bool pivot_table_is_empty (const struct pivot_table *); /* Output. */ void pivot_table_submit (struct pivot_table *); -/* Layers. */ -#define PIVOT_TABLE_FOR_EACH_DISPLAY_LAYER(INDEXES, PT, PRINT) \ - for ((INDEXES) = NULL; \ - ((INDEXES) = pivot_table_next_display_layer (PT, INDEXES, PRINT)); ) -size_t *pivot_table_next_display_layer (const struct pivot_table *, - size_t *indexes, bool print); - /* Data cells. */ void pivot_table_put (struct pivot_table *, const size_t *dindexes, size_t n, struct pivot_value *); @@ -760,6 +753,10 @@ void pivot_value_get_style (struct pivot_value *, struct table_area_style *); void pivot_value_set_style (struct pivot_value *, const struct table_area_style *); +void pivot_value_set_font_style (struct pivot_value *, + const struct font_style *); +void pivot_value_set_cell_style (struct pivot_value *, + const struct cell_style *); /* Template arguments. */ struct pivot_argument