Home
last modified time | relevance | path

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

1234

/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsyneditmarkupselection.pp142 nSelEnd := 0;
160 // nSelEnd := p2.X;
163 // nSelEnd := p1.X;
172 nSelEnd := p2.x;
183 if (nSelEnd = -1) or (nSelEnd > p2.x) then
184 nSelEnd := p2.x;
204 // ( ((nSelEnd < aStartCol.Physical) and (nSelEnd > AnRtlInfo.PhysLeft)) or
205 // (nSelEnd >= AnRtlInfo.PhysRight) or (nSelEnd < 0))
210 // ((nSelEnd > aStartCol.Physical) or (nSelEnd < 0))
237 ANextLog := nSelEnd;
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/
H A Dsyneditmarkupselection.pp142 nSelEnd := 0;
160 // nSelEnd := p2.X;
163 // nSelEnd := p1.X;
172 nSelEnd := p2.x;
183 if (nSelEnd = -1) or (nSelEnd > p2.x) then
184 nSelEnd := p2.x;
204 // ( ((nSelEnd < aStartCol.Physical) and (nSelEnd > AnRtlInfo.PhysLeft)) or
205 // (nSelEnd >= AnRtlInfo.PhysRight) or (nSelEnd < 0))
210 // ((nSelEnd > aStartCol.Physical) or (nSelEnd < 0))
237 ANextLog := nSelEnd;
[all …]
/dports/editors/lazarus/lazarus/components/synedit/
H A Dsyneditmarkupselection.pp141 nSelEnd := 0;
157 nSelEnd := p2.X;
160 nSelEnd := p1.X;
169 nSelEnd := p2.x;
180 if (nSelEnd = -1) or (nSelEnd > p2.x) then
181 nSelEnd := p2.x;
197 ( ((nSelEnd < aStartCol.Physical) and (nSelEnd > AnRtlInfo.PhysLeft)) or
198 (nSelEnd >= AnRtlInfo.PhysRight) or (nSelEnd < 0))
203 ((nSelEnd > aStartCol.Physical) or (nSelEnd < 0))
218 if (nSelEnd < aStartCol.Physical) and (nSelEnd > 0) and
[all …]
/dports/editors/lazarus-qt5/lazarus/components/synedit/
H A Dsyneditmarkupselection.pp141 nSelEnd := 0;
157 nSelEnd := p2.X;
160 nSelEnd := p1.X;
169 nSelEnd := p2.x;
180 if (nSelEnd = -1) or (nSelEnd > p2.x) then
181 nSelEnd := p2.x;
197 ( ((nSelEnd < aStartCol.Physical) and (nSelEnd > AnRtlInfo.PhysLeft)) or
198 (nSelEnd >= AnRtlInfo.PhysRight) or (nSelEnd < 0))
203 ((nSelEnd > aStartCol.Physical) or (nSelEnd < 0))
218 if (nSelEnd < aStartCol.Physical) and (nSelEnd > 0) and
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/formfiller/
H A Dcffl_combobox.cpp137 int nSelEnd = 0; in GetActionData() local
138 pEdit->GetSel(nSelStart, nSelEnd); in GetActionData()
139 fa.nSelEnd = nSelEnd; in GetActionData()
176 pEdit->SetSel(fa.nSelStart, fa.nSelEnd); in SetActionData()
191 return (!faOld.bFieldFull && faOld.nSelEnd != faNew.nSelEnd) || in IsActionDataChanged()
H A Dcffl_textfield.cpp199 pEdit->SetSel(fa.nSelStart, fa.nSelEnd); in SetActionData()
213 return (!faOld.bFieldFull && faOld.nSelEnd != faNew.nSelEnd) || in IsActionDataChanged()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/formfiller/
H A Dcffl_combobox.cpp129 int nSelEnd = 0; in GetActionData() local
130 pEdit->GetSel(nSelStart, nSelEnd); in GetActionData()
131 fa.nSelEnd = nSelEnd; in GetActionData()
168 pEdit->SetSel(fa.nSelStart, fa.nSelEnd); in SetActionData()
183 return (!faOld.bFieldFull && faOld.nSelEnd != faNew.nSelEnd) || in IsActionDataChanged()
H A Dcffl_textfield.cpp195 pEdit->SetSel(fa.nSelStart, fa.nSelEnd); in SetActionData()
209 return (!faOld.bFieldFull && faOld.nSelEnd != faNew.nSelEnd) || in IsActionDataChanged()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/pwl/
H A Dcpwl_edit.cpp392 int nSelEnd; in OnKeyDown() local
393 std::tie(nSelStart, nSelEnd) = GetSelection(); in OnKeyDown()
395 if (nSelStart == nSelEnd) in OnKeyDown()
396 nSelEnd = nSelStart + 1; in OnKeyDown()
403 GetAttachedData(), strChange, strChangeEx, nSelStart, nSelEnd, true, in OnKeyDown()
466 int nSelEnd; in OnChar() local
467 std::tie(nSelStart, nSelEnd) = GetSelection(); in OnChar()
471 if (nSelStart == nSelEnd) in OnChar()
472 nSelStart = nSelEnd - 1; in OnChar()
485 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, true, in OnChar()
H A Dipwl_fillernotify.h32 int nSelEnd,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/pwl/
H A Dcpwl_edit.cpp423 int nSelEnd = 0; in OnKeyDown() local
424 GetSelection(nSelStart, nSelEnd); in OnKeyDown()
426 if (nSelStart == nSelEnd) in OnKeyDown()
427 nSelEnd = nSelStart + 1; in OnKeyDown()
434 GetAttachedData(), strChange, strChangeEx, nSelStart, nSelEnd, true, in OnKeyDown()
497 int nSelEnd = 0; in OnChar() local
498 GetSelection(nSelStart, nSelEnd); in OnChar()
502 if (nSelStart == nSelEnd) in OnChar()
503 nSelStart = nSelEnd - 1; in OnChar()
516 GetAttachedData(), swChange, strChangeEx, nSelStart, nSelEnd, true, in OnChar()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/formfiller/
H A Dcffl_combobox.cpp131 int nSelEnd = 0; in GetActionData() local
132 pEdit->GetSelection(nSelStart, nSelEnd); in GetActionData()
133 fa.nSelEnd = nSelEnd; in GetActionData()
168 pEdit->SetSelection(fa.nSelStart, fa.nSelEnd); in SetActionData()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Edit.cpp617 int nSelEnd = 0; in OnKeyDown() local
618 GetSel(nSelStart, nSelEnd); in OnKeyDown()
620 if (nSelStart == nSelEnd) in OnKeyDown()
621 nSelEnd = nSelStart + 1; in OnKeyDown()
623 strChangeEx, nSelStart, nSelEnd, true, in OnKeyDown()
686 int nSelEnd = 0; in OnChar() local
687 GetSel(nSelStart, nSelEnd); in OnChar()
691 if (nSelStart == nSelEnd) in OnChar()
692 nSelStart = nSelEnd - 1; in OnChar()
703 strChangeEx, nSelStart, nSelEnd, true, in OnChar()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Drfindlst.hxx33 sal_Int32 nSelEnd; member
37 aRef(rR), nFlags(nF), nSelStart(nS), nSelEnd(nE) {} in ScRangeFindData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Drfindlst.hxx34 sal_Int32 nSelEnd; member
38 aRef(rR), nFlags(nF), nSelStart(nS), nSelEnd(nE) {} in ScRangeFindData()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/fpdfsdk/pdfwindow/
H A DPWL_Edit.cpp629 int nSelEnd = 0; in OnKeyDown() local
630 GetSel(nSelStart, nSelEnd); in OnKeyDown()
632 if (nSelStart == nSelEnd) in OnKeyDown()
633 nSelEnd = nSelStart + 1; in OnKeyDown()
635 strChangeEx, nSelStart, nSelEnd, TRUE, in OnKeyDown()
698 int nSelEnd = 0; in OnChar() local
699 GetSel(nSelStart, nSelEnd); in OnChar()
703 if (nSelStart == nSelEnd) in OnChar()
704 nSelStart = nSelEnd - 1; in OnChar()
715 strChangeEx, nSelStart, nSelEnd, TRUE, in OnChar()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/
H A Dpdfsdk_fieldaction.cpp14 nSelEnd(0), in PDFSDK_FieldAction()
H A Dpdfsdk_fieldaction.h31 int nSelEnd; member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/fpdfsdk/
H A Dcpdfsdk_fieldaction.h23 int nSelEnd = 0; member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/
H A Dcpdfsdk_fieldaction.h23 int nSelEnd = 0; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunoparagraph.cxx132 const sal_Int32 nSelStart = -1, const sal_Int32 nSelEnd = -1) in Impl() argument
138 , m_nSelectionEndPos(nSelEnd) in Impl()
213 const sal_Int32 nSelStart, const sal_Int32 nSelEnd) in SwXParagraph() argument
215 new SwXParagraph::Impl(*this, &rTextNode, xParent, nSelStart, nSelEnd)) in SwXParagraph()
236 const sal_Int32 nSelStart, const sal_Int32 nSelEnd) in CreateXParagraph() argument
241 if (pTextNode && (-1 == nSelStart) && (-1 == nSelEnd)) in CreateXParagraph()
258 ? new SwXParagraph(xParentText, *pTextNode, nSelStart, nSelEnd) in CreateXParagraph()
263 if (pTextNode && (-1 == nSelStart) && (-1 == nSelEnd)) in CreateXParagraph()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunoparagraph.cxx128 const sal_Int32 nSelStart = -1, const sal_Int32 nSelEnd = -1) in Impl() argument
134 , m_nSelectionEndPos(nSelEnd) in Impl()
209 const sal_Int32 nSelStart, const sal_Int32 nSelEnd) in SwXParagraph() argument
211 new SwXParagraph::Impl(*this, &rTextNode, xParent, nSelStart, nSelEnd)) in SwXParagraph()
232 const sal_Int32 nSelStart, const sal_Int32 nSelEnd) in CreateXParagraph() argument
237 if (pTextNode && (-1 == nSelStart) && (-1 == nSelEnd)) in CreateXParagraph()
254 ? new SwXParagraph(xParentText, *pTextNode, nSelStart, nSelEnd) in CreateXParagraph()
259 if (pTextNode && (-1 == nSelStart) && (-1 == nSelEnd)) in CreateXParagraph()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/fpdfsdk/formfiller/
H A Dcffl_combobox.cpp129 std::tie(fa.nSelStart, fa.nSelEnd) = pEdit->GetSelection(); in GetActionData()
163 pEdit->SetSelection(fa.nSelStart, fa.nSelEnd); in SetActionData()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/fpdfsdk/javascript/
H A Dcjs_event_context.cpp171 int& nSelEnd, in OnField_Keystroke() argument
180 strChange, strChangeEx, bKeyDown, bModifier, nSelEnd, nSelStart, bShift, in OnField_Keystroke()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dunoparagraph.hxx76 const sal_Int32 nSelStart, const sal_Int32 nSelEnd);
87 const sal_Int32 nSelStart = -1, const sal_Int32 nSelEnd = - 1);

1234