Home
last modified time | relevance | path

Searched refs:selection_length (Results 1 – 25 of 64) sorted by relevance

123

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dtime_info_box.cc62 selection_length = new AudioClock ( in TimeInfoBox()
146 delete selection_length; in ~TimeInfoBox()
211 selection_length->set_session (s); in set_session()
243 selection_length->set_off (false); in region_selection_changed()
246 selection_length->set (e, false, s); in region_selection_changed()
263 selection_length->set_off (true); in selection_changed()
281 selection_length->set_off (true); in selection_changed()
293 selection_length->set_off (false); in selection_changed()
332 selection_length->set_off (true); in selection_changed()
337 selection_length->set_off (false); in selection_changed()
[all …]
H A Dtime_info_box.h54 AudioClock* selection_length; variable
/dports/editors/rehex/rehex-0.4.0/src/
H A DFillRangeDialog.cpp45 off_t selection_length = selection.second; in BEGIN_EVENT_TABLE() local
47 if(selection_length > 0) in BEGIN_EVENT_TABLE()
50 …o, sizeof(initial_to), "0x%08llX", (long long unsigned)(selection_off + selection_length - 1)); in BEGIN_EVENT_TABLE()
51 snprintf(initial_len, sizeof(initial_len), "0x%08llX", (long long unsigned)(selection_length)); in BEGIN_EVENT_TABLE()
164 off_t selection_off, selection_length; in OnOK() local
182 selection_length = (selection_to - selection_off) + 1; in OnOK()
195 selection_length = range_len->GetValue<off_t>(0, (doc_length - selection_off)); in OnOK()
216 data.reserve(selection_length); in OnOK()
218 while((off_t)(data.size()) < selection_length) in OnOK()
220 off_t insert_len = std::min<off_t>(data_pattern.size(), (selection_length - data.size())); in OnOK()
[all …]
H A DTab.cpp403 if(selection_length > 0) in paste_text()
441 if(selection_length > 0) in paste_text()
497 off_t selection_off, selection_length; in compare_selection() local
500 if(selection_length > 0) in compare_selection()
767 if(selection_length > 0) in OnDocumentCtrlChar()
790 if(selection_length > 0) in OnDocumentCtrlChar()
960 if(selection_length > 0 in OnDataRightClick()
984 if(selection_length > 0) in OnDataRightClick()
987 highlight_length = selection_length; in OnDataRightClick()
1052 if(selection_length > 0) in OnDataRightClick()
[all …]
H A DSelectRangeDialog.cpp152 off_t selection_length; in OnOK() local
155 selection_length = range_len->GetValue<off_t>(1); in OnOK()
163 selection_last = document_ctrl.region_offset_add(selection_first, selection_length - 1); in OnOK()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Controls/
H A DWidgetTextInput.cpp92 selection_length = 0; in WidgetTextInput()
429 if (selection_length > 0) in AddCharacter()
452 if (selection_length > 0) in DeleteCharacter()
494 Clipboard::Set(Core::String(value.Substring(selection_begin_index, selection_length))); in CopySelection()
915 new_end_index - new_begin_index != selection_length) in UpdateSelection()
918 selection_length = new_end_index - new_begin_index; in UpdateSelection()
928 if (selection_length > 0) in ClearSelection()
930 selection_length = 0; in ClearSelection()
938 if (selection_length > 0) in DeleteSelection()
959 if (selection_length <= 0 || in GetLineSelection()
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/power_sequencer/operators/
H A Dripple_delete.py62 selection_length = len(selection)
93 "Deleted " + str(selection_length) + " sequence" + "s" if selection_length > 1 else "",
/dports/cad/gerbv/gerbv-2.7.0/src/
H A Dselection.c40 guint selection_length (gerbv_selection_info_t *sel_info) in selection_length() function
60 if (selection_length(sel_info)) in selection_clear()
H A Dselection.h29 guint selection_length (gerbv_selection_info_t *sel_info);
H A Drender.c379 if (selection_length (&screen.selectionInfo) == 0) in render_selection()
403 for (j = 0; j < selection_length (&screen.selectionInfo); j++) { in render_selection()
482 for (i = 0; i < selection_length (sel_info);) { in render_remove_selected_objects_belonging_to_layer()
518 && (selection_length (&screen.selectionInfo) != 0)) in render_find_selected_objects_and_refresh_display()
611 if (selection_length (&screen.selectionInfo) != 0) { in render_recreate_composite_surface()
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dsurrounding_text_util.cc235 const size_t selection_length = std::abs(info->relative_selected_length); in GetSurroundingText() local
238 Util::SubStringPiece(surrounding_text, selection_start, selection_length) in GetSurroundingText()
240 Util::SubStringPiece(surrounding_text, selection_start + selection_length) in GetSurroundingText()
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dsurrounding_text_util.cc235 const size_t selection_length = std::abs(info->relative_selected_length); in GetSurroundingText() local
238 Util::SubStringPiece(surrounding_text, selection_start, selection_length) in GetSurroundingText()
240 Util::SubStringPiece(surrounding_text, selection_start + selection_length) in GetSurroundingText()
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dsurrounding_text_util.cc235 const size_t selection_length = std::abs(info->relative_selected_length); in GetSurroundingText() local
238 Util::SubStringPiece(surrounding_text, selection_start, selection_length) in GetSurroundingText()
240 Util::SubStringPiece(surrounding_text, selection_start + selection_length) in GetSurroundingText()
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dsurrounding_text_util.cc235 const size_t selection_length = std::abs(info->relative_selected_length); in GetSurroundingText() local
238 Util::SubStringPiece(surrounding_text, selection_start, selection_length) in GetSurroundingText()
240 Util::SubStringPiece(surrounding_text, selection_start + selection_length) in GetSurroundingText()
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dsurrounding_text_util.cc235 const size_t selection_length = std::abs(info->relative_selected_length); in GetSurroundingText() local
238 Util::SubStringPiece(surrounding_text, selection_start, selection_length) in GetSurroundingText()
240 Util::SubStringPiece(surrounding_text, selection_start + selection_length) in GetSurroundingText()
/dports/japanese/ibus-mozc/mozc-2.23.2815.102.01/src/unix/fcitx/
H A Dsurrounding_text_util.cc235 const size_t selection_length = std::abs(info->relative_selected_length); in GetSurroundingText() local
238 Util::SubStringPiece(surrounding_text, selection_start, selection_length) in GetSurroundingText()
240 Util::SubStringPiece(surrounding_text, selection_start + selection_length) in GetSurroundingText()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dtext_field_input_type.cc447 unsigned selection_length = 0; in HandleBeforeTextInsertedEvent() local
454 selection_length = GetElement() in HandleBeforeTextInsertedEvent()
461 DCHECK_GE(old_length, selection_length); in HandleBeforeTextInsertedEvent()
464 unsigned base_length = old_length - selection_length; in HandleBeforeTextInsertedEvent()
H A Dhtml_text_area_element.cc338 unsigned selection_length = 0; in HandleBeforeTextInsertedEvent() local
344 selection_length = ComputeLengthForAPIValue( in HandleBeforeTextInsertedEvent()
347 DCHECK_GE(current_length, selection_length); in HandleBeforeTextInsertedEvent()
348 unsigned base_length = current_length - selection_length; in HandleBeforeTextInsertedEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Dtext_field_input_type.cc443 unsigned selection_length = 0; in HandleBeforeTextInsertedEvent() local
450 selection_length = GetElement() in HandleBeforeTextInsertedEvent()
457 DCHECK_GE(old_length, selection_length); in HandleBeforeTextInsertedEvent()
460 unsigned base_length = old_length - selection_length; in HandleBeforeTextInsertedEvent()
H A Dhtml_text_area_element.cc386 unsigned selection_length = 0; in HandleBeforeTextInsertedEvent() local
392 selection_length = ComputeLengthForAPIValue( in HandleBeforeTextInsertedEvent()
395 DCHECK_GE(current_length, selection_length); in HandleBeforeTextInsertedEvent()
396 unsigned base_length = current_length - selection_length; in HandleBeforeTextInsertedEvent()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/page/scrolling/
H A Dtext_fragment_selector_generator.cc479 int selection_length = selection_text.length(); in ExtendRangeSelector() local
481 FindNextWordForward(selection_text.Characters16(), selection_length, in ExtendRangeSelector()
482 selection_length / 2); in ExtendRangeSelector()
487 if (mid_point == selection_length) { in ExtendRangeSelector()
/dports/astro/sunclock/sunclock-3.57/editkit/
H A Dx11.c76 int selection_length; variable
459 selection_length = bend - bstart; in set_selection()
460 if ((selection_text = (char *) mrealloc(selection_text, selection_length)) == NULL) { in set_selection()
466 for (i = 0; i < selection_length; i++) { in set_selection()
476 selection_length); in set_selection()
490 PropModeReplace, selection_text, selection_length); in send_selection()
/dports/audio/gnome-music/gnome-music-41.0/gnomemusic/widgets/
H A Dplaylistcontrols.py112 selection_length = selection.props.text_length
113 self._rename_done_button.props.sensitive = selection_length > 0
/dports/devel/py-pyface/pyface-7.2.0/examples/application/python_editor/
H A Dpython_editor_task.py357 if editor.selection_length:
360 editor.line, editor.column, editor.selection_length
/dports/japanese/kterm/kterm-6.2.0.fb6/
H A Dbutton.c1556 screen->selection_length = (lp - line);
1623 *length = xterm->screen.selection_length;
1647 *(long*)*value = xterm->screen.selection_length;
1653 long temp = xterm->screen.selection_length;
1734 if (termw->screen.selection_length < 0) return;
1757 if ( termw->screen.selection_length >
1761 xterm_name, termw->screen.selection_length, cutbuffer);
1773 for (nw = termw->screen.selection_length; nw > 0; nw--, p++) {
1781 for (nw = termw->screen.selection_length; nw > 0; nw--, p++) {
1792 termw->screen.selection_length, cutbuffer );

123