Lines Matching defs:it

118         std::vector<DialogConnection>::iterator it = std::find_if(_connections.begin(), _connections.end(), ConnectionMatcher(event_list_view, callback_connections));
119 if (it != _connections.end()) {
120 _connections.erase(it);
127 for (std::vector<DialogConnection>::iterator it(_connections.begin()); it != _connections.end(); ++it)
129 addBlocker(blockers, &(*it->_callback_connections)[Inkscape::EventLog::CALLB_SELECTION_CHANGE]);
130 addBlocker(blockers, &(*it->_callback_connections)[Inkscape::EventLog::CALLB_COLLAPSE]);
133 for (std::vector<DialogConnection>::iterator it(_connections.begin()); it != _connections.end(); ++it)
135 it->_event_list_view->collapse_row(path);
142 for (std::vector<DialogConnection>::iterator it(_connections.begin()); it != _connections.end(); ++it)
144 addBlocker(blockers, &(*it->_callback_connections)[Inkscape::EventLog::CALLB_SELECTION_CHANGE]);
145 addBlocker(blockers, &(*it->_callback_connections)[Inkscape::EventLog::CALLB_EXPAND]);
148 for (std::vector<DialogConnection>::iterator it(_connections.begin()); it != _connections.end(); ++it)
150 it->_event_list_view->expand_to_path(path);
151 it->_event_list_selection->select(path);
152 it->_event_list_view->scroll_to_row(path);
160 for (std::vector<DialogConnection>::iterator it(_connections.begin()); it != _connections.end(); ++it)
162 addBlocker(blockers, &(*it->_callback_connections)[Inkscape::EventLog::CALLB_SELECTION_CHANGE]);
163 addBlocker(blockers, &(*it->_callback_connections)[Inkscape::EventLog::CALLB_EXPAND]);
215 // if we're about to leave a branch, collapse it
222 // if we're entering a branch, move to the end of it
267 // ...collapse it