Home
last modified time | relevance | path

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

/dports/games/openlierox/OpenLieroX/src/client/DeprecatedGUI/
H A DCTextbox.cpp153 iSelStart = iCurpos; in Draw()
155 iSelStart = iCurpos + iSelLength; in Draw()
158 if (iSelStart <= iScrollPos) { in Draw()
331 iSelStart = 0; in KeyDown()
531 iSelStart = 0; in MouseDown()
614 iSelStart = iCurpos; in SelectWord()
619 iSelStart--; in SelectWord()
623 iSelStart++; in SelectWord()
633 iSelLength = (int)iSelStart - (int)iCurpos; in SelectWord()
664 iCurpos = iSelStart; in Delete()
[all …]
/dports/security/keepass/KeePass-2.49-Source/KeePass/Forms/
H A DCharPickerForm.cs315 int iSelStart = m_tbSelected.SelectionStart; in OnSelectCharacter()
318 if(iSelLen >= 1) strMask = strMask.Remove(iSelStart, iSelLen); in OnSelectCharacter()
319 strMask = strMask.Insert(iSelStart, new string(ch, 1)); in OnSelectCharacter()
322 m_tbSelected.Select(iSelStart + 1, 0); in OnSelectCharacter()
/dports/games/openlierox/OpenLieroX/include/DeprecatedGUI/
H A DCTextbox.h65 iSelStart = 0; in CTextbox()
96 size_t iSelStart; variable
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/javascript/
H A Devent.cpp203 int& iSelStart = pEvent->SelStart(); in selStart() local
205 vp >> iSelStart; in selStart()
207 vp << iSelStart; in selStart()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDataTransferer.java723 iSelStart, // StartSelection -- shift in array of the first char in copied selection field in HTMLCodec
774 iSelStart = -1; in parseDescription()
832 iSelStart = Integer.parseInt(stValue); in parseDescription()
856 if( -1 == iSelStart ) in parseDescription()
857 iSelStart = iFragStart; in parseDescription()
873 iStartOffset = iSelStart; in parseDescription()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDataTransferer.java723 iSelStart, // StartSelection -- shift in array of the first char in copied selection field in HTMLCodec
774 iSelStart = -1; in parseDescription()
832 iSelStart = Integer.parseInt(stValue); in parseDescription()
856 if( -1 == iSelStart ) in parseDescription()
857 iSelStart = iFragStart; in parseDescription()
873 iStartOffset = iSelStart; in parseDescription()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDataTransferer.java723 iSelStart, // StartSelection -- shift in array of the first char in copied selection field in HTMLCodec
774 iSelStart = -1; in parseDescription()
832 iSelStart = Integer.parseInt(stValue); in parseDescription()
856 if( -1 == iSelStart ) in parseDescription()
857 iSelStart = iFragStart; in parseDescription()
873 iStartOffset = iSelStart; in parseDescription()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/awt/windows/
H A DWDataTransferer.java722 iSelStart, // StartSelection -- shift in array of the first char in copied selection field in HTMLCodec
773 iSelStart = -1; in parseDescription()
831 iSelStart = Integer.parseInt(stValue); in parseDescription()
855 if( -1 == iSelStart ) in parseDescription()
856 iSelStart = iFragStart; in parseDescription()
872 iStartOffset = iSelStart; in parseDescription()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDataTransferer.java723 iSelStart, // StartSelection -- shift in array of the first char in copied selection field in HTMLCodec
774 iSelStart = -1; in parseDescription()
832 iSelStart = Integer.parseInt(stValue); in parseDescription()
856 if( -1 == iSelStart ) in parseDescription()
857 iSelStart = iFragStart; in parseDescription()
873 iStartOffset = iSelStart; in parseDescription()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDataTransferer.java723 iSelStart, // StartSelection -- shift in array of the first char in copied selection field in HTMLCodec
774 iSelStart = -1; in parseDescription()
832 iSelStart = Integer.parseInt(stValue); in parseDescription()
856 if( -1 == iSelStart ) in parseDescription()
857 iSelStart = iFragStart; in parseDescription()
873 iStartOffset = iSelStart; in parseDescription()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDataTransferer.java720 iSelStart, // StartSelection -- shift in array of the first char in copied selection field in HTMLCodec
771 iSelStart = -1; in parseDescription()
829 iSelStart = Integer.parseInt(stValue); in parseDescription()
853 if( -1 == iSelStart ) in parseDescription()
854 iSelStart = iFragStart; in parseDescription()
870 iStartOffset = iSelStart; in parseDescription()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDataTransferer.java723 iSelStart, // StartSelection -- shift in array of the first char in copied selection field in HTMLCodec
774 iSelStart = -1; in parseDescription()
832 iSelStart = Integer.parseInt(stValue); in parseDescription()
856 if( -1 == iSelStart ) in parseDescription()
857 iSelStart = iFragStart; in parseDescription()
873 iStartOffset = iSelStart; in parseDescription()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/classes/sun/awt/windows/
H A DWDataTransferer.java723 iSelStart, // StartSelection -- shift in array of the first char in copied selection field in HTMLCodec
774 iSelStart = -1; in parseDescription()
832 iSelStart = Integer.parseInt(stValue); in parseDescription()
856 if( -1 == iSelStart ) in parseDescription()
857 iSelStart = iFragStart; in parseDescription()
873 iStartOffset = iSelStart; in parseDescription()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/classes/sun/awt/windows/
H A DWDataTransferer.java722 iSelStart, // StartSelection -- shift in array of the first char in copied selection field in HTMLCodec
773 iSelStart = -1; in parseDescription()
831 iSelStart = Integer.parseInt(stValue); in parseDescription()
855 if( -1 == iSelStart ) in parseDescription()
856 iSelStart = iFragStart; in parseDescription()
872 iStartOffset = iSelStart; in parseDescription()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/javascript/
H A Devent.cpp213 int& iSelStart = pEvent->SelStart(); in selStart() local
215 vp >> iSelStart; in selStart()
217 vp << iSelStart; in selStart()
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DRichTextBoxContextMenu.cs163 int iSelStart = m_rtb.SelectionStart, iSelLength = m_rtb.SelectionLength; in GetLinkBelowMouse()
194 m_rtb.Select(iSelStart, iSelLength); // Restore selection in GetLinkBelowMouse()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/Spr/
H A DSprSyntax.cs121 int iSelStart = rtb.SelectionStart; in HighlightPriv()
161 rtb.Select(iSelStart, iSelLen); in HighlightPriv()
/dports/editors/lazarus/lazarus/lcl/include/
H A Dcustomcombobox.inc539 iSelStart: Integer; // char position
565 iSelStart := SelStart;//Capture original cursor position
569 if (iSelStart < Utf8TextLen) and (cbactEndOfLineComplete in FAutoCompleteText) then
571 sPrefixText := UTF8Copy(Text, 1, iSelStart);
572 sCompleteText := GetCompleteText(Text, iSelStart,
582 UTF8Delete(sResultText, 1, iSelStart);
588 SelStart := iSelStart;
/dports/editors/lazarus-qt5/lazarus/lcl/include/
H A Dcustomcombobox.inc539 iSelStart: Integer; // char position
565 iSelStart := SelStart;//Capture original cursor position
569 if (iSelStart < Utf8TextLen) and (cbactEndOfLineComplete in FAutoCompleteText) then
571 sPrefixText := UTF8Copy(Text, 1, iSelStart);
572 sCompleteText := GetCompleteText(Text, iSelStart,
582 UTF8Delete(sResultText, 1, iSelStart);
588 SelStart := iSelStart;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dcustomcombobox.inc588 iSelStart: Integer; // char position
614 iSelStart := SelStart;//Capture original cursor position
618 if (iSelStart < Utf8TextLen) and (cbactEndOfLineComplete in FAutoCompleteText) then
620 sPrefixText := UTF8Copy(Text, 1, iSelStart);
621 sCompleteText := GetCompleteText(Text, iSelStart,
631 UTF8Delete(sResultText, 1, iSelStart);
637 SelStart := iSelStart;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/include/
H A Dcustomcombobox.inc588 iSelStart: Integer; // char position
614 iSelStart := SelStart;//Capture original cursor position
618 if (iSelStart < Utf8TextLen) and (cbactEndOfLineComplete in FAutoCompleteText) then
620 sPrefixText := UTF8Copy(Text, 1, iSelStart);
621 sCompleteText := GetCompleteText(Text, iSelStart,
631 UTF8Delete(sResultText, 1, iSelStart);
637 SelStart := iSelStart;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dlclproc.pas94 function GetCompleteText(const sText: string; iSelStart: Integer; in GetCompleteText()
854 function GetCompleteText(const sText: string; iSelStart: Integer;
880 if (iSelStart = 0) then Exit;//Cursor at beginning
882 sPrefixText := UTF8Copy(sText, 1, iSelStart);//Get text from beginning to cursor position.
888 if IsSamePrefix(slTextList[i], sPrefixText, iSelStart, Result) then
893 if IsSamePrefix(slTextList[i], sPrefixText, iSelStart, Result) then
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/
H A Dlclproc.pas94 function GetCompleteText(const sText: string; iSelStart: Integer; in GetCompleteText()
854 function GetCompleteText(const sText: string; iSelStart: Integer;
880 if (iSelStart = 0) then Exit;//Cursor at beginning
882 sPrefixText := UTF8Copy(sText, 1, iSelStart);//Get text from beginning to cursor position.
888 if IsSamePrefix(slTextList[i], sPrefixText, iSelStart, Result) then
893 if IsSamePrefix(slTextList[i], sPrefixText, iSelStart, Result) then
/dports/editors/lazarus/lazarus/lcl/
H A Dlclproc.pas97 function GetCompleteText(const sText: string; iSelStart: Integer; in GetCompleteText()
842 function GetCompleteText(const sText: string; iSelStart: Integer;
868 if (iSelStart = 0) then Exit;//Cursor at beginning
870 sPrefixText := UTF8Copy(sText, 1, iSelStart);//Get text from beginning to cursor position.
876 if IsSamePrefix(slTextList[i], sPrefixText, iSelStart, Result) then
881 if IsSamePrefix(slTextList[i], sPrefixText, iSelStart, Result) then
/dports/editors/lazarus-qt5/lazarus/lcl/
H A Dlclproc.pas97 function GetCompleteText(const sText: string; iSelStart: Integer; in GetCompleteText()
842 function GetCompleteText(const sText: string; iSelStart: Integer;
868 if (iSelStart = 0) then Exit;//Cursor at beginning
870 sPrefixText := UTF8Copy(sText, 1, iSelStart);//Get text from beginning to cursor position.
876 if IsSamePrefix(slTextList[i], sPrefixText, iSelStart, Result) then
881 if IsSamePrefix(slTextList[i], sPrefixText, iSelStart, Result) then