Lines Matching refs:CRStatement
30 *Definition of the #CRStatement class.
35 static void cr_statement_clear (CRStatement * a_this);
41 CRStatement *stmt = NULL;
56 CRStatement *stmt = NULL;
57 CRStatement **stmtptr = NULL;
84 CRStatement *stmt = NULL;
85 CRStatement **stmtptr = NULL;
126 CRStatement *result = NULL;
127 CRStatement **resultptr = NULL;
147 CRStatement *stmt = NULL;
171 CRStatement *stmt = NULL;
172 CRStatement **stmtptr = NULL;
197 CRStatement *stmt = NULL;
198 CRStatement **stmtptr = NULL;
223 CRStatement *stmt = NULL;
224 CRStatement **stmtptr = NULL;
244 CRStatement *at_media = NULL;
272 CRStatement *stmt = NULL;
273 CRStatement **stmtptr = NULL;
297 CRStatement *at_media = NULL;
298 CRStatement **at_media_ptr = NULL;
299 CRStatement *ruleset = NULL;
324 CRStatement *stmt = NULL;
325 CRStatement **stmtptr = NULL;
357 CRStatement *stmt = NULL;
358 CRStatement **stmtptr = NULL;
378 CRStatement *at_media = NULL;
379 CRStatement **at_media_ptr = NULL;
396 CRStatement *ruleset = NULL;
409 CRStatement *stmt = NULL;
410 CRStatement **stmtptr = NULL;
433 CRStatement *ruleset = NULL;
434 CRStatement **rulesetptr = NULL;
460 CRStatement *result = NULL;
461 CRStatement **resultptr = NULL;
475 cr_statement_clear (CRStatement * a_this)
593 *@a_this: the current instance of #CRStatement
602 cr_statement_ruleset_to_string (CRStatement const * a_this, glong a_indent)
658 *@a_this: the current instance of #CRStatement to consider
668 cr_statement_font_face_rule_to_string (CRStatement const * a_this,
716 cr_statement_charset_to_string (CRStatement const *a_this,
755 *@a_this: the current instance of #CRStatement. Must
761 cr_statement_at_page_rule_to_string (CRStatement const *a_this,
807 *@param a_this the current instance of #CRStatement
813 cr_statement_media_rule_to_string (CRStatement const *a_this,
868 cr_statement_import_rule_to_string (CRStatement const *a_this,
982 *an instance of #CRStatement in case of successful parsing.
985 *Returns the newly built instance of #CRStatement in case
988 CRStatement *
991 CRStatement *result = NULL;
995 *It tries to parse all the types of CRStatement it knows about.
1056 *a #CRStatement of type RULESET_STMT.
1058 *Returns the newly built instance of #CRStatement in case of successful parsing,
1061 CRStatement *
1066 CRStatement *result = NULL;
1067 CRStatement **resultptr = NULL;
1127 *Creates a new instance of #CRStatement of type
1130 *Returns the new instance of #CRStatement or NULL if something
1133 CRStatement *
1137 CRStatement * a_parent_media_rule)
1139 CRStatement *result = NULL;
1151 result = (CRStatement *) g_try_malloc (sizeof (CRStatement));
1158 memset (result, 0, sizeof (CRStatement));
1200 CRStatement *
1205 CRStatement *result = NULL;
1206 CRStatement **resultptr = NULL;
1272 *Instanciates an instance of #CRStatement of type
1276 CRStatement *
1278 CRStatement * a_rulesets, GList * a_media)
1280 CRStatement *result = NULL,
1286 result = (CRStatement *) g_try_malloc (sizeof (CRStatement));
1293 memset (result, 0, sizeof (CRStatement));
1335 *Returns the newly built instance of #CRStatement.
1337 CRStatement *
1343 CRStatement *result = NULL;
1345 result = (CRStatement *) g_try_malloc (sizeof (CRStatement));
1352 memset (result, 0, sizeof (CRStatement));
1380 *instanciate a #CRStatement of type AT_IMPORT_RULE_STMT
1382 *Returns the newly built instance of #CRStatement in case of
1385 CRStatement *
1391 CRStatement *result = NULL;
1455 *Creates a new instance of #CRStatement of type
1458 *Returns the newly built instance of #CRStatement or NULL
1461 CRStatement *
1466 CRStatement *result = NULL;
1468 result = (CRStatement *) g_try_malloc (sizeof (CRStatement));
1475 memset (result, 0, sizeof (CRStatement));
1511 CRStatement *
1518 CRStatement *result = NULL;
1519 CRStatement **resultptr = NULL;
1576 *Note that the newly built instance of #CRStatement becomes
1579 *Creates a new instance of #CRStatement of type
1582 *Returns the newly built instance of #CRStatement or NULL
1585 CRStatement *
1589 CRStatement *result = NULL;
1593 result = (CRStatement *) g_try_malloc (sizeof (CRStatement));
1600 memset (result, 0, sizeof (CRStatement));
1624 *creates an instance of #CRStatement of type AT_CHARSET_RULE_STMT.
1626 *Returns the newly built instance of #CRStatement.
1628 CRStatement *
1634 CRStatement *result = NULL;
1677 *Creates an instance of #CRStatement of type #CRAtFontFaceRule.
1679 *Returns the newly built instance of #CRStatement.
1681 CRStatement *
1685 CRStatement *result = NULL;
1687 result = (CRStatement *) g_try_malloc (sizeof (CRStatement));
1693 memset (result, 0, sizeof (CRStatement));
1721 *an instance of #CRStatement of type AT_FONT_FACE_RULE_STMT out of it.
1723 *Returns the newly built instance of #CRStatement in case of successufull
1726 CRStatement *
1730 CRStatement *result = NULL;
1731 CRStatement **resultptr = NULL;
1792 *@a_this: the current instance of #CRStatement.
1800 cr_statement_set_parent_sheet (CRStatement * a_this, CRStyleSheet * a_sheet)
1810 *@a_this: the current #CRStatement.
1818 cr_statement_get_parent_sheet (CRStatement * a_this, CRStyleSheet ** a_sheet)
1829 *@a_new: a_new the new instance of #CRStatement to append.
1835 CRStatement *
1836 cr_statement_append (CRStatement * a_this, CRStatement * a_new)
1838 CRStatement *cur = NULL;
1858 *@a_this: the current instance of #CRStatement.
1861 *Prepends the an instance of #CRStatement to
1867 CRStatement *
1868 cr_statement_prepend (CRStatement * a_this, CRStatement * a_new)
1870 CRStatement *cur = NULL;
1897 CRStatement *
1898 cr_statement_unlink (CRStatement * a_stmt)
1900 CRStatement *result = a_stmt;
1940 *@a_this: the current instance of #CRStatement.
1947 cr_statement_nr_rules (CRStatement const * a_this)
1949 CRStatement const *cur = NULL;
1962 *@a_this: the current instance of #CRStatement.
1965 *Use an index to get a CRStatement from the statement list.
1967 *Returns CRStatement at position itemnr, if itemnr > number of statements - 1,
1970 CRStatement *
1971 cr_statement_get_from_list (CRStatement * a_this, int itemnr)
1973 CRStatement *cur = NULL;
1991 *current instance of #CRStatement.
1998 cr_statement_ruleset_set_sel_list (CRStatement * a_this,
2018 *@a_this: the current instance of #CRStatement.
2029 cr_statement_ruleset_get_declarations (CRStatement * a_this,
2055 cr_statement_ruleset_get_sel_list (CRStatement const * a_this, CRSelector ** a_list)
2077 cr_statement_ruleset_set_decl_list (CRStatement * a_this,
2108 cr_statement_ruleset_append_decl2 (CRStatement * a_this,
2138 cr_statement_ruleset_append_decl (CRStatement * a_this,
2160 *by the current instance of #CRStatement, that is, the
2162 *of #CRStatement is destroyed.
2167 cr_statement_at_import_rule_set_imported_sheet (CRStatement * a_this,
2191 cr_statement_at_import_rule_get_imported_sheet (CRStatement * a_this,
2214 cr_statement_at_import_rule_set_url (CRStatement * a_this,
2242 cr_statement_at_import_rule_get_url (CRStatement const * a_this,
2258 *@a_this: the current instance of #CRStatement.
2263 cr_statement_at_media_nr_rules (CRStatement const * a_this)
2275 *@a_this: the current instance of #CRStatement.
2278 *Use an index to get a CRStatement from the media rule list of rules.
2280 *Returns CRStatement at position itemnr, if itemnr > number of rules - 1,
2283 CRStatement *
2284 cr_statement_at_media_get_from_list (CRStatement * a_this, int itemnr)
2299 *by the current instance of #CRStatement when it is destroyed.
2306 cr_statement_at_page_rule_set_declarations (CRStatement * a_this,
2338 cr_statement_at_page_rule_get_declarations (CRStatement * a_this,
2362 cr_statement_at_charset_rule_set_charset (CRStatement * a_this,
2389 cr_statement_at_charset_rule_get_charset (CRStatement const * a_this,
2413 cr_statement_at_font_face_rule_set_decls (CRStatement * a_this,
2444 cr_statement_at_font_face_rule_get_decls (CRStatement * a_this,
2470 cr_statement_at_font_face_rule_add_decl (CRStatement * a_this,
2507 cr_statement_to_string (CRStatement const * a_this, gulong a_indent)
2553 cr_statement_list_to_string (CRStatement const *a_this, gulong a_indent)
2555 CRStatement const *cur_stmt = NULL ;
2595 cr_statement_dump (CRStatement const * a_this, FILE * a_fp, gulong a_indent)
2613 *@a_this: the current instance of #CRStatement.
2620 cr_statement_dump_ruleset (CRStatement const * a_this, FILE * a_fp, glong a_indent)
2643 cr_statement_dump_font_face_rule (CRStatement const * a_this, FILE * a_fp,
2669 cr_statement_dump_charset (CRStatement const * a_this, FILE * a_fp, gulong a_indent)
2695 cr_statement_dump_page (CRStatement const * a_this, FILE * a_fp, gulong a_indent)
2722 cr_statement_dump_media_rule (CRStatement const * a_this,
2746 cr_statement_dump_import_rule (CRStatement const * a_this, FILE * a_fp,
2766 * @a_this: the current instance of #CRStatement.
2768 *Destructor of #CRStatement.
2771 cr_statement_destroy (CRStatement * a_this)
2773 CRStatement *cur = NULL;