Home
last modified time | relevance | path

Searched refs:PP_LEVEL_SECT (Results 1 – 3 of 3) sorted by relevance

/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpp_Property.cpp76 { "background-color", "transparent", false, NULL, PP_LEVEL_SECT},
96 { "column-gap", "0.25in", false, NULL, PP_LEVEL_SECT},
97 { "column-line", "off", false, NULL, PP_LEVEL_SECT},
98 { "columns", "1", false, NULL, PP_LEVEL_SECT},
113 { "footer", "", false, NULL, PP_LEVEL_SECT},
114 { "footer-even", "", false, NULL, PP_LEVEL_SECT},
115 { "footer-first", "", false, NULL, PP_LEVEL_SECT},
116 { "footer-last", "", false, NULL, PP_LEVEL_SECT},
133 { "header", "", false, NULL, PP_LEVEL_SECT},
134 { "header-even", "", false, NULL, PP_LEVEL_SECT},
[all …]
H A Dpp_Property.h137 #define PP_LEVEL_SECT 0x00000004 macro
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View.cpp6161 if((PP_getNthPropertyLevel(n) & PP_LEVEL_SECT)) in getSectionFormat()