| /AOO41X/main/cppu/source/uno/ |
| H A D | sequence.cxx | 76 sal_Int32 nStartIndex, sal_Int32 nStopIndex, in idefaultConstructElements() argument 88 pSeq->elements + (sizeof(sal_Unicode) * nStartIndex), in idefaultConstructElements() 89 sizeof(sal_Unicode) * (nStopIndex - nStartIndex) ); in idefaultConstructElements() 98 pSeq->elements + (sizeof(sal_Bool) * nStartIndex), in idefaultConstructElements() 99 sizeof(sal_Bool) * (nStopIndex - nStartIndex) ); in idefaultConstructElements() 108 pSeq->elements + (sizeof(sal_Int8) * nStartIndex), in idefaultConstructElements() 109 sizeof(sal_Int8) * (nStopIndex - nStartIndex) ); in idefaultConstructElements() 119 pSeq->elements + (sizeof(sal_Int16) * nStartIndex), in idefaultConstructElements() 120 sizeof(sal_Int16) * (nStopIndex - nStartIndex) ); in idefaultConstructElements() 130 pSeq->elements + (sizeof(sal_Int32) * nStartIndex), in idefaultConstructElements() [all …]
|
| H A D | destr.hxx | 192 sal_Int32 nStartIndex, sal_Int32 nStopIndex, in idestructElements() argument 221 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() 230 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() 239 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() 253 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() 269 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() 285 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() 299 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements() 310 for ( sal_Int32 nPos = nStartIndex; nPos < nStopIndex; ++nPos ) in idestructElements()
|
| /AOO41X/main/tools/source/memtools/ |
| H A D | unqidx.cxx | 45 nStartIndex = _nStartIndex; in UniqueIndex() 64 nStartIndex = rIdx.nStartIndex; in UniqueIndex() 102 return ( nUniqIndex + nStartIndex - 1 ); in Insert() 121 sal_uIntPtr nContIndex = nIndex - nStartIndex; in Insert() 147 if ( (nIndex >= nStartIndex) && in Remove() 148 (nIndex < (Container::GetSize()+nStartIndex)) ) in Remove() 152 void* p = Container::Replace( NULL, nIndex-nStartIndex ); in Remove() 181 return Container::Replace( p, nIndex-nStartIndex ); in Replace() 200 if ( (nIndex >= nStartIndex) && in Get() 201 (nIndex < (Container::GetSize()+nStartIndex)) ) in Get() [all …]
|
| /AOO41X/main/accessibility/source/standard/ |
| H A D | vclxaccessibleedit.cxx | 166 void VCLXAccessibleEdit::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 173 nStartIndex = aSelection.Min; in implGetSelection() 427 sal_Bool VCLXAccessibleEdit::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (Inde… in setSelection() argument 434 if ( !implIsValidRange( nStartIndex, nEndIndex, sText.getLength() ) ) in setSelection() 441 pVCLXEdit->setSelection( awt::Selection( nStartIndex, nEndIndex ) ); in setSelection() 459 ::rtl::OUString VCLXAccessibleEdit::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) thro… in getTextRange() argument 463 return VCLXAccessibleTextComponent::getTextRange( nStartIndex, nEndIndex ); in getTextRange() 495 sal_Bool VCLXAccessibleEdit::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (IndexOut… in copyText() argument 499 return VCLXAccessibleTextComponent::copyText( nStartIndex, nEndIndex ); in copyText() 506 sal_Bool VCLXAccessibleEdit::cutText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (IndexOutO… in cutText() argument [all …]
|
| H A D | vclxaccessibletextcomponent.cxx | 120 void VCLXAccessibleTextComponent::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 122 nStartIndex = 0; in implGetSelection() 323 sal_Bool VCLXAccessibleTextComponent::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) th… in setSelection() argument 327 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 344 ::rtl::OUString VCLXAccessibleTextComponent::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndInd… in getTextRange() argument 348 return OCommonAccessibleText::getTextRange( nStartIndex, nEndIndex ); in getTextRange() 380 sal_Bool VCLXAccessibleTextComponent::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw … in copyText() argument 391 ::rtl::OUString sText( getTextRange( nStartIndex, nEndIndex ) ); in copyText()
|
| H A D | vclxaccessiblemenuitem.cxx | 151 void VCLXAccessibleMenuItem::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 153 nStartIndex = 0; in implGetSelection() 344 sal_Bool VCLXAccessibleMenuItem::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (… in setSelection() argument 348 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 365 ::rtl::OUString VCLXAccessibleMenuItem::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) … in getTextRange() argument 369 return OCommonAccessibleText::getTextRange( nStartIndex, nEndIndex ); in getTextRange() 401 sal_Bool VCLXAccessibleMenuItem::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (Inde… in copyText() argument 415 ::rtl::OUString sText( getTextRange( nStartIndex, nEndIndex ) ); in copyText()
|
| H A D | vclxaccessiblelistitem.cxx | 151 void VCLXAccessibleListItem::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 153 nStartIndex = 0; in implGetSelection() 540 sal_Bool SAL_CALL VCLXAccessibleListItem::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex … in setSelection() argument 545 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 559 ::rtl::OUString SAL_CALL VCLXAccessibleListItem::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEn… in getTextRange() argument 564 return OCommonAccessibleText::getTextRange( nStartIndex, nEndIndex ); in getTextRange() 591 sal_Bool SAL_CALL VCLXAccessibleListItem::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) th… in copyText() argument 596 checkIndex_Impl( nStartIndex, m_sEntryText ); in copyText() 605 ::rtl::OUString sText( getTextRange( nStartIndex, nEndIndex ) ); in copyText()
|
| /AOO41X/main/editeng/source/accessibility/ |
| H A D | AccessibleStaticTextBase.cxx | 92 ESelection MakeSelection( sal_Int32 nStartPara, sal_Int32 nStartIndex, in MakeSelection() argument 96 nStartIndex >= 0 && nStartIndex <= USHRT_MAX && in MakeSelection() 101 … return ESelection( static_cast< sal_uInt16 >(nStartPara), static_cast< sal_uInt16 >(nStartIndex), in MakeSelection() 191 sal_Bool SetSelection( sal_Int32 nStartPara, sal_Int32 nStartIndex, 193 sal_Bool CopyText( sal_Int32 nStartPara, sal_Int32 nStartIndex, 417 … sal_Bool AccessibleStaticTextBase_Impl::SetSelection( sal_Int32 nStartPara, sal_Int32 nStartIndex, in SetSelection() argument 428 … return rCacheVF.SetSelection( MakeSelection(nStartPara, nStartIndex, nEndPara, nEndIndex) ); in SetSelection() 436 sal_Bool AccessibleStaticTextBase_Impl::CopyText( sal_Int32 nStartPara, sal_Int32 nStartIndex, in CopyText() argument 454 rCacheVF.SetSelection( MakeSelection(nStartPara, nStartIndex, nEndPara, nEndIndex) ); in CopyText() 827 …sal_Bool SAL_CALL AccessibleStaticTextBase::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndInd… in setSelection() argument [all …]
|
| H A D | AccessibleEditableTextPara.cxx | 199 … void AccessibleEditableTextPara::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 207 nStartIndex = nStart; in implGetSelection() 213 nStartIndex = -1; in implGetSelection() 503 …String AccessibleEditableTextPara::GetTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) SAL_… in GetTextRange() argument 507 return GetTextForwarder().GetText( MakeSelection(nStartIndex, nEndIndex) ); in GetTextRange() 793 …sal_Bool AccessibleEditableTextPara::GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndInd… in GetAttributeRun() argument 803 return GetTextForwarder().GetAttributeRun( nStartIndex, in GetAttributeRun() 1711 …sal_Bool SAL_CALL AccessibleEditableTextPara::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndI… in setSelection() argument 1720 CheckRange(nStartIndex, nEndIndex); in setSelection() 1725 return rCacheVF.SetSelection( MakeSelection(nStartIndex, nEndIndex) ); in setSelection() [all …]
|
| /AOO41X/main/comphelper/source/misc/ |
| H A D | accessibletexthelper.cxx | 115 …sal_Bool OCommonAccessibleText::implIsValidRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex, sal_… in implIsValidRange() argument 117 …return ( nStartIndex >= 0 ) && ( nStartIndex <= nLength ) && ( nEndIndex >= 0 ) && ( nEndIndex <= … in implIsValidRange() 133 …sal_Int32 nStartIndex = xBreakIter->previousCharacters( sText, nIndex, implGetLocale(), i18n::Char… in implGetGlyphBoundary() local 135 …nStartIndex = xBreakIter->nextCharacters( sText, nStartIndex, implGetLocale(), i18n::CharacterIter… in implGetGlyphBoundary() 136 …sal_Int32 nEndIndex = xBreakIter->nextCharacters( sText, nStartIndex, implGetLocale(), i18n::Chara… in implGetGlyphBoundary() 139 rBoundary.startPos = nStartIndex; in implGetGlyphBoundary() 276 sal_Int32 nStartIndex; in getSelectedText() local 279 implGetSelection( nStartIndex, nEndIndex ); in getSelectedText() 283 sText = getTextRange( nStartIndex, nEndIndex ); in getSelectedText() 296 sal_Int32 nStartIndex; in getSelectionStart() local [all …]
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | attarray.cxx | 1026 SCSIZE nStartIndex; in MergeBlockFrame() local 1028 Search( nStartRow+1, nStartIndex ); in MergeBlockFrame() 1030 for (SCSIZE i=nStartIndex; i<=nEndIndex; i++) in MergeBlockFrame() 1114 SCSIZE nStartIndex; in ApplyBlockFrame() local 1116 Search( nStartRow+1, nStartIndex ); in ApplyBlockFrame() 1120 for (SCSIZE i=nStartIndex; i<=nEndIndex;) in ApplyBlockFrame() 1171 SCSIZE nStartIndex; in HasLines() local 1173 Search( nRow1, nStartIndex ); in HasLines() 1183 pItem = (const SvxBoxItem*) &pData[nStartIndex].pPattern->GetItem(ATTR_BORDER); in HasLines() 1195 if ( nEndIndex != nStartIndex ) in HasLines() [all …]
|
| H A D | column3.cxx | 283 SCSIZE nStartIndex = 0; in DeleteRow() local 291 nStartIndex = i; in DeleteRow() 308 DeleteRange( nStartIndex, nEndIndex, IDF_CONTENTS ); in DeleteRow() 366 void ScColumn::DeleteRange( SCSIZE nStartIndex, SCSIZE nEndIndex, sal_uInt16 nDelFlag ) in DeleteRange() argument 375 for ( SCSIZE nIdx = nStartIndex; nIdx <= nEndIndex; ++nIdx ) in DeleteRange() 382 for ( SCSIZE nIdx = nStartIndex; bSimple && (nIdx <= nEndIndex); ++nIdx ) in DeleteRange() 391 aDelCells.reserve( nEndIndex - nStartIndex + 1 ); in DeleteRange() 398 for ( SCSIZE nIdx = nStartIndex; nIdx <= nEndIndex; ++nIdx ) in DeleteRange() 417 …memmove( &pItems[nStartIndex], &pItems[nEndIndex + 1], (nCount - nEndIndex - 1) * sizeof(ColEntry)… in DeleteRange() 418 nCount -= nEndIndex-nStartIndex+1; in DeleteRange() [all …]
|
| /AOO41X/main/accessibility/inc/accessibility/standard/ |
| H A D | vclxaccessibleedit.hxx | 63 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ); 100 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:… 102 …virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw … 106 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun… 109 …virtual sal_Bool SAL_CALL cutText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun:… 111 …virtual sal_Bool SAL_CALL deleteText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::s… 113 …virtual sal_Bool SAL_CALL replaceText( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const ::rtl::OU… 114 …virtual sal_Bool SAL_CALL setAttributes( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const ::com::…
|
| /AOO41X/main/sw/source/core/access/ |
| H A D | accpara.cxx | 249 sal_uLong nStartIndex = pStart->nNode.GetIndex(); in GetSelection() local 252 if( ( nHere >= nStartIndex ) && in GetSelection() 259 if( nHere > nStartIndex ) in GetSelection() 267 DBG_ASSERT( nHere == nStartIndex, in GetSelection() 666 sal_Int32 nStartIndex, in CreateUnoPortion() argument 669 DBG_ASSERT( (IsValidChar(nStartIndex, GetString().getLength()) && in CreateUnoPortion() 671 IsValidRange(nStartIndex, nEndIndex, GetString().getLength()), in CreateUnoPortion() 674 sal_uInt16 nStart = GetPortionData().GetModelPosition( nStartIndex ); in CreateUnoPortion() 2831 sal_Bool SwAccessibleParagraph::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in setSelection() argument 2840 if ( ! IsValidRange( nStartIndex, nEndIndex, nLength ) ) in setSelection() [all …]
|
| /AOO41X/main/accessibility/source/extended/ |
| H A D | accessibleiconchoicectrlentry.cxx | 230 …void AccessibleIconChoiceCtrlEntry::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex… in implGetSelection() argument 232 nStartIndex = 0; in implGetSelection() 537 …sal_Bool SAL_CALL AccessibleIconChoiceCtrlEntry::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIn… in copyText() argument 543 if ( ( 0 > nStartIndex ) || ( sText.Len() <= nStartIndex ) in copyText() 547 sal_Int32 nLen = nEndIndex - nStartIndex + 1; in copyText() 548 …::svt::OStringTransfer::CopyString( sText.Copy( (sal_uInt16)nStartIndex, (sal_uInt16)nLen ), m_pIc… in copyText() 650 …sal_Bool SAL_CALL AccessibleIconChoiceCtrlEntry::setSelection( sal_Int32 nStartIndex, sal_Int32 nE… in setSelection() argument 656 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 668 …::rtl::OUString SAL_CALL AccessibleIconChoiceCtrlEntry::getTextRange( sal_Int32 nStartIndex, sal_I… in getTextRange() argument 673 return OCommonAccessibleText::getTextRange( nStartIndex, nEndIndex ); in getTextRange()
|
| H A D | AccessibleBrowseBoxTableCell.cxx | 73 …void AccessibleBrowseBoxTableCell::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 75 nStartIndex = 0; in implGetSelection() 292 …sal_Bool SAL_CALL AccessibleBrowseBoxTableCell::setSelection( sal_Int32 nStartIndex, sal_Int32 nEn… in setSelection() argument 296 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 307 …::rtl::OUString SAL_CALL AccessibleBrowseBoxTableCell::getTextRange( sal_Int32 nStartIndex, sal_In… in getTextRange() argument 311 return OCommonAccessibleText::getTextRange( nStartIndex, nEndIndex ); in getTextRange() 331 …sal_Bool SAL_CALL AccessibleBrowseBoxTableCell::copyText( sal_Int32 nStartIndex, sal_Int32 nEndInd… in copyText() argument 336 checkIndex_Impl( nStartIndex, sText ); in copyText()
|
| H A D | AccessibleGridControlTableCell.cxx | 110 …void AccessibleGridControlTableCell::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndInde… in implGetSelection() argument 112 nStartIndex = 0; in implGetSelection() 306 …sal_Bool SAL_CALL AccessibleGridControlTableCell::setSelection( sal_Int32 nStartIndex, sal_Int32 n… in setSelection() argument 310 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 321 …::rtl::OUString SAL_CALL AccessibleGridControlTableCell::getTextRange( sal_Int32 nStartIndex, sal_… in getTextRange() argument 325 return OCommonAccessibleText::getTextRange( nStartIndex, nEndIndex ); in getTextRange() 345 …sal_Bool SAL_CALL AccessibleGridControlTableCell::copyText( sal_Int32 nStartIndex, sal_Int32 nEndI… in copyText() argument 350 checkIndex_Impl( nStartIndex, sText ); in copyText()
|
| H A D | accessiblelistboxentry.cxx | 228 void AccessibleListBoxEntry::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 230 nStartIndex = 0; in implGetSelection() 743 …sal_Bool SAL_CALL AccessibleListBoxEntry::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) t… in copyText() argument 750 if ( ( 0 > nStartIndex ) || ( sText.Len() <= nStartIndex ) in copyText() 754 sal_Int32 nLen = nEndIndex - nStartIndex + 1; in copyText() 755 …::svt::OStringTransfer::CopyString( sText.Copy( (sal_uInt16)nStartIndex, (sal_uInt16)nLen ), getLi… in copyText() 1107 …sal_Bool SAL_CALL AccessibleListBoxEntry::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex… in setSelection() argument 1113 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 1125 …::rtl::OUString SAL_CALL AccessibleListBoxEntry::getTextRange( sal_Int32 nStartIndex, sal_Int32 nE… in getTextRange() argument 1130 return OCommonAccessibleText::getTextRange( nStartIndex, nEndIndex ); in getTextRange()
|
| /AOO41X/main/sd/source/ui/slidesorter/view/ |
| H A D | SlsInsertAnimator.cxx | 65 const sal_Int32 nStartIndex, 268 const sal_Int32 nStartIndex (rLayouter.GetIndex(nRow, 0)); in GetRun() local 270 if (nStartIndex <= nEndIndex) in GetRun() 275 nStartIndex, in GetRun() 352 const sal_Int32 nStartIndex, in PageObjectRun() argument 356 mnStartIndex(nStartIndex), in PageObjectRun() 367 maStartOffset.resize(nEndIndex - nStartIndex + 1); in PageObjectRun() 368 maEndOffset.resize(nEndIndex - nStartIndex + 1); in PageObjectRun()
|
| /AOO41X/main/sw/source/core/text/ |
| H A D | itratr.cxx | 132 sal_Bool bChg = nStartIndex && nNewPos == nPos ? pFnt->IsFntChg() : Seek( nNewPos ); in SeekAndChgAttrIter() 173 nStartIndex = nEndIndex = nPos = nChgCnt = 0; in SeekStartAndChgAttrIter() 190 while ( ( nStartIndex < pHints->GetStartCount() ) && in SeekStartAndChgAttrIter() 191 !(*(pTxtAttr=pHints->GetStart(nStartIndex))->GetStart()) ) in SeekStartAndChgAttrIter() 195 nStartIndex++; in SeekStartAndChgAttrIter() 228 if ( nStartIndex ) // wenn ueberhaupt schon Attribute geoeffnet wurden... in SeekFwd() 253 while ( ( nStartIndex < pHints->GetStartCount() ) && in SeekFwd() 254 (*(pTxtAttr=pHints->GetStart(nStartIndex))->GetStart()<=nNewPos)) in SeekFwd() 258 nStartIndex++; in SeekFwd() 285 nStartIndex = nEndIndex = nPos = 0; in Seek() [all …]
|
| /AOO41X/main/editeng/source/uno/ |
| H A D | unoedhlp.cxx | 131 sal_Bool SvxEditSourceHelper::GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, cons… in GetAttributeRun() argument 211 nStartIndex = static_cast<sal_uInt16>( nClosestStartIndex ); in GetAttributeRun() 215 EPosition aStartPos( nPara, nStartIndex ), aEndPos( nPara, nEndIndex ); in GetAttributeRun() 266 nStartIndex = 0; in GetAttributeRun() 271 nStartIndex += rEE.GetTextLen(i)+1; in GetAttributeRun() 274 nStartIndex += aStartPos.nIndex; in GetAttributeRun() 323 nStartIndex = static_cast<sal_uInt16>( nClosestStartIndex ); in GetAttributeRun()
|
| /AOO41X/main/editeng/inc/editeng/ |
| H A D | AccessibleEditableTextPara.hxx | 72 …virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndI… 139 …virtual sal_Bool SAL_CALL setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com:… 141 …virtual ::rtl::OUString SAL_CALL getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw … 148 …virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun… 151 …virtual sal_Bool SAL_CALL cutText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun:… 153 …virtual sal_Bool SAL_CALL deleteText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::s… 155 …virtual sal_Bool SAL_CALL replaceText( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const ::rtl::OU… 156 …virtual sal_Bool SAL_CALL setAttributes( sal_Int32 nStartIndex, sal_Int32 nEndIndex, const ::com::… 319 … sal_Bool GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, sal_Int32 nIndex ); 351 …String GetTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) SAL_THROW((::com::sun::star::uno…
|
| /AOO41X/main/offapi/com/sun/star/accessibility/ |
| H A D | XAccessibleEditableText.idl | 63 @param nStartIndex 78 boolean cutText ([in] long nStartIndex, [in] long nEndIndex) 112 @param nStartIndex 127 boolean deleteText ([in] long nStartIndex, [in] long nEndIndex) 165 @param nStartIndex 183 boolean replaceText ([in] long nStartIndex, [in] long nEndIndex, 197 @param nStartIndex 216 boolean setAttributes ([in] long nStartIndex, [in] long nEndIndex,
|
| /AOO41X/main/sc/source/ui/view/ |
| H A D | olinewin.cxx | 385 SCCOLROW nStartIndex, nEndIndex; in ItemHit() local 386 GetVisibleRange( nStartIndex, nEndIndex ); in ItemHit() 422 if ( (nEnd >= nStartIndex) && (nStart <= nEndIndex) ) in ItemHit() 431 …if ( (nStart >= nStartIndex) && (nImagePos <= nEntryMousePos) && (nEntryMousePos < nImagePos + SC_… in ItemHit() 643 SCCOLROW nStartIndex, nEndIndex; in Paint() local 644 GetVisibleRange( nStartIndex, nEndIndex ); in Paint() 665 bool bDraw = (nEnd >= nStartIndex) && (nStart <= nEndIndex); in Paint() 672 if ( nStart >= nStartIndex ) in Paint() 698 bool bDraw = (nStartIndex <= nStart) && (nStart <= nEndIndex + 1); in Paint()
|
| /AOO41X/main/tools/inc/tools/ |
| H A D | dynary.hxx | 53 sal_uIntPtr GetIndex( const void* p, sal_uIntPtr nStartIndex, in GetIndex() argument 55 { return Container::GetPos( p, nStartIndex, bForward ); } in GetIndex() 90 sal_uIntPtr GetIndex( const Type p, sal_uIntPtr nStartIndex, \ 93 nStartIndex, \
|