| /inkscape/src/libcroco/ |
| H A D | cr-sel-eng.c | 152 char *val = node_iface->getProp (node, (const xmlChar *) "lang"); local 153 if (!val) val = node_iface->getProp (node, (const xmlChar *) "xml:lang"); 154 if (val) { 155 if (!strcasecmp(val, a_sel->content.pseudo->extra->stryng->str)) { 159 node_iface->freePropVal (val); 160 val = NULL; 1143 *Adds a new handler entry in the handlers entry table. 1186 struct CRPseudoClassSelHandlerEntry *entry local 1228 struct CRPseudoClassSelHandlerEntry *entry = NULL; local 1259 struct CRPseudoClassSelHandlerEntry *entry = NULL; local [all...] |
| /inkscape/src/util/ |
| H A D | ziptool.cpp | 412 long val = bitBuf; local 422 val |= ((long)(src[srcPos++])) << bitCnt; 427 bitBuf = (int)(val >> requiredBits); 429 *oval = (int)(val & ((1L << requiredBits) - 1)); 1514 void GzipFile::setFileName(const std::string &val) argument 1516 fileName = val; 1568 bool GzipFile::putLong(unsigned long val) argument 1570 fileBuf.push_back( (unsigned char)((val ) & 0xff)); 1571 fileBuf.push_back( (unsigned char)((val>> 8) & 0xff)); 1572 fileBuf.push_back( (unsigned char)((val>>1 1683 getLong(unsigned long *val) argument 1943 setFileName(const std::string &val) argument 1959 setComment(const std::string &val) argument 1983 setCompressionMethod(int val) argument 1999 setCompressedData(const std::vector<unsigned char> &val) argument 2023 setUncompressedData(const std::vector<unsigned char> &val) argument 2039 setCrc(unsigned long val) argument 2129 setPosition(unsigned long val) argument 2167 ZipEntry *entry = *iter; local 2176 setComment(const std::string &val) argument 2264 putLong(unsigned long val) argument 2277 putInt(unsigned int val) argument 2287 putByte(unsigned char val) argument 2301 ZipEntry *entry = *iter; local 2347 ZipEntry *entry = *iter; local 2449 getLong(unsigned long *val) argument 2467 getInt(unsigned int *val) argument 2482 getByte(unsigned char *val) argument [all...] |
| /inkscape/src/widgets/ |
| H A D | sp-attribute-widget.cpp | 18 #include <gtkmm/entry.h> 46 * @param editable pointer to the entry box. 54 * and shows the values in the entry boxes. It is a callback from a 191 const gchar *val = object->getRepr()->attribute(attributes[i].c_str()); local 192 ee->set_text (val ? val : (const gchar *) ""); 238 const gchar *val = _object->getRepr()->attribute(_attributes[i].c_str()); local 239 _entries[i]->set_text(val ? val : ""); 252 const gchar *val local 269 const gchar *val = spat->_object->getRepr()->attribute(attributes[i].c_str()); local [all...] |
| H A D | ege-select-one-action.cpp | 337 void ege_select_one_action_set_active( EgeSelectOneAction* action, gint val ) 339 g_object_set( G_OBJECT(action), "active", val, NULL ); local 406 void ege_select_one_action_set_appearance( EgeSelectOneAction* action, gchar const* val ) 408 g_object_set( G_OBJECT(action), "appearance", val, NULL ); local 411 void ege_select_one_action_set_selection( EgeSelectOneAction* action, gchar const* val ) 413 g_object_set( G_OBJECT(action), "selection", val, NULL ); local 754 GtkEntry *entry = 0; local 765 entry = GTK_ENTRY(child); 766 gtk_entry_set_width_chars(entry, maxUsed); /* replace with property */ 775 gtk_entry_set_completion( entry, complet 995 GtkEntry *entry = GTK_ENTRY (gtk_bin_get_child (bin)); local [all...] |
| H A D | desktop-widget.cpp | 125 static void sp_dtw_zoom_populate_popup (GtkEntry *entry, GtkMenu *menu, gpointer data); 165 virtual void notify(Inkscape::Preferences::Entry const &/*val*/) { 1932 double val = sp_dtw_zoom_value_to_display (gtk_spin_button_get_value (spin)); local 1933 if (val < 10) { 1934 g_snprintf (b, 64, "%4.1f%%", val); 1936 g_snprintf (b, 64, "%4.0f%%", val); 2020 sp_dtw_zoom_populate_popup (GtkEntry */*entry*/, GtkMenu *menu, gpointer data)
|
| /inkscape/ |
| H A D | buildtool.cpp | 256 * First entry is always present, and grabs the whole regex. 2323 for (LookupEntry *entry = schemes; entry->sval ; entry++) 2325 int p2 = match(p, entry->sval); 2328 schemeStr = entry->sval; 2329 scheme = entry->ival; 2330 port = entry->port; 2369 long val = strtol(pstr, &endStr, 10); local 2371 port = val; 2674 setDirectory(const String &val) argument 2680 setFiles(const std::vector<String> &val) argument 2692 setIncludes(const std::vector<String> &val) argument 2704 setExcludes(const std::vector<String> &val) argument 2797 setDirectory(const String &val) argument 2803 setFiles(const std::vector<String> &val) argument 2920 setLine(int val) argument 2933 setProperty(const String &name, const String &val) argument 2943 String val; local 3275 setPath(const String &val) argument 3287 setPrefix(const String &val) argument 4470 String val; local 4490 String val; local 4521 String val; local 4530 String val; local 4539 String val; local 4548 String val; local 4596 String val; local 4692 int val = atoi(s.c_str()); local 5324 String val; local 5340 long val = strtol(s, &ends, 10); local 5808 setSourceDirectory(const String &val) argument 6610 setType(int val) argument 8420 String val = ""; local 9139 setName(const String &val) argument 9151 setDescription(const String &val) argument 9157 addDependency(const String &val) argument 9163 parseDependencies(const String &val) argument 9181 setIf(const String &val) argument 9193 setUnless(const String &val) argument 9199 addTask(Task *val) argument 9644 String val; local 9687 String val; local 9773 String val; local 10107 parseProperty(const String &s, String &name, String &val) argument [all...] |
| /inkscape/src/ui/dialog/ |
| H A D | filter-effects-dialog.cpp | 137 const gchar* val = attribute_value(o); local 138 if(val) { 139 if(_true_val == val) 141 else if(_false_val == val) 170 const double val = get_value(); local 173 return Glib::Ascii::dtostr((int)val); 175 return Glib::Ascii::dtostr(val); 180 const gchar* val = attribute_value(o); local 181 if(val){ 182 set_value(Glib::Ascii::strtod(val)); 296 const gchar* val = attribute_value(o); local 353 const gchar* val = attribute_value(o); local 395 const gchar* val = attribute_value(o); local 678 const gchar* val = attribute_value(o); local 982 EntryAttr* entry = new EntryAttr(attr, tip_text); local 3103 set_attr(SPObject* o, const SPAttributeEnum attr, const gchar* val) argument [all...] |
| H A D | export.cpp | 26 #include <gtkmm/entry.h> 309 /* File entry */ 488 Glib::RefPtr<Gtk::Adjustment> Export::createSpinbutton( gchar const * /*key*/, float val, float min, float max, argument 495 Gtk::Adjustment * Export::createSpinbutton( gchar const * /*key*/, float val, float min, float max, 504 Glib::RefPtr<Gtk::Adjustment> adj = Gtk::Adjustment::create(val, min, max, step, page, 0); 506 Gtk::Adjustment *adj = new Gtk::Adjustment ( val, min, max, step, page, 0 ); 1876 * @param val What value to set it to. 1879 void Export::setValue(Glib::RefPtr<Gtk::Adjustment>& adj, double val ) 1881 void Export::setValue( Gtk::Adjustment *adj, double val ) 1885 adj->set_value(val); 1901 setValuePx(Glib::RefPtr<Gtk::Adjustment>& adj, double val) argument [all...] |
| /inkscape/share/extensions/ |
| H A D | synfig_output.py | 346 entry = etree.SubElement(el, "entry") 347 composite = etree.SubElement(entry, "composite") 632 val = g["stops"][pos] 634 new_stops[pos/2.0] = val 636 new_stops[pos/2.0] = val 637 new_stops[1 - pos/2.0] = val
|