Searched defs:filein (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/implementation/
H A Dxslt.cpp142 xmlDocPtr filein = xmlParseFile(filename); local
143 if (filein == NULL) { return NULL; }
148 xmlDocPtr result = xsltApplyStylesheet(_stylesheet, filein, params);
149 xmlFreeDoc(filein);
H A Dscript.cpp982 \param filein Filename coming in
988 the filename for input (filein). This file is put on the command
1008 const Glib::ustring &filein,
1049 if (!filein.empty()) {
1050 if(Glib::path_is_absolute(filein))
1051 argv.push_back(filein);
1055 buildargs.push_back(filein);
1006 execute(const std::list<std::string> &in_command, const std::list<std::string> &in_params, const Glib::ustring &filein, file_listener &fileout) argument

Completed in 20 milliseconds