Searched refs:statements (Results 1 - 7 of 7) sorted by relevance

/inkscape/src/libcroco/
H A Dcr-stylesheet.c33 *@param the initial list of css statements.
50 result->statements = a_stmts;
68 if (a_this->statements) {
72 for (cur_stmt = a_this->statements;
122 return cr_statement_nr_rules (a_this->statements);
137 return cr_statement_get_from_list (a_this->statements, itemnr);
173 if (a_this->statements) {
174 cr_statement_destroy (a_this->statements);
175 a_this->statements = NULL;
H A Dcr-stylesheet.h59 /**The css statements list*/
60 CRStatement *statements ; member in struct:_CRStyleSheet
H A Dcr-om-parser.c249 stmts = cr_statement_append (ctxt->stylesheet->statements,
254 ctxt->stylesheet->statements = stmts;
326 stmt2 = cr_statement_append (ctxt->stylesheet->statements, stmt);
337 ctxt->stylesheet->statements = stmt2;
409 stmt = cr_statement_append (ctxt->stylesheet->statements,
413 ctxt->stylesheet->statements = stmt;
480 stmts = cr_statement_append (ctxt->stylesheet->statements,
488 ctxt->stylesheet->statements = stmts;
542 stmt2 = cr_statement_append (ctxt->stylesheet->statements,
546 ctxt->stylesheet->statements
[all...]
H A Dcr-sel-eng.c766 *Returns array of the ruleset statements that matches the
783 *returned array of rulesets statements that match the xml node
820 if (!a_stylesheet->statements) {
832 PRIVATE (a_this)->cur_stmt = a_stylesheet->statements;
836 *walk through the list of statements and,
837 *get the selectors list inside the statements that
1324 *must not alter the rulesets statements pointer because they
1325 *point to statements that are still in the css stylesheet.
H A Dcr-statement.c1268 *@a_ruleset: the ruleset statements contained
1889 *@a_this: the current statements list.
1892 *Unlinks a statement from the statements list.
1925 && a_stmt->parent_sheet->statements == a_stmt) {
1926 a_stmt->parent_sheet->statements =
1927 a_stmt->parent_sheet->statements->next;
1967 *Returns CRStatement at position itemnr, if itemnr > number of statements - 1,
/inkscape/src/
H A Dsp-style-elem-test.h121 g_assert(stylesheet->statements == NULL);
146 TS_ASSERT(stylesheet->statements != NULL);
H A Dsp-style-elem.cpp180 parse_tmp.stylesheet->statements = cr_statement_append(parse_tmp.stylesheet->statements,

Completed in 30 milliseconds