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

/inkscape/src/widgets/
H A Dtoolbox.cpp1375 gchar const *const tname = ( eventcontext local
1383 bool setActive = tname && !strcmp(tname, tools[i].type_name);
1500 gchar const *tname = ( eventcontext local
1505 if (tname && !strcmp(tname, aux_toolboxes[i].type_name)) {
/inkscape/
H A Dbuildtool.cpp9933 String tname = elem->getAttribute("name"); local
9939 target.setName(tname);
9957 if (tname.size() == 0)
9963 if (targets.find(tname) != targets.end())
9965 error("target '%s' already defined", tname.c_str());
9968 //more work than targets[tname]=target, but avoids default allocator
9969 targets.insert(std::make_pair<String, Target>(tname, target));

Completed in 52 milliseconds