Searched defs:comment (Results 1 - 14 of 14) sorted by relevance

/inkscape/src/xml/
H A Drepr.cpp28 #include "xml/comment-node.h"
41 Inkscape::XML::Node *comment = doc->createComment(" Created with Inkscape (http://www.inkscape.org/) "); local
42 doc->appendChild(comment);
43 Inkscape::GC::release(comment);
/inkscape/share/filters/
H A Di18n.py19 comment = "" variable
22 comment = '/* TRANSLATORS: NR means non-realistic. See menu Filters > Non realistic shaders */\n' variable
24 sys.stdout.write(comment + "\n" + label + ",\n" + menu + ",\n" + desc + ",\n")
/inkscape/src/util/
H A Dziptool.h255 const std::string &comment);
363 std::string comment; member in class:ZipEntry
553 std::string comment; member in class:ZipFile
H A Dziptool.cpp1901 comment (),
1916 comment (commentArg),
1953 return comment;
1961 comment = val;
2107 comment = commentArg;
2155 comment()
2178 comment = val;
2186 return comment;
2232 const std::string &comment)
2235 if (!ze->readFile(fileName, comment))
2231 addFile(const std::string &fileName, const std::string &comment) argument
2248 newEntry(const std::string &fileName, const std::string &comment) argument
[all...]
/inkscape/src/libcroco/
H A Dcr-doc-handler.h125 *Is called to notify a comment.
128 *@param a_comment the comment.
130 void (*comment) (CRDocHandler *a_this, member in struct:_CRDocHandler
H A Dcr-tknzr.c421 *Parses a "comment" as defined in the css spec at [4.1.1]:
436 CRString *comment = NULL; local
450 comment = cr_string_new ();
456 g_string_append_unichar (comment->stryng, cur_char);
462 g_string_append_unichar (comment->stryng, cur_char);
472 g_string_append_unichar (comment->stryng, cur_char);
478 g_string_append_unichar (comment->stryng, cur_char);
484 g_string_append_unichar (comment->stryng, cur_char);
493 g_string_append_unichar (comment->stryng, cur_char);
496 cr_parsing_location_copy (&comment
[all...]
/inkscape/src/extension/implementation/
H A Dimplementation.h157 virtual unsigned comment(Inkscape::Extension::Print * /*module*/, char const * /*comment*/) { return 0; } function in class:Inkscape::Extension::Implementation::Implementation
/inkscape/src/extension/
H A Dprint.cpp73 Print::comment (char const *comment) argument
75 return imp->comment(this, comment);
/inkscape/src/
H A Dprint.cpp44 sp_print_comment(SPPrintContext *ctx, char const *comment) argument
46 return ctx->module->comment(comment);
H A Dsp-shape.cpp646 gchar * comment = g_strdup_printf("begin '%s'", this->defaultLabel()); local
647 sp_print_comment(ctx, comment);
648 g_free(comment);
741 gchar * comment = g_strdup_printf("end '%s'", local
743 sp_print_comment(ctx, comment);
744 g_free(comment);
/inkscape/src/extension/internal/
H A Dlatex-pstricks.cpp170 unsigned int PrintLatex::comment(Inkscape::Extension::Print * /*mod*/, argument
171 const char * comment)
177 return fprintf(_stream, "%%! %s\n",comment);
H A Dwmf-print.cpp322 unsigned int PrintWmf::comment(Inkscape::Extension::Print * /*module*/, const char * /*comment*/) function in class:Inkscape::Extension::Internal::PrintWmf
H A Dodf.cpp1082 Glib::ustring comment = "old name was: "; local
1083 comment.append(oldName);
1087 ZipEntry *ze = zf.addFile(pathName, comment);
H A Demf-print.cpp328 unsigned int PrintEmf::comment( function in class:Inkscape::Extension::Internal::PrintEmf
330 const char * /*comment*/)

Completed in 54 milliseconds