Searched refs:sheet (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/io/
H A Dxsltstream.cpp88 XsltInputStream::XsltInputStream(InputStream &xmlSource, XsltStyleSheet &sheet) argument
89 : BasicInputStream(xmlSource), stylesheet(sheet)
162 XsltOutputStream::XsltOutputStream(OutputStream &dest, XsltStyleSheet &sheet) argument
163 : BasicOutputStream(dest), stylesheet(sheet)
/inkscape/src/libcroco/
H A Dcr-sel-eng.c50 CRStyleSheet *sheet; member in struct:_CRSelEngPriv
830 if (PRIVATE (a_this)->sheet != a_stylesheet) {
831 PRIVATE (a_this)->sheet = a_stylesheet;
944 PRIVATE (a_this)->sheet = NULL;
1010 *the default style sheet."
1413 CRStyleSheet *sheet = NULL; local
1420 sheet = cr_cascade_get_sheet (a_cascade, origin);
1421 if (!sheet)
1440 (a_this, sheet, a_node, stmts_tab + index, &tab_len))
H A Dcr-statement.h101 CRStyleSheet * sheet; member in struct:_CRAtImportRule
208 *the style sheet that contains
H A Dcr-statement.c1366 result->kind.import_rule->sheet = a_imported_sheet;
1793 *@a_sheet: the sheet that contains the current statement.
2175 a_this->kind.import_rule->sheet = a_sheet;
2198 *a_sheet = a_this->kind.import_rule->sheet;

Completed in 26 milliseconds