search for: swfdec_as_str_bullet

Displaying 3 results from an estimated 3 matches for "swfdec_as_str_bullet".

2007 Nov 01
0
libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie_html.c
...>tags_open, tag); // set format based on tag - object = SWFDEC_AS_OBJECT (tag->format); - SWFDEC_AS_VALUE_SET_BOOLEAN (&val, TRUE); - - if (tag->name_length == 2 && !g_strncasecmp (tag->name, "li", 2)) { - swfdec_as_object_set_variable (object, SWFDEC_AS_STR_bullet, &val); - } else if (tag->name_length == 1 && !g_strncasecmp (tag->name, "b", 1)) { - swfdec_as_object_set_variable (object, SWFDEC_AS_STR_bold, &val); - } else if (tag->name_length == 1 && !g_strncasecmp (tag->name, "i", 1)) { -...
2007 Oct 29
0
20 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h
...;tags_open, tag); - - // set format based on tag - object = SWFDEC_AS_OBJECT (tag->format); - SWFDEC_AS_VALUE_SET_BOOLEAN (&val, TRUE); - - if (tag->name_length == 2 && !g_strncasecmp (tag->name, "li", 2)) { - swfdec_as_object_set_variable (object, SWFDEC_AS_STR_bullet, &val); - } else if (tag->name_length == 1 && !g_strncasecmp (tag->name, "b", 1)) { - swfdec_as_object_set_variable (object, SWFDEC_AS_STR_bold, &val); - } else if (tag->name_length == 1 && !g_strncasecmp (tag->name, "i", 1)) { - swf...
2007 Oct 23
0
11 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_style_sheet.c libswfdec/swfdec_style_sheet.h
...dent, swfdec_text_format_do_set_block_indent); - swfdec_text_format_add_variable (proto, SWFDEC_AS_STR_bold, + swfdec_as_object_add_native_variable (proto, SWFDEC_AS_STR_bold, swfdec_text_format_do_get_bold, swfdec_text_format_do_set_bold); - swfdec_text_format_add_variable (proto, SWFDEC_AS_STR_bullet, + swfdec_as_object_add_native_variable (proto, SWFDEC_AS_STR_bullet, swfdec_text_format_do_get_bullet, swfdec_text_format_do_set_bullet); - swfdec_text_format_add_variable (proto, SWFDEC_AS_STR_color, + swfdec_as_object_add_native_variable (proto, SWFDEC_AS_STR_color, swfdec_text_...