Home
last modified time | relevance | path

Searched refs:selstart (Results 1 – 25 of 131) sorted by relevance

123456

/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Ddocument.c382 d->selstart != d->history_pos->selstart || in fix_history()
390 h->selstart = d->selstart; in fix_history()
457 if (d->selstart < movestart) d->selstart = movestart; in document_update()
523 u = d->selstart; in document_apply()
589 u = d->selstart; in document_apply_cb()
733 o = selstart; in document_set_selection()
734 selstart = selend; in document_set_selection()
742 g_assert(selstart >= 0 && selstart < d->chunk->length && in document_set_selection()
744 if (d->selstart != selstart || d->selend != selend) { in document_set_selection()
747 d->selstart = selstart; in document_set_selection()
[all …]
H A Dchunkview.c65 ns = MAX(d->viewstart, d->selstart); in chunk_view_selection_changed()
186 if (d->selstart != d->selend && d->selstart < d->viewend && in chunk_view_update_image_main()
188 if (d->selstart > d->viewstart) in chunk_view_update_image_main()
189 i = calc_x( cv, d->selstart, w ); in chunk_view_update_image_main()
579 dragstart = dragend = d->selstart; in chunk_view_button_press()
599 dragstart = d->selstart; in chunk_view_button_press()
608 if (d->selend != d->selstart) { in chunk_view_button_press()
610 dragstart == d->selstart){ in chunk_view_button_press()
612 dragend = d->selstart; in chunk_view_button_press()
616 dragstart = d->selstart; in chunk_view_button_press()
[all …]
H A Dstatusbar.c196 off_t viewstart, off_t viewend, off_t selstart, in status_bar_set_info() argument
218 if (selstart == selend) in status_bar_set_info()
221 sdif = (sb->ss != selstart) || (sb->se != selend); in status_bar_set_info()
280 if (selstart != selend) { in status_bar_set_info()
282 get_time(samplerate,selstart,maxvalue,buf+150, in status_bar_set_info()
284 get_time(samplerate,selend-selstart,maxvalue, in status_bar_set_info()
289 sb->ss = selstart; in status_bar_set_info()
H A Ddocument.h41 off_t selstart,selend,viewstart,viewend,cursor; member
77 off_t selstart,selend; /* Selection start and end+1 */ member
202 void document_set_selection(Document *d, off_t selstart, off_t selend);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/curve/
H A Deditfont.c460 selstart++; in kill_selection()
495 int selend, selstart; in font_paste_wchar() local
878 ef->selstart = 1; in font_select_all_exec()
912 int selstart, selend; in copy_selection() local
923 ef->textbuf + selstart, ef->textbufinfo + selstart, selend - selstart + 1); in copy_selection()
966 int selstart, selend; in cut_text_exec() local
1228 if (ef->selstart) { in move_cursor()
1321 selstart -= 1; in change_spacing_exec()
1326 selstart = max_ii(0, selstart); in change_spacing_exec()
1895 ef->selstart = cu->selstart; in ED_curve_editfont_make()
[all …]
H A Deditfont_undo.c63 int len, pos, selstart, selend; member
242 ef->selstart = uf->selstart; in undofont_to_editfont()
271 uf->selstart = ef->selstart; in undofont_from_editfont()
/dports/graphics/minder/Minder-1.13.1/src/
H A DTextMenu.vala137 int cursor, selstart, selend;
138 node.name.get_cursor_info( out cursor, out selstart, out selend );
168 int cursor, selstart, selend;
169 node.name.get_cursor_info( out cursor, out selstart, out selend );
197 int cursor, selstart, selend;
198 node.name.get_cursor_info( out cursor, out selstart, out selend );
202 var selected = (selstart != selend);
253 int selstart = 0;
257 node.name.get_cursor_info( out cursor, out selstart, out selend );
262 return( selstart != selend );
[all …]
H A DUrlEditor.vala95 int selstart, selend, cursor;
96 node.name.get_cursor_info( out cursor, out selstart, out selend );
110 int selstart, selend, cursor;
111 node.name.get_cursor_info( out cursor, out selstart, out selend );
116 node.name.get_char_pos( selstart, out left, out top, out bottom, out line );
135 int selstart, selend, cursor;
136 node.name.get_cursor_info( out cursor, out selstart, out selend );
/dports/security/pinentry-tty/pinentry-1.1.1/tqt/
H A Dsecqlineedit.cpp233 int selstart, selend; member
236 inline void deselect() { selDirty |= (selend > selstart); selstart = selend = 0; } in deselect()
861 return d->text.mid( d->selstart, d->selend - d->selstart ); in selectedText()
889 d->selstart = start; in setSelection()
965 d->selstart = 0; in clear()
1617 if ( d->selstart < d->selend && (last >= d->selstart && first < d->selend ) ) { in drawContents()
1806 if ( selend > selstart && cursor == selstart ) in moveCursor()
1809 anchor = selstart; in moveCursor()
1815 selstart = selend = 0; in moveCursor()
1949 text.remove( selstart, selend - selstart ); in removeSelectedText()
[all …]
/dports/security/pinentry-qt5/pinentry-1.1.1/tqt/
H A Dsecqlineedit.cpp233 int selstart, selend;
236 inline void deselect() { selDirty |= (selend > selstart); selstart = selend = 0; }
861 return d->text.mid( d->selstart, d->selend - d->selstart );
889 d->selstart = start;
965 d->selstart = 0;
1617 if ( d->selstart < d->selend && (last >= d->selstart && first < d->selend ) ) {
1806 if ( selend > selstart && cursor == selstart )
1809 anchor = selstart;
1815 selstart = selend = 0;
1949 text.remove( selstart, selend - selstart );
[all …]
/dports/security/pinentry-curses/pinentry-1.1.1/tqt/
H A Dsecqlineedit.cpp233 int selstart, selend; member
236 inline void deselect() { selDirty |= (selend > selstart); selstart = selend = 0; } in deselect()
861 return d->text.mid( d->selstart, d->selend - d->selstart ); in selectedText()
889 d->selstart = start; in setSelection()
965 d->selstart = 0; in clear()
1617 if ( d->selstart < d->selend && (last >= d->selstart && first < d->selend ) ) { in drawContents()
1806 if ( selend > selstart && cursor == selstart ) in moveCursor()
1809 anchor = selstart; in moveCursor()
1815 selstart = selend = 0; in moveCursor()
1949 text.remove( selstart, selend - selstart ); in removeSelectedText()
[all …]
/dports/security/pinentry-efl/pinentry-1.1.1/tqt/
H A Dsecqlineedit.cpp233 int selstart, selend; member
236 inline void deselect() { selDirty |= (selend > selstart); selstart = selend = 0; } in deselect()
861 return d->text.mid( d->selstart, d->selend - d->selstart ); in selectedText()
889 d->selstart = start; in setSelection()
965 d->selstart = 0; in clear()
1617 if ( d->selstart < d->selend && (last >= d->selstart && first < d->selend ) ) { in drawContents()
1806 if ( selend > selstart && cursor == selstart ) in moveCursor()
1809 anchor = selstart; in moveCursor()
1815 selstart = selend = 0; in moveCursor()
1949 text.remove( selstart, selend - selstart ); in removeSelectedText()
[all …]
/dports/security/pinentry/pinentry-1.1.1/tqt/
H A Dsecqlineedit.cpp233 int selstart, selend;
236 inline void deselect() { selDirty |= (selend > selstart); selstart = selend = 0; }
861 return d->text.mid( d->selstart, d->selend - d->selstart );
889 d->selstart = start;
965 d->selstart = 0;
1617 if ( d->selstart < d->selend && (last >= d->selstart && first < d->selend ) ) {
1806 if ( selend > selstart && cursor == selstart )
1809 anchor = selstart;
1815 selstart = selend = 0;
1949 text.remove( selstart, selend - selstart );
[all …]
/dports/security/pinentry-gnome3/pinentry-1.1.1/tqt/
H A Dsecqlineedit.cpp233 int selstart, selend; member
236 inline void deselect() { selDirty |= (selend > selstart); selstart = selend = 0; } in deselect()
861 return d->text.mid( d->selstart, d->selend - d->selstart ); in selectedText()
889 d->selstart = start; in setSelection()
965 d->selstart = 0; in clear()
1617 if ( d->selstart < d->selend && (last >= d->selstart && first < d->selend ) ) { in drawContents()
1806 if ( selend > selstart && cursor == selstart ) in moveCursor()
1809 anchor = selstart; in moveCursor()
1815 selstart = selend = 0; in moveCursor()
1949 text.remove( selstart, selend - selstart ); in removeSelectedText()
[all …]
/dports/security/pinentry-fltk/pinentry-1.1.1/tqt/
H A Dsecqlineedit.cpp233 int selstart, selend; member
236 inline void deselect() { selDirty |= (selend > selstart); selstart = selend = 0; } in deselect()
861 return d->text.mid( d->selstart, d->selend - d->selstart ); in selectedText()
889 d->selstart = start; in setSelection()
965 d->selstart = 0; in clear()
1617 if ( d->selstart < d->selend && (last >= d->selstart && first < d->selend ) ) { in drawContents()
1806 if ( selend > selstart && cursor == selstart ) in moveCursor()
1809 anchor = selstart; in moveCursor()
1815 selstart = selend = 0; in moveCursor()
1949 text.remove( selstart, selend - selstart ); in removeSelectedText()
[all …]
/dports/security/pinentry-gtk2/pinentry-1.1.1/tqt/
H A Dsecqlineedit.cpp233 int selstart, selend; member
236 inline void deselect() { selDirty |= (selend > selstart); selstart = selend = 0; } in deselect()
861 return d->text.mid( d->selstart, d->selend - d->selstart ); in selectedText()
889 d->selstart = start; in setSelection()
965 d->selstart = 0; in clear()
1617 if ( d->selstart < d->selend && (last >= d->selstart && first < d->selend ) ) { in drawContents()
1806 if ( selend > selstart && cursor == selstart ) in moveCursor()
1809 anchor = selstart; in moveCursor()
1815 selstart = selend = 0; in moveCursor()
1949 text.remove( selstart, selend - selstart ); in removeSelectedText()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/SpellChecker/
H A DSpellCheckerPlugin.cpp441 int selstart = stc->WordStartPosition(selpos, true); in OnThesaurus() local
443 if (selstart < 0) in OnThesaurus()
446 int selend = stc->WordEndPosition(selstart, true); in OnThesaurus()
450 wxString word = stc->GetTextRange(selstart, selend); in OnThesaurus()
460 stc->SetSelectionVoid(selstart, selend); in OnThesaurus()
491 if (selstart > stc->GetSelectionEnd() || selstart < 0) in OnCamelCase()
493 int selend = stc->WordEndPosition(selstart, true); in OnCamelCase()
498 selend = selstart + GetWordStartsLimit; in OnCamelCase()
535 stc->DeleteRange(selstart, text.Length()); in OnCamelCase()
536 stc->InsertText(selstart, camelWord); in OnCamelCase()
[all …]
/dports/editors/hte/ht-e9e63373148da5d7df397d8075740d8c096ecb1d/
H A Dhtdialog.cc655 if (*selstart) { in insertbyte()
657 (*selstart)++; in insertbyte()
681 *ss=selstart; in query()
695 *selstart=start; in select_add()
699 *selstart=end; in select_add()
703 *selstart=start; in select_add()
731 *selstart = 0; in setdata()
875 *selstart = 0; in handlemsg()
882 *selstart = 0; in handlemsg()
952 if (*selend > *selstart) clipboard_copy("inputfield", *selstart, *selend-*selstart); in handlemsg()
[all …]
/dports/science/py-obspy/obspy-1.2.2/obspy/io/mseed/src/libmseed/
H A Dselection.c309 char *selstart; in ms_readselectionsfile() local
340 selstart = 0; in ms_readselectionsfile()
400 else if (next && !selstart) in ms_readselectionsfile()
402 selstart = cp; in ms_readselectionsfile()
425 if (selstart) in ms_readselectionsfile()
427 starttime = ms_seedtimestr2hptime (selstart); in ms_readselectionsfile()
430 ms_log (2, "Cannot convert data selection start time (line %d): %s\n", linecount, selstart); in ms_readselectionsfile()
/dports/games/openttd/openttd-12.1/src/
H A Dviewport.cpp918 px -= _thd.selstart.x; in IsPartOfAutoLine()
919 py -= _thd.selstart.y; in IsPartOfAutoLine()
1136 TileIndex start = TileVirtXY(_thd.selstart.x, _thd.selstart.y); in DrawTileSelection()
2692 _thd.selstart.x = 0; in VpStartDragging()
2693 _thd.selstart.y = 0; in VpStartDragging()
3031 y = _thd.selstart.y; in CalcRaildirsDrawstyle()
3040 x = _thd.selstart.x; in CalcRaildirsDrawstyle()
3043 y = _thd.selstart.y; in CalcRaildirsDrawstyle()
3046 x = _thd.selstart.x; in CalcRaildirsDrawstyle()
3105 TileIndex t0 = TileVirtXY(_thd.selstart.x, _thd.selstart.y); in CalcRaildirsDrawstyle()
[all …]
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/components/
H A Dsigedit_OLD.cpp76 int selstart; member in MusEGui::NumberSection
81 : selstart(selStart), selend(selEnd ) {} in NumberSection()
82 int selectionStart() const { return selstart; } in selectionStart()
83 void setSelectionStart(int s) { selstart = s; } in setSelectionStart()
86 int width() const { return selend - selstart; } in width()
125 void setSectionSelection(int sec, int selstart, int selend);
345 void SigEditor::setSectionSelection(int secNo, int selstart, int selend) in setSectionSelection() argument
349 sections[secNo].setSelectionStart(selstart); in setSectionSelection()
/dports/devel/py-odfpy/odfpy-1.4.1/tests/
H A Dtestxhtml.py33 selstart = html.find(selector)
34 if selstart == -1:
36 selend = html[selstart:].find('}')
41 if html[selstart:selstart+selend].find(rule.strip()) == -1:
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Loaders/Win32/OVIMEUIManaged/PCMan/
H A DUIComp.cpp180 int selstart = CompIndexToXPos( CompSelStart ); in PaintCompWindow() local
183 BitBlt( memdc, selstart, 0, selend-selstart, rc.bottom, memdc, selstart, 0, NOTSRCCOPY ); in PaintCompWindow()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Loaders/Win32/OVIMEUIManaged/PCMan/
H A DUIComp.cpp180 int selstart = CompIndexToXPos( CompSelStart ); in PaintCompWindow() local
183 BitBlt( memdc, selstart, 0, selend-selstart, rc.bottom, memdc, selstart, 0, NOTSRCCOPY ); in PaintCompWindow()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/widgets/
H A Dposedit_OLD.cpp49 int selstart; member in MusEGui::QNumberSection
54 : selstart(selStart), selend(selEnd ) {} in QNumberSection()
55 int selectionStart() const { return selstart; } in selectionStart()
56 void setSelectionStart(int s) { selstart = s; } in setSelectionStart()
59 int width() const { return selend - selstart; } in width()
101 void setSectionSelection(int sec, int selstart, int selend);
317 void PosEditor::setSectionSelection(int secNo, int selstart, int selend) in setSectionSelection() argument
321 sections[secNo].setSelectionStart(selstart); in setSectionSelection()

123456