Searched refs:getRanges (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/ui/dialog/
H A Dglyphs.cpp146 static std::vector<NamedRange> & getRanges() function in namespace:Inkscape::UI::Dialog
425 for ( std::vector<NamedRange>::iterator it = getRanges().begin(); it != getRanges().end(); ++it ) {
429 rangeCombo->set_active_text(getRanges()[1].second);
754 lower = getRanges()[active].first.first;
755 upper = getRanges()[active].first.second;

Completed in 23 milliseconds