Searched refs:verbatim (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-object.h373 bool setTitle(char const *title, bool verbatim = false);
388 bool setDesc(char const *desc, bool verbatim=false);
772 * 'verbatim' parameter:
773 * If verbatim==true, then the title or description is set to exactly the
774 * specified value. If verbatim==false then two exceptions are made:
779 * This is usually the desired behaviour, so 'verbatim' defaults to false for
785 bool setTitleOrDesc(char const *value, char const *svg_tagname, bool verbatim);
872 * \return \verbatim
H A Dsp-object.cpp1423 bool SPObject::setTitle(gchar const *title, bool verbatim) argument
1425 return setTitleOrDesc(title, "svg:title", verbatim);
1433 bool SPObject::setDesc(gchar const *desc, bool verbatim) argument
1435 return setTitleOrDesc(desc, "svg:desc", verbatim);
1448 bool SPObject::setTitleOrDesc(gchar const *value, gchar const *svg_tagname, bool verbatim) argument
1450 if (!verbatim) {

Completed in 19 milliseconds