Home
last modified time | relevance | path

Searched refs:RIGHT_ALIGN (Results 1 – 20 of 20) sorted by relevance

/dports/textproc/groff/groff-1.22.4/src/preproc/eqn/
H A Dpile.cpp69 case RIGHT_ALIGN: in output()
85 case RIGHT_ALIGN: in output()
105 case RIGHT_ALIGN: in output()
203 case RIGHT_ALIGN: in output()
219 case RIGHT_ALIGN: in output()
248 case RIGHT_ALIGN: in output()
334 case RIGHT_ALIGN: in debug_print()
H A Deqn.ypp211 { $2->set_alignment(RIGHT_ALIGN); $$ = $2; }
309 { $2->set_alignment(RIGHT_ALIGN); $$ = $2; }
H A Dbox.h89 enum alignment { LEFT_ALIGN, RIGHT_ALIGN, CENTER_ALIGN }; enumerator
H A Deqn.cpp1669 { (yyvsp[0].pb)->set_alignment(RIGHT_ALIGN); (yyval.b) = (yyvsp[0].pb); } in yyparse()
1890 { (yyvsp[0].col)->set_alignment(RIGHT_ALIGN); (yyval.col) = (yyvsp[0].col); } in yyparse()
/dports/japanese/groff/groff-1.18.1.1/src/preproc/eqn/
H A Dpile.cc69 case RIGHT_ALIGN: in output()
85 case RIGHT_ALIGN: in output()
178 case RIGHT_ALIGN: in output()
194 case RIGHT_ALIGN: in output()
280 case RIGHT_ALIGN: in debug_print()
H A Deqn.y214 { $2->set_alignment(RIGHT_ALIGN); $$ = $2; }
312 { $2->set_alignment(RIGHT_ALIGN); $$ = $2; }
H A Deqn.cc939 { yyvsp[0].pb->set_alignment(RIGHT_ALIGN); yyval.b = yyvsp[0].pb; } in yyparse()
1088 { yyvsp[0].col->set_alignment(RIGHT_ALIGN); yyval.col = yyvsp[0].col; } in yyparse()
H A Dbox.h85 enum alignment { LEFT_ALIGN, RIGHT_ALIGN, CENTER_ALIGN }; enumerator
/dports/games/warzone2100/warzone2100/lib/widget/
H A Dmultibutform.h41 RIGHT_ALIGN, enumerator
84 ButtonAlignment butAlign = ButtonAlignment::RIGHT_ALIGN;
H A Dmultibutform.cpp69 case ButtonAlignment::RIGHT_ALIGN: in geometryChanged()
/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dfloating_label.hpp31 enum ALIGN { LEFT_ALIGN, CENTER_ALIGN, RIGHT_ALIGN }; enumerator
H A Dfloating_label.cpp83 } else if(align_ == font::RIGHT_ALIGN) { in xpos()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java208 fmt.setAlign(Format.RIGHT_ALIGN); in handleAttribute()
365 if (fmt.getAlign()==Format.RIGHT_ALIGN) in writeAttributes()
H A DFormat.java29 final public static int RIGHT_ALIGN = 0x01; field in Format
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmerge/source/xmerge/java/org/openoffice/xmerge/converter/xml/sxc/
H A DCellStyle.java208 fmt.setAlign(Format.RIGHT_ALIGN); in handleAttribute()
365 if (fmt.getAlign()==Format.RIGHT_ALIGN) in writeAttributes()
H A DFormat.java29 final public static int RIGHT_ALIGN = 0x01; field in Format
/dports/lang/gnu-cobol/gnucobol-3.1.2/cobc/
H A Dparser.h738 RIGHT_ALIGN = 943, enumerator
1668 #define RIGHT_ALIGN 943 macro
H A Dreserved.c2381 { "RIGHT-ALIGN", 0, 1, RIGHT_ALIGN, /* ACU extension */
H A Dparser.c3024 RIGHT_ALIGN = 943, enumerator
3954 #define RIGHT_ALIGN 943 macro
H A Dparser.y2946 %token RIGHT_ALIGN "RIGHT-ALIGN"
9483 | RIGHT_ALIGN /* DAS-RIGHT-ALIGN --> 16 */