Home
last modified time | relevance | path

Searched refs:pivot_area_get_default_style (Results 1 – 4 of 4) sorted by relevance

/dports/math/pspp/pspp-1.4.1/src/output/
H A Dpivot-table.h110 const struct area_style *pivot_area_get_default_style (enum pivot_area);
H A Dpivot-table.c66 pivot_area_get_default_style (enum pivot_area area) in pivot_area_get_default_style() function
716 area_style_copy (NULL, &table->areas[i], pivot_area_get_default_style (i)); in pivot_table_create__()
/dports/math/pspp/pspp-1.4.1/src/output/spv/
H A Dspv-legacy-decoder.c1830 area_style_copy (NULL, &out->areas[i], pivot_area_get_default_style (i)); in decode_spvsx_legacy_properties()
/dports/math/pspp/pspp-1.4.1/
H A DChangeLog1469 pivot-table: Make pivot_area_get_default_style() return a static copy.