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

/inkscape/src/ui/dialog/
H A Dinput.cpp544 void setupValueAndCombo( gint reported, gint actual, Gtk::Label& label, Gtk::ComboBoxText& combo );
1646 void InputDialogImpl::setupValueAndCombo( gint reported, gint actual, Gtk::Label& label, Gtk::ComboBoxText& combo ) argument
1648 gchar *tmp = g_strdup_printf("%d", reported);
1653 for ( gint i = 1; i <= reported; ++i ) {
1659 if ( (1 <= actual) && (actual <= reported) ) {

Completed in 181 milliseconds