Home
last modified time | relevance | path

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

/dports/editors/abiword/abiword-3.0.5/src/text/ptbl/xp/
H A Dpp_Property.cpp80 { "bot-attach", "", false, NULL, PP_LEVEL_TABLE},
81 { "bot-color", "000000", false, NULL, PP_LEVEL_TABLE},
85 { "bot-style", "1", false, NULL, PP_LEVEL_TABLE},
86 { "bot-thickness", "1px", false, NULL, PP_LEVEL_TABLE},
90 { "cell-margin-bottom", "0.002in", false, NULL, PP_LEVEL_TABLE},
91 { "cell-margin-left", "0.002in", false, NULL, PP_LEVEL_TABLE},
92 { "cell-margin-right", "0.002in", false, NULL, PP_LEVEL_TABLE},
93 { "cell-margin-top", "0.002in", false, NULL, PP_LEVEL_TABLE},
144 { "left-attach", "", false, NULL, PP_LEVEL_TABLE},
149 { "left-style", "1", false, NULL, PP_LEVEL_TABLE},
[all …]
H A Dpp_Property.h139 #define PP_LEVEL_TABLE 0x00000010 macro
/dports/editors/abiword/abiword-3.0.5/src/text/fmt/xp/
H A Dfv_View.cpp6300 if((PP_getNthPropertyLevel(n) & PP_LEVEL_TABLE)) in getCellFormat()