Lines Matching refs:locked
55 , locked(0)
77 this->readAttr( "inkscape:locked" );
119 this->locked = helperfns_read_bool(value, false);
121 this->set_locked(this->locked, false);
357 if(this->locked) {
406 if(this->locked) {
447 void SPGuide::set_locked(const bool locked, bool const commit)
449 this->locked = locked;
451 sp_guideline_set_locked(views[0], locked);
455 getRepr()->setAttribute("inkscape:locked", g_strdup(locked ? "true" : "false"));