Searched refs:attrs (Results 1 - 11 of 11) sorted by relevance
/inkscape/po/ |
H A D | check-markup | 52 my ($tag, $attrs) = ($1, $2); 54 $attrs =~ s/${span_attr}*//g; 55 if ($attrs ne '') { 56 $attrs =~ s/\A *//; 57 $attrs =~ s/\\"/"/g; 58 po_error("Unexpected <span> attributes `$attrs'"); 62 if ($attrs !~ /\A *\Z/) {
|
/inkscape/src/ui/dialog/ |
H A D | object-attributes.cpp | 162 std::vector<Glib::ustring> attrs; local 169 attrs.push_back (desc[len].attribute); 172 attrTable->set_object(obj, labels, attrs, (GtkWidget*)gobj());
|
H A D | filter-effects-dialog.cpp | 220 double climb_rate, int digits, std::vector<SPAttributeEnum> attrs, std::vector<double> default_values, std::vector<char*> tip_text) 222 g_assert(attrs.size()==default_values.size()); 223 g_assert(attrs.size()==tip_text.size()); 224 for(unsigned i = 0; i < attrs.size(); ++i) { 225 _spins.push_back(new SpinButtonAttr(lower, upper, step_inc, climb_rate, digits, attrs[i], default_values[i], tip_text[i])); 912 std::vector<SPAttributeEnum> attrs; local 913 attrs.push_back(attr1); 914 attrs.push_back(attr2); 924 MultiSpinButton* msb = new MultiSpinButton(lo, hi, step_inc, climb, digits, attrs, default_values, tips); 934 std::vector<SPAttributeEnum> attrs; local 219 MultiSpinButton(double lower, double upper, double step_inc, double climb_rate, int digits, std::vector<SPAttributeEnum> attrs, std::vector<double> default_values, std::vector<char*> tip_text) argument [all...] |
/inkscape/src/ |
H A D | text-tag-attributes.h | 26 TextTagAttributes(Inkscape::Text::Layout::OptionalTextTagAttrs const &attrs) argument 27 : attributes(attrs) {}
|
H A D | text-editing.cpp | 679 Inkscape::Util::List<Inkscape::XML::AttributeRecord const> attrs = dest_node_attrs->attributeList(); local 680 for ( ; attrs ; attrs++) { 681 gchar const *key = g_quark_to_string(attrs->key); 683 if ((this_attr == NULL || strcmp(attrs->value, this_attr)) && this_node_attrs->attribute(key) == NULL) 1386 Inkscape::Util::List<Inkscape::XML::AttributeRecord const> attrs = first->attributeList(); local 1387 for ( ; attrs ; attrs++) { 1388 gchar const *other_attr = second->attribute(g_quark_to_string(attrs->key)); 1389 if (other_attr == NULL || strcmp(attrs 1589 TextTagAttributes *attrs = attributes_for_object(*item); local 1675 TextTagAttributes *attrs = attributes_for_object((*item)->firstChild()); local 1703 TextTagAttributes *attrs = attributes_for_object(child); local [all...] |
H A D | sp-conn-end.cpp | 231 char const * const attrs[] = { local 233 owner->getRepr()->setAttribute(attrs[handle_ix], NULL);
|
H A D | sp-flowtext.cpp | 485 Inkscape::Text::Layout::OptionalTextTagAttrs attrs; local 486 this->layout.simulateLayoutUsingKerning(it, it_span_end, &attrs); 504 if (set_x && !attrs.dx.empty()) 505 attrs.dx[0] = 0.0; 506 TextTagAttributes(attrs).writeTo(span_tspan);
|
H A D | style.cpp | 674 std::vector<Inkscape::Preferences::Entry> attrs = prefs->getAllEntries(path); local 675 for (std::vector<Inkscape::Preferences::Entry>::iterator i = attrs.begin(); i != attrs.end(); ++i) {
|
/inkscape/src/util/ |
H A D | units.cpp | 135 virtual void on_start_element(Ctx &ctx, Glib::ustring const &name, AttrMap const &attrs); 429 void UnitParser::on_start_element(Ctx &/*ctx*/, Glib::ustring const &name, AttrMap const &attrs) argument 438 if ((f = attrs.find("type")) != attrs.end()) { 448 if ((f = attrs.find("pri")) != attrs.end()) {
|
/inkscape/src/widgets/ |
H A D | ruler.cpp | 1529 PangoAttrList *attrs; local 1534 attrs = pango_attr_list_new (); 1539 pango_attr_list_insert (attrs, attr); 1541 pango_layout_set_attributes (layout, attrs); 1542 pango_attr_list_unref (attrs);
|
/inkscape/ |
H A D | buildtool.cpp | 3347 { return attrs; } 3380 attrs.clear(); 3398 attrs = other.attrs; 3447 std::map<String, String> attrs; member in class:buildtool::PkgConfig 5458 String subVal = attrs[subName]; 5469 attrs[attrName] = attrVal; 5534 for (iter=attrs.begin() ; iter!=attrs.end() ; iter++) 9765 std::vector<Attribute> &attrs local [all...] |
Completed in 70 milliseconds