Home
last modified time | relevance | path

Searched refs:old_selection (Results 1 – 25 of 130) sorted by relevance

123456

/dports/graphics/pinta/pinta-1.7.1/Pinta.Core/HistoryItems/
H A DPasteHistoryItem.cs37 private DocumentSelection old_selection; field in Pinta.Core.PasteHistoryItem
47 old_selection = oldSelection; in PasteHistoryItem()
81 if (old_selection != null) in Dispose()
82 old_selection.Dispose (); in Dispose()
92 doc.Selection = old_selection; in Swap()
93 old_selection = swap_selection; in Swap()
H A DSelectionHistoryItem.cs34 private DocumentSelection old_selection; field in Pinta.Core.SelectionHistoryItem
57 old_selection.Dispose (); in Dispose()
67 doc.Selection = old_selection; in Swap()
70 old_selection = swap_selection; in Swap()
83 old_selection = doc.Selection.Clone (); in TakeSnapshot()
H A DMovePixelsHistoryItem.cs40 private DocumentSelection old_selection; field in Pinta.Core.MovePixelsHistoryItem
64 old_selection.Dispose (); in Dispose()
73 PintaCore.Workspace.ActiveDocument.Selection = old_selection; in Swap()
74 old_selection = swap_selection; in Swap()
108 old_selection = PintaCore.Workspace.ActiveDocument.Selection.Clone (); in TakeSnapshot()
/dports/graphics/p5-Gimp/Gimp-2.33/examples/
H A Dwarp-sharp23 my $old_selection;
28 $old_selection=$image->selection_save;
48 $image->select_item(CHANNEL_OP_REPLACE, $old_selection);
49 $old_selection->remove_channel;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DSelectedGridItemChangedEventArgs.cs37 private GridItem old_selection; field in System.Windows.Forms.SelectedGridItemChangedEventArgs
43 old_selection = oldSel; in SelectedGridItemChangedEventArgs()
59 return old_selection;
/dports/www/netsurf/netsurf-3.10/frontends/riscos/
H A Durl_complete.c106 int old_selection; in ro_gui_url_complete_keypress() local
252 old_selection = url_complete_matches_selection; in ro_gui_url_complete_keypress()
284 if (old_selection == url_complete_matches_selection) in ro_gui_url_complete_keypress()
288 0, -(old_selection + 1) * 44, in ro_gui_url_complete_keypress()
289 65536, -old_selection * 44); in ro_gui_url_complete_keypress()
305 if (old_selection == -1) { in ro_gui_url_complete_keypress()
692 int old_selection; in ro_gui_url_complete_click() local
706 old_selection = url_complete_matches_selection; in ro_gui_url_complete_click()
709 0, -(old_selection + 1) * 44, in ro_gui_url_complete_click()
710 65536, -old_selection * 44); in ro_gui_url_complete_click()
/dports/graphics/vcg/vcg.1.30/src/
H A DX11devfs.c728 old_selection = -1; in x11_print_fisel_dialog()
1337 old_selection = -1;
1344 old_selection = -1;
1351 old_selection = -1;
1358 old_selection = -1;
1546 old_selection = -1;
1576 old_selection = -1;
1582 old_selection = -1;
1721 old_selection = -1;
1745 old_selection = -1;
[all …]
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-selection-model.c230 model->old_selection = -1; in e_selection_model_init()
502 model->old_selection = -1; in e_selection_model_do_something()
564 model->old_selection = -1; in e_selection_model_maybe_do_something()
588 model->old_selection = in e_selection_model_right_click_down()
605 if (model->old_selection == -1) in e_selection_model_right_click_up()
609 model, model->old_selection); in e_selection_model_right_click_up()
625 model->old_selection = -1; in e_selection_model_select_as_key_press()
704 model->old_selection = -1; in e_selection_model_key_press()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/omnibox/browser/
H A Domnibox_popup_model.cc153 const Selection old_selection = selection_; in SetSelection() local
155 view_->OnSelectionChanged(old_selection, selection_); in SetSelection()
181 } else if (old_selection.line != selection_.line || in SetSelection()
182 (old_selection.IsButtonFocused() && in SetSelection()
463 const auto old_selection = selection(); in StepSelection() local
465 if (old_selection.IsChangeToKeyword(new_selection)) { in StepSelection()
469 if (new_selection.IsChangeToKeyword(old_selection)) { in StepSelection()
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/a11y/
H A Dgtkcomboboxaccessible.c27 gint old_selection; member
52 if (accessible->priv->old_selection != index) in G_DEFINE_TYPE_WITH_CODE()
54 accessible->priv->old_selection = index; in G_DEFINE_TYPE_WITH_CODE()
74 accessible->priv->old_selection = gtk_combo_box_get_active (combo_box); in gtk_combo_box_accessible_initialize()
212 combo_box->priv->old_selection = -1; in gtk_combo_box_accessible_init()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Controls/
H A DElementFormControlDataSelect.cpp162 int old_selection = GetSelection(); in BuildOptions() local
214 if (old_selection > -1) in BuildOptions()
228 int new_selection = Rocket::Core::Math::Clamp(old_selection, 0, GetNumOptions() - 1); in BuildOptions()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Danchor-selector.cpp69 int old_selection = _selection; in btn_activated() local
71 _buttons[old_selection].set_active(false); in btn_activated()
/dports/audio/musicpd/mpd-0.23.6/src/db/plugins/simple/
H A DMount.cxx69 const DatabaseSelection &old_selection, in WalkMount() argument
88 DatabaseSelection selection(old_selection); in WalkMount()
/dports/multimedia/pitivi/pitivi-0.999/pitivi/utils/
H A Dtimeline.py121 old_selection = self.selected
122 if selection == old_selection:
128 for obj, selected in self.__get_selection_changes(old_selection):
157 def __get_selection_changes(self, old_selection): argument
158 for obj in old_selection - self.selected:
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/
H A Dstrings_model.cpp400 QString old_selection = get_selected_key(); in create_string() local
422 set_selected_key(old_selection); in create_string()
533 QString old_selection = get_selected_key(); in set_string_key() local
566 set_selected_key(old_selection); in set_string_key()
646 QString old_selection = get_selected_key(); in delete_string() local
673 set_selected_key(old_selection); in delete_string()
H A Ddialogs_model.cpp402 QString old_selection = get_selected_id(); in create_dialog() local
425 set_selected_id(old_selection); in create_dialog()
597 QString old_selection = get_selected_id(); in set_dialog_id() local
632 set_selected_id(old_selection); in set_dialog_id()
712 QString old_selection = get_selected_id(); in delete_dialog() local
740 set_selected_id(old_selection); in delete_dialog()
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/other/gail/
H A Dgailcombo.c91 combo->old_selection = NULL; in gail_combo_init()
115 gail_combo->old_selection = slist->data; in gail_combo_real_initialize()
134 combo->old_selection = NULL; in notify_deselect()
173 if (slist->data != gail_combo->old_selection) in gail_combo_selection_changed_gtk()
175 gail_combo->old_selection = slist->data; in gail_combo_selection_changed_gtk()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/accessibility/
H A Dax_selection.cc376 const SelectionInDOMTree old_selection = AsSelection(selection_behavior); in Select() local
377 DCHECK(old_selection.AssertValid()); in Select()
378 Document* document = old_selection.Base().GetDocument(); in Select()
396 if (DispatchSelectStart(old_selection.Base().ComputeContainerNode()) != in Select()
/dports/misc/broot/broot-1.7.0/src/preview/
H A Dpreview_state.rs132 let old_selection = filtered_preview.get_selected_line_number(); in on_pattern() localVariable
133 if let Some(number) = old_selection { in on_pattern()
156 let old_selection = self in do_pending_task() localVariable
168 if let Some(number) = old_selection { in do_pending_task()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/omnibox/
H A Domnibox_popup_contents_view.cc281 OmniboxPopupModel::Selection old_selection, in OnSelectionChanged() argument
284 webui_view_->GetWebUIHandler()->OnSelectedLineChanged(old_selection.line, in OnSelectionChanged()
291 if (old_selection.line != OmniboxPopupModel::kNoMatch && in OnSelectionChanged()
292 old_selection.line != new_selection.line) { in OnSelectionChanged()
293 InvalidateLine(old_selection.line); in OnSelectionChanged()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/aui/
H A Dtabmdi.cpp768 void wxAuiMDIClientWindow::PageChanged(int old_selection, int new_selection) in PageChanged() argument
771 if (old_selection == new_selection) in PageChanged()
785 if ((old_selection != -1) && (old_selection < (int)GetPageCount())) in PageChanged()
787 wxAuiMDIChildFrame* old_child = (wxAuiMDIChildFrame*)GetPage(old_selection); in PageChanged()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/include/wx/aui/
H A Dauibook.h70 old_selection = -1; in wxNotifyEvent()
77 old_selection = c.old_selection; in wxAuiNotebookEvent()
87 void SetOldSelection(int s) { old_selection = s; } in SetOldSelection()
88 int GetOldSelection() const { return old_selection; } in GetOldSelection()
94 int old_selection;
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/include/wx/aui/
H A Dauibook.h70 old_selection = -1; in wxNotifyEvent()
77 old_selection = c.old_selection; in wxAuiNotebookEvent()
87 void SetOldSelection(int s) { old_selection = s; } in SetOldSelection()
88 int GetOldSelection() const { return old_selection; } in GetOldSelection()
94 int old_selection;
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/include/wx/aui/
H A Dauibook.h70 old_selection = -1; in wxNotifyEvent()
77 old_selection = c.old_selection; in wxAuiNotebookEvent()
87 void SetOldSelection(int s) { old_selection = s; } in SetOldSelection()
88 int GetOldSelection() const { return old_selection; } in GetOldSelection()
94 int old_selection;
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/include/wx/aui/
H A Dauibook.h70 old_selection = -1; in wxNotifyEvent()
77 old_selection = c.old_selection; in wxAuiNotebookEvent()
87 void SetOldSelection(int s) { old_selection = s; } in SetOldSelection()
88 int GetOldSelection() const { return old_selection; } in GetOldSelection()
94 int old_selection;

123456