Lines Matching refs:it
64 for ( std::vector<std::string>::iterator it = parts.begin(); it != parts.end(); ++it ) {
65 // TODO debug g_message(" [%s]", it->c_str());
68 for ( std::vector<std::string>::iterator it = baseParts.begin(); it != baseParts.end(); ++it ) {
69 // TODO debug g_message(" [%s]", it->c_str());
81 for ( std::vector<std::string>::iterator it = parts.begin(); it != parts.end(); ++it ) {
82 // TODO debug g_message(" [%s]", it->c_str());
85 for ( std::vector<std::string>::iterator it = baseParts.begin(); it != baseParts.end(); ++it ) {
86 // TODO debug g_message(" [%s]", it->c_str());
166 // No scheme. Assuming it is a file path (absolute or relative).
183 for (std::set<SPObject *>::const_iterator it = images.begin(); it != images.end(); ++it) {
184 Inkscape::XML::Node *ir = (*it)->getRepr();
221 for ( std::vector< Glib::RefPtr<Gtk::RecentInfo> >::iterator it = recentItems.begin(); it != recentItems.end(); ++it ) {
222 Glib::ustring uri = (*it)->get_uri();
239 for ( std::vector<Glib::ustring>::const_iterator it = brokenLinks.begin(); it != brokenLinks.end(); ++it ) {
240 // TODO debug g_message("========{%s}", it->c_str());
243 if ( extractFilepath( *it, uri ) ) {
244 // We were able to get some path. Check it
260 // Check if the MRU bases point us to it.
262 for ( std::vector<std::string>::iterator it = priorLocations.begin(); !exists && (it != priorLocations.end()); ++it ) {
263 exists = searchUpwards( *it, origPath, remainder );
276 result[*it] = replacement;
295 for ( std::vector<Glib::ustring>::iterator it = brokenHrefs.begin(); it != brokenHrefs.end(); ++it ) {
296 // TODO debug g_message(" [%s]", it->c_str());
301 for ( std::map<Glib::ustring, Glib::ustring>::iterator it = mapping.begin(); it != mapping.end(); ++it )
303 // TODO debug g_message(" [%s] ==> {%s}", it->first.c_str(), it->second.c_str());
310 for (std::set<SPObject *>::const_iterator it = images.begin(); it != images.end(); ++it) {
311 Inkscape::XML::Node *ir = (*it)->getRepr();