/inkscape/src/xml/ |
H A D | repr.cpp | 28 #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 D | i18n.py | 19 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 D | ziptool.h | 255 const std::string &comment); 363 std::string comment; member in class:ZipEntry 553 std::string comment; member in class:ZipFile
|
H A D | ziptool.cpp | 1901 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 D | cr-doc-handler.h | 125 *Is called to notify a comment. 128 *@param a_comment the comment. 130 void (*comment) (CRDocHandler *a_this, member in struct:_CRDocHandler
|
H A D | cr-tknzr.c | 421 *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 D | implementation.h | 157 virtual unsigned comment(Inkscape::Extension::Print * /*module*/, char const * /*comment*/) { return 0; } function in class:Inkscape::Extension::Implementation::Implementation
|
/inkscape/src/extension/ |
H A D | print.cpp | 73 Print::comment (char const *comment) argument 75 return imp->comment(this, comment);
|
/inkscape/src/ |
H A D | print.cpp | 44 sp_print_comment(SPPrintContext *ctx, char const *comment) argument 46 return ctx->module->comment(comment);
|
H A D | sp-shape.cpp | 646 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 D | latex-pstricks.cpp | 170 unsigned int PrintLatex::comment(Inkscape::Extension::Print * /*mod*/, argument 171 const char * comment) 177 return fprintf(_stream, "%%! %s\n",comment);
|
H A D | wmf-print.cpp | 322 unsigned int PrintWmf::comment(Inkscape::Extension::Print * /*module*/, const char * /*comment*/) function in class:Inkscape::Extension::Internal::PrintWmf
|
H A D | odf.cpp | 1082 Glib::ustring comment = "old name was: "; local 1083 comment.append(oldName); 1087 ZipEntry *ze = zf.addFile(pathName, comment);
|
H A D | emf-print.cpp | 328 unsigned int PrintEmf::comment( function in class:Inkscape::Extension::Internal::PrintEmf 330 const char * /*comment*/)
|