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

/inkscape/src/
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;

Completed in 53 milliseconds