Home
last modified time | relevance | path

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

12345678910>>...17

/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/tbxctrls/
H A DSvxPresetListBox.cxx68 void SvxPresetListBox::FillPresetListBoxImpl(ListType & pList, sal_uInt32 nStartIndex) in FillPresetListBoxImpl() argument
72 for(long nIndex = 0; nIndex < pList.Count(); nIndex++, nStartIndex++) in FillPresetListBoxImpl()
76 InsertItem(nStartIndex, Image(aBitmap), pItem->GetName()); in FillPresetListBoxImpl()
80 void SvxPresetListBox::FillPresetListBox(XGradientList& pList, sal_uInt32 nStartIndex) in FillPresetListBox() argument
82 FillPresetListBoxImpl< XGradientList, XGradientEntry>( pList, nStartIndex ); in FillPresetListBox()
85 void SvxPresetListBox::FillPresetListBox(XHatchList& pList, sal_uInt32 nStartIndex) in FillPresetListBox() argument
87 FillPresetListBoxImpl< XHatchList, XHatchEntry>( pList, nStartIndex ); in FillPresetListBox()
90 void SvxPresetListBox::FillPresetListBox(XBitmapList& pList, sal_uInt32 nStartIndex) in FillPresetListBox() argument
92 FillPresetListBoxImpl< XBitmapList, XBitmapEntry >( pList, nStartIndex ); in FillPresetListBox()
95 void SvxPresetListBox::FillPresetListBox(XPatternList& pList, sal_uInt32 nStartIndex) in FillPresetListBox() argument
[all …]
H A DSvxColorValueSet.cxx70 InsertItem(nStartIndex, pEntry->GetColor(), pEntry->GetName()); in addEntriesForXColorList()
100 sal_uInt32 nStartIndex = 1; in addEntriesForColorSet() local
105 InsertItem(nStartIndex, rColor, rNamePrefix + OUString::number(nStartIndex)); in addEntriesForColorSet()
106 nStartIndex++; in addEntriesForColorSet()
113 InsertItem(nStartIndex, rColor, ""); in addEntriesForColorSet()
114 nStartIndex++; in addEntriesForColorSet()
121 sal_uInt32 nStartIndex = 1; in addEntriesForColorSet() local
126 InsertItem(nStartIndex, rColor, rNamePrefix + OUString::number(nStartIndex)); in addEntriesForColorSet()
127 nStartIndex++; in addEntriesForColorSet()
134 InsertItem(nStartIndex, rColor, ""); in addEntriesForColorSet()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/tbxctrls/
H A DSvxPresetListBox.cxx72 void SvxPresetListBox::FillPresetListBoxImpl(ListType& pList, sal_uInt32 nStartIndex) in FillPresetListBoxImpl() argument
76 for (tools::Long nIndex = 0; nIndex < pList.Count(); nIndex++, nStartIndex++) in FillPresetListBoxImpl()
80 InsertItem(nStartIndex, Image(aBitmap), pItem->GetName()); in FillPresetListBoxImpl()
84 void SvxPresetListBox::FillPresetListBox(XGradientList& pList, sal_uInt32 nStartIndex) in FillPresetListBox() argument
86 FillPresetListBoxImpl<XGradientList, XGradientEntry>(pList, nStartIndex); in FillPresetListBox()
89 void SvxPresetListBox::FillPresetListBox(XHatchList& pList, sal_uInt32 nStartIndex) in FillPresetListBox() argument
91 FillPresetListBoxImpl<XHatchList, XHatchEntry>(pList, nStartIndex); in FillPresetListBox()
94 void SvxPresetListBox::FillPresetListBox(XBitmapList& pList, sal_uInt32 nStartIndex) in FillPresetListBox() argument
96 FillPresetListBoxImpl<XBitmapList, XBitmapEntry>(pList, nStartIndex); in FillPresetListBox()
99 void SvxPresetListBox::FillPresetListBox(XPatternList& pList, sal_uInt32 nStartIndex) in FillPresetListBox() argument
[all …]
H A DSvxColorValueSet.cxx53 …id SvxColorValueSet::addEntriesForXColorList(const XColorList& rXColorList, sal_uInt32 nStartIndex) in addEntriesForXColorList() argument
57 for(sal_uInt32 nIndex(0); nIndex < nColorCount; nIndex++, nStartIndex++) in addEntriesForXColorList()
63 InsertItem(nStartIndex, pEntry->GetColor(), pEntry->GetName()); in addEntriesForXColorList()
74 sal_uInt32 nStartIndex = 1; in addEntriesForColorSet() local
79 InsertItem(nStartIndex, rColor, rNamePrefix + OUString::number(nStartIndex)); in addEntriesForColorSet()
80 nStartIndex++; in addEntriesForColorSet()
87 InsertItem(nStartIndex, rColor, ""); in addEntriesForColorSet()
88 nStartIndex++; in addEntriesForColorSet()
/dports/editors/libreoffice/libreoffice-7.2.6.2/accessibility/source/standard/
H A Dvclxaccessibleedit.cxx155 nStartIndex = aSelection.Min; in implGetSelection()
425 if ( !implIsValidRange( nStartIndex, nEndIndex, sText.getLength() ) ) in setSelection()
432 pVCLXEdit->setSelection( awt::Selection( nStartIndex, nEndIndex ) ); in setSelection()
448 return VCLXAccessibleTextComponent::getTextRange( nStartIndex, nEndIndex ); in getTextRange()
487 return VCLXAccessibleTextComponent::copyText( nStartIndex, nEndIndex ); in copyText()
500 return copyText( nStartIndex, nEndIndex ) && deleteText( nStartIndex, nEndIndex ); in cutText()
541 return replaceText( nStartIndex, nEndIndex, OUString() ); in deleteText()
558 if ( !implIsValidRange( nStartIndex, nEndIndex, sText.getLength() ) ) in replaceText()
561 sal_Int32 nMinIndex = std::min( nStartIndex, nEndIndex ); in replaceText()
562 sal_Int32 nMaxIndex = std::max( nStartIndex, nEndIndex ); in replaceText()
[all …]
H A Dvclxaccessibletextcomponent.cxx101 void VCLXAccessibleTextComponent::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument
103 nStartIndex = 0; in implGetSelection()
290 sal_Bool VCLXAccessibleTextComponent::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in setSelection() argument
294 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection()
309 OUString VCLXAccessibleTextComponent::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in getTextRange() argument
313 return OCommonAccessibleText::implGetTextRange( implGetText(), nStartIndex, nEndIndex ); in getTextRange()
341 sal_Bool VCLXAccessibleTextComponent::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in copyText() argument
353 …OUString sText( OCommonAccessibleText::implGetTextRange( implGetText(), nStartIndex, nEndIndex ) ); in copyText()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/accessibility/source/standard/
H A Dvclxaccessibleedit.cxx155 nStartIndex = aSelection.Min; in implGetSelection()
425 if ( !implIsValidRange( nStartIndex, nEndIndex, sText.getLength() ) ) in setSelection()
432 pVCLXEdit->setSelection( awt::Selection( nStartIndex, nEndIndex ) ); in setSelection()
448 return VCLXAccessibleTextComponent::getTextRange( nStartIndex, nEndIndex ); in getTextRange()
487 return VCLXAccessibleTextComponent::copyText( nStartIndex, nEndIndex ); in copyText()
496 return copyText( nStartIndex, nEndIndex ) && deleteText( nStartIndex, nEndIndex ); in cutText()
537 return replaceText( nStartIndex, nEndIndex, OUString() ); in deleteText()
554 if ( !implIsValidRange( nStartIndex, nEndIndex, sText.getLength() ) ) in replaceText()
557 sal_Int32 nMinIndex = std::min( nStartIndex, nEndIndex ); in replaceText()
558 sal_Int32 nMaxIndex = std::max( nStartIndex, nEndIndex ); in replaceText()
[all …]
H A Dvclxaccessibletextcomponent.cxx102 void VCLXAccessibleTextComponent::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument
104 nStartIndex = 0; in implGetSelection()
291 sal_Bool VCLXAccessibleTextComponent::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in setSelection() argument
295 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection()
310 OUString VCLXAccessibleTextComponent::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in getTextRange() argument
314 return OCommonAccessibleText::implGetTextRange( implGetText(), nStartIndex, nEndIndex ); in getTextRange()
342 sal_Bool VCLXAccessibleTextComponent::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in copyText() argument
354 …OUString sText( OCommonAccessibleText::implGetTextRange( implGetText(), nStartIndex, nEndIndex ) ); in copyText()
/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/gcore/
H A Dgdalcolortable.cpp328 int nStartIndex, const GDALColorEntry *psStartColor, in CreateColorRamp() argument
333 if( nStartIndex < 0 || nStartIndex > 255 || in CreateColorRamp()
335 nStartIndex > nEndIndex ) in CreateColorRamp()
349 int nColors = nEndIndex - nStartIndex; in CreateColorRamp()
353 SetColorEntry( nStartIndex, psStartColor ); in CreateColorRamp()
386 SetColorEntry( nStartIndex + i, &sColor ); in CreateColorRamp()
400 int nStartIndex, const GDALColorEntry *psStartColor, in GDALCreateColorRamp() argument
405 ((GDALColorTable *) hTable)->CreateColorRamp( nStartIndex, psStartColor, in GDALCreateColorRamp()
/dports/editors/libreoffice/libreoffice-7.2.6.2/accessibility/inc/standard/
H A Dvclxaccessibleedit.hxx52 …virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) overr…
89 virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) override;
91 virtual OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) override;
95 virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) override;
96 …virtual sal_Bool SAL_CALL scrollSubstringTo( sal_Int32 nStartIndex, sal_Int32 nEndIndex, css::acce…
99 virtual sal_Bool SAL_CALL cutText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) override;
101 virtual sal_Bool SAL_CALL deleteText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) override;
103 …virtual sal_Bool SAL_CALL replaceText( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const OUString&…
104 …virtual sal_Bool SAL_CALL setAttributes( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const css::un…
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalcolortable.cpp378 int nStartIndex, const GDALColorEntry *psStartColor, in CreateColorRamp() argument
383 if( nStartIndex < 0 || nStartIndex > 255 || in CreateColorRamp()
385 nStartIndex > nEndIndex ) in CreateColorRamp()
399 int nColors = nEndIndex - nStartIndex; in CreateColorRamp()
403 SetColorEntry( nStartIndex, psStartColor ); in CreateColorRamp()
436 SetColorEntry( nStartIndex + i, &sColor ); in CreateColorRamp()
455 int nStartIndex, const GDALColorEntry *psStartColor, in GDALCreateColorRamp() argument
460 ((GDALColorTable *) hTable)->CreateColorRamp( nStartIndex, psStartColor, in GDALCreateColorRamp()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp382 int nStartIndex, const GDALColorEntry *psStartColor, in CreateColorRamp() argument
386 if( nStartIndex < 0 || nStartIndex > 255 || in CreateColorRamp()
388 nStartIndex > nEndIndex ) in CreateColorRamp()
400 const int nColors = nEndIndex - nStartIndex; in CreateColorRamp()
403 SetColorEntry( nStartIndex, psStartColor ); in CreateColorRamp()
430 SetColorEntry( nStartIndex + i, &sColor ); in CreateColorRamp()
448 int nStartIndex, const GDALColorEntry *psStartColor, in GDALCreateColorRamp() argument
454 CreateColorRamp( nStartIndex, psStartColor, in GDALCreateColorRamp()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp382 int nStartIndex, const GDALColorEntry *psStartColor, in CreateColorRamp() argument
386 if( nStartIndex < 0 || nStartIndex > 255 || in CreateColorRamp()
388 nStartIndex > nEndIndex ) in CreateColorRamp()
400 const int nColors = nEndIndex - nStartIndex; in CreateColorRamp()
403 SetColorEntry( nStartIndex, psStartColor ); in CreateColorRamp()
430 SetColorEntry( nStartIndex + i, &sColor ); in CreateColorRamp()
448 int nStartIndex, const GDALColorEntry *psStartColor, in GDALCreateColorRamp() argument
454 CreateColorRamp( nStartIndex, psStartColor, in GDALCreateColorRamp()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdalcolortable.cpp382 int nStartIndex, const GDALColorEntry *psStartColor, in CreateColorRamp() argument
386 if( nStartIndex < 0 || nStartIndex > 255 || in CreateColorRamp()
388 nStartIndex > nEndIndex ) in CreateColorRamp()
400 const int nColors = nEndIndex - nStartIndex; in CreateColorRamp()
403 SetColorEntry( nStartIndex, psStartColor ); in CreateColorRamp()
430 SetColorEntry( nStartIndex + i, &sColor ); in CreateColorRamp()
448 int nStartIndex, const GDALColorEntry *psStartColor, in GDALCreateColorRamp() argument
454 CreateColorRamp( nStartIndex, psStartColor, in GDALCreateColorRamp()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppu/source/uno/
H A Dsequence.cxx72 sal_Int32 nStartIndex, sal_Int32 nStopIndex, in idefaultConstructElements() argument
86 sizeof(sal_Unicode) * (nStopIndex - nStartIndex) ); in idefaultConstructElements()
95 pSeq->elements + (sizeof(sal_Bool) * nStartIndex), in idefaultConstructElements()
97 sizeof(sal_Bool) * (nStopIndex - nStartIndex) ); in idefaultConstructElements()
106 pSeq->elements + (sizeof(sal_Int8) * nStartIndex), in idefaultConstructElements()
108 sizeof(sal_Int8) * (nStopIndex - nStartIndex) ); in idefaultConstructElements()
120 sizeof(sal_Int16) * (nStopIndex - nStartIndex) ); in idefaultConstructElements()
132 sizeof(sal_Int32) * (nStopIndex - nStartIndex) ); in idefaultConstructElements()
144 sizeof(sal_Int64) * (nStopIndex - nStartIndex) ); in idefaultConstructElements()
290 pSeq->elements + (sizeof(void *) * nStartIndex), in idefaultConstructElements()
[all …]
H A Ddestr.hxx143 sal_Int32 nStartIndex, sal_Int32 nStopIndex, in idestructElements() argument
171 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements()
180 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements()
189 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements()
203 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements()
219 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements()
233 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements()
244 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppu/source/uno/
H A Dsequence.cxx72 sal_Int32 nStartIndex, sal_Int32 nStopIndex, in idefaultConstructElements() argument
86 sizeof(sal_Unicode) * (nStopIndex - nStartIndex) ); in idefaultConstructElements()
95 pSeq->elements + (sizeof(sal_Bool) * nStartIndex), in idefaultConstructElements()
97 sizeof(sal_Bool) * (nStopIndex - nStartIndex) ); in idefaultConstructElements()
106 pSeq->elements + (sizeof(sal_Int8) * nStartIndex), in idefaultConstructElements()
108 sizeof(sal_Int8) * (nStopIndex - nStartIndex) ); in idefaultConstructElements()
120 sizeof(sal_Int16) * (nStopIndex - nStartIndex) ); in idefaultConstructElements()
132 sizeof(sal_Int32) * (nStopIndex - nStartIndex) ); in idefaultConstructElements()
144 sizeof(sal_Int64) * (nStopIndex - nStartIndex) ); in idefaultConstructElements()
290 pSeq->elements + (sizeof(void *) * nStartIndex), in idefaultConstructElements()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx93 nStartIndex >= 0 && in MakeSelection()
655 if( nStartIndex > nEndIndex ) in getTextRange()
656 std::swap(nStartIndex, nEndIndex); in getTextRange()
658 if ( nStartIndex == nEndIndex ) in getTextRange()
662 bool bStart = mpImpl->RemoveLineBreakCount( nStartIndex ); in getTextRange()
666 nStartIndex++; in getTextRange()
675 if ( bStart && bEnd && ( nStartIndex == nEndIndex) ) in getTextRange()
761 sal_Int32 nStartIndex, nEndIndex; in getTextAtIndex() local
765 aResult.SegmentStart = nStartIndex; in getTextAtIndex()
876 if( nStartIndex > nEndIndex ) in copyText()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/accessibility/
H A DAccessibleStaticTextBase.cxx90 nStartIndex >= 0 && in MakeSelection()
652 if( nStartIndex > nEndIndex ) in getTextRange()
653 std::swap(nStartIndex, nEndIndex); in getTextRange()
655 if ( nStartIndex == nEndIndex ) in getTextRange()
659 bool bStart = mpImpl->RemoveLineBreakCount( nStartIndex ); in getTextRange()
663 nStartIndex++; in getTextRange()
672 if ( bStart && bEnd && ( nStartIndex == nEndIndex) ) in getTextRange()
758 sal_Int32 nStartIndex, nEndIndex; in getTextAtIndex() local
762 aResult.SegmentStart = nStartIndex; in getTextAtIndex()
873 if( nStartIndex > nEndIndex ) in copyText()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A DSvxPresetListBox.hxx38 void FillPresetListBoxImpl(ListType& pList, sal_uInt32 nStartIndex);
57 void FillPresetListBox(XGradientList& pList, sal_uInt32 nStartIndex = 1);
58 void FillPresetListBox(XHatchList& pList, sal_uInt32 nStartIndex = 1);
59 void FillPresetListBox(XBitmapList& pList, sal_uInt32 nStartIndex = 1);
60 void FillPresetListBox(XPatternList& pList, sal_uInt32 nStartIndex = 1);
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A DSvxPresetListBox.hxx38 void FillPresetListBoxImpl(ListType& pList, sal_uInt32 nStartIndex);
57 void FillPresetListBox(XGradientList& pList, sal_uInt32 nStartIndex = 1);
58 void FillPresetListBox(XHatchList& pList, sal_uInt32 nStartIndex = 1);
59 void FillPresetListBox(XBitmapList& pList, sal_uInt32 nStartIndex = 1);
60 void FillPresetListBox(XPatternList& pList, sal_uInt32 nStartIndex = 1);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/accessibility/inc/standard/
H A Dvclxaccessibleedit.hxx53 …virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) overr…
90 virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) override;
92 virtual OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) override;
96 virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) override;
99 virtual sal_Bool SAL_CALL cutText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) override;
101 virtual sal_Bool SAL_CALL deleteText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) override;
103 …virtual sal_Bool SAL_CALL replaceText( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const OUString&…
104 …virtual sal_Bool SAL_CALL setAttributes( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const css::un…
/dports/net-im/openfire/Openfire-4.7.1/xmppserver/src/main/java/org/jivesoftware/util/
H A DBlowfish.java1251 int nStartIndex) in byteArrayToLong() argument
1253 return (((long)buffer[nStartIndex]) << 56) | in byteArrayToLong()
1260 ((long)buffer[nStartIndex + 7] & 0x0ff); in byteArrayToLong()
1272 int nStartIndex) in longToByteArray() argument
1274 buffer[nStartIndex] = (byte) (lValue >>> 56); in longToByteArray()
1281 buffer[nStartIndex + 7] = (byte) lValue; in longToByteArray()
1292 int nStartIndex) in intArrayToLong() argument
1294 return (((long) buffer[nStartIndex]) << 32) | in intArrayToLong()
1307 int nStartIndex) in longToIntArray() argument
1309 buffer[nStartIndex] = (int) (lValue >>> 32); in longToIntArray()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/misc/
H A Daccessibletexthelper.cxx95 …return ( nStartIndex >= 0 ) && ( nStartIndex <= nLength ) && ( nEndIndex >= 0 ) && ( nEndIndex <= … in implIsValidRange()
110nStartIndex = xBreakIter->nextCharacters( rText, nStartIndex, implGetLocale(), i18n::CharacterIter… in implGetGlyphBoundary()
114 rBoundary.startPos = nStartIndex; in implGetGlyphBoundary()
229 sal_Int32 nStartIndex; in getSelectedText() local
232 implGetSelection( nStartIndex, nEndIndex ); in getSelectedText()
248 sal_Int32 nStartIndex; in getSelectionStart() local
251 implGetSelection( nStartIndex, nEndIndex ); in getSelectionStart()
253 return nStartIndex; in getSelectionStart()
259 sal_Int32 nStartIndex; in getSelectionEnd() local
262 implGetSelection( nStartIndex, nEndIndex ); in getSelectionEnd()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/misc/
H A Daccessibletexthelper.cxx95 …return ( nStartIndex >= 0 ) && ( nStartIndex <= nLength ) && ( nEndIndex >= 0 ) && ( nEndIndex <= … in implIsValidRange()
110nStartIndex = xBreakIter->nextCharacters( rText, nStartIndex, implGetLocale(), i18n::CharacterIter… in implGetGlyphBoundary()
114 rBoundary.startPos = nStartIndex; in implGetGlyphBoundary()
229 sal_Int32 nStartIndex; in getSelectedText() local
232 implGetSelection( nStartIndex, nEndIndex ); in getSelectedText()
248 sal_Int32 nStartIndex; in getSelectionStart() local
251 implGetSelection( nStartIndex, nEndIndex ); in getSelectionStart()
253 return nStartIndex; in getSelectionStart()
259 sal_Int32 nStartIndex; in getSelectionEnd() local
262 implGetSelection( nStartIndex, nEndIndex ); in getSelectionEnd()
[all …]

12345678910>>...17