Searched refs:warn (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/
H A Dattribute-rel-util.h38 * Remove or warn about inappropriate attributes and useless style properties.
46 * pref_attr, pref_style, pref_defaults: ignore, delete, or warn.
73 bool sp_attribute_check_attribute(Glib::ustring element, Glib::ustring id, Glib::ustring attribute, bool warn);
H A Dattribute-rel-util.cpp48 * Remove or warn about inappropriate attributes and useless stype properties.
269 bool sp_attribute_check_attribute(Glib::ustring element, Glib::ustring id, Glib::ustring attribute, bool warn) { argument
282 if( warn ) {
297 if( warn ) {
H A Dcolor-profile.cpp1116 bool warn = prefs->getBool( "/options/softproof/gamutwarn"); local
1131 if ( (warn != gamutWarn)
1140 gamutWarn = warn;
1302 bool warn = prefs->getBool( "/options/softproof/gamutwarn"); local
1317 if ( (warn != gamutWarn)
1326 gamutWarn = warn;
H A Dinkscape.h104 const gchar *e_notsp, const gchar *warn);
/inkscape/share/extensions/test/
H A Dinkweb-debug.js190 ** this.log( <"sequence"|"warning"|"warn"|errorObject>, <"logMessage"> );
201 ** InkWeb.log( "warn", "foo must not be bar." );
214 if( type == "warn" ) {

Completed in 30 milliseconds