Lines Matching refs:abbr
512 return (unit->abbr == "" || unit->abbr == "em" || unit->abbr == "ex" || unit->abbr == "%");
537 temp_stream << 1 << unit->abbr;
547 osfs << gtk_adjustment_get_value(adj) << unit->abbr;
614 temp_stream << 1 << unit->abbr;
631 if ((unit->abbr == "" || unit->abbr == "em") && old_unit == SP_CSS_UNIT_EX) {
633 } else if ((unit->abbr) == "ex" && (old_unit == SP_CSS_UNIT_EM || old_unit == SP_CSS_UNIT_NONE) ) {
635 } else if ((unit->abbr == "" || unit->abbr == "em") && old_unit == SP_CSS_UNIT_PERCENT) {
637 } else if ((unit->abbr) == "%" && (old_unit == SP_CSS_UNIT_EM || old_unit == SP_CSS_UNIT_NONE) ) {
639 } else if ((unit->abbr) == "ex" && old_unit == SP_CSS_UNIT_PERCENT) {
641 } else if ((unit->abbr) == "%" && old_unit == SP_CSS_UNIT_EX) {
666 if ((unit->abbr) == "%") {
668 } else if ((unit->abbr) == "ex") {
705 osfs << line_height << unit->abbr;