/aoo4110/main/accessibility/source/standard/ |
H A D | vclxaccessibleedit.cxx | 174 nEndIndex = aSelection.Max; in implGetSelection() 434 if ( !implIsValidRange( nStartIndex, nEndIndex, sText.getLength() ) ) in setSelection() 441 pVCLXEdit->setSelection( awt::Selection( nStartIndex, nEndIndex ) ); in setSelection() 463 return VCLXAccessibleTextComponent::getTextRange( nStartIndex, nEndIndex ); in getTextRange() 499 return VCLXAccessibleTextComponent::copyText( nStartIndex, nEndIndex ); in copyText() 510 return copyText( nStartIndex, nEndIndex ) && deleteText( nStartIndex, nEndIndex ); in cutText() 553 return replaceText( nStartIndex, nEndIndex, ::rtl::OUString() ); in deleteText() 574 if ( !implIsValidRange( nStartIndex, nEndIndex, sText.getLength() ) ) in replaceText() 577 sal_Int32 nMinIndex = ::std::min( nStartIndex, nEndIndex ); in replaceText() 578 sal_Int32 nMaxIndex = ::std::max( nStartIndex, nEndIndex ); in replaceText() [all …]
|
H A D | vclxaccessibletextcomponent.cxx | 120 void VCLXAccessibleTextComponent::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 123 nEndIndex = 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 …AccessibleTextComponent::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (IndexOu… 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 154 nEndIndex = 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 154 nEndIndex = 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 … VCLXAccessibleListItem::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (IndexOu… 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 597 checkIndex_Impl( nEndIndex, m_sEntryText ); in copyText() 605 ::rtl::OUString sText( getTextRange( nStartIndex, nEndIndex ) ); in copyText()
|
H A D | vclxaccessiblestatusbaritem.cxx | 205 void VCLXAccessibleStatusBarItem::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 208 nEndIndex = 0; in implGetSelection() 583 sal_Bool VCLXAccessibleStatusBarItem::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) th… in setSelection() argument 587 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 595 sal_Bool VCLXAccessibleStatusBarItem::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw … in copyText() argument 606 ::rtl::OUString sText( getTextRange( nStartIndex, nEndIndex ) ); in copyText()
|
H A D | vclxaccessibletoolboxitem.cxx | 276 void VCLXAccessibleToolBoxItem::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 279 nEndIndex = 0; in implGetSelection() 524 …LXAccessibleToolBoxItem::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (IndexOu… in setSelection() argument 528 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 534 sal_Bool SAL_CALL VCLXAccessibleToolBoxItem::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex )… in copyText() argument 538 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in copyText() 548 ::rtl::OUString sText( getTextRange( nStartIndex, nEndIndex ) ); in copyText()
|
/aoo4110/main/editeng/source/accessibility/ |
H A D | AccessibleStaticTextBase.cxx | 98 nEndIndex >= 0 && nEndIndex <= USHRT_MAX , in MakeSelection() 854 if( nStartIndex > nEndIndex ) in getTextRange() 855 ::std::swap(nStartIndex, nEndIndex); in getTextRange() 857 if ( nStartIndex == nEndIndex ) in getTextRange() 870 sal_Int32 nTemp = nEndIndex - 1; in getTextRange() 875 if ( bStart && bEnd && ( nStartIndex == nEndIndex) ) in getTextRange() 884 nEndIndex++; in getTextRange() 962 sal_uInt16 nStartIndex, nEndIndex; in getTextAtIndex() local 967 aResult.SegmentEnd = nEndIndex; in getTextAtIndex() 1075 if( nStartIndex > nEndIndex ) in copyText() [all …]
|
H A D | AccessibleEditableTextPara.cxx | 208 nEndIndex = nEnd; in implGetSelection() 214 nEndIndex = -1; in implGetSelection() 1720 CheckRange(nStartIndex, nEndIndex); in setSelection() 2076 nEndIndex -= aBulletInfo.aText.Len(); in getTextAtIndex() 2167 sal_uInt16 nStartIndex, nEndIndex; in getTextBeforeIndex() local 2339 if( GetAttributeRun(nStartIndex, nEndIndex, nEndIndex) ) in getTextBehindIndex() 2464 CheckRange(nStartIndex, nEndIndex); in copyText() 2503 CheckRange(nStartIndex, nEndIndex); in cutText() 2579 CheckRange(nStartIndex, nEndIndex); in deleteText() 2664 CheckRange(nStartIndex, nEndIndex); in replaceText() [all …]
|
/aoo4110/main/comphelper/source/misc/ |
H A D | accessibletexthelper.cxx | 117 …return ( nStartIndex >= 0 ) && ( nStartIndex <= nLength ) && ( nEndIndex >= 0 ) && ( nEndIndex <= … in implIsValidRange() 140 rBoundary.endPos = nEndIndex; in implGetGlyphBoundary() 277 sal_Int32 nEndIndex; in getSelectedText() local 279 implGetSelection( nStartIndex, nEndIndex ); in getSelectedText() 283 sText = getTextRange( nStartIndex, nEndIndex ); in getSelectedText() 297 sal_Int32 nEndIndex; in getSelectionStart() local 299 implGetSelection( nStartIndex, nEndIndex ); in getSelectionStart() 309 sal_Int32 nEndIndex; in getSelectionEnd() local 311 implGetSelection( nStartIndex, nEndIndex ); in getSelectionEnd() 313 return nEndIndex; in getSelectionEnd() [all …]
|
/aoo4110/main/xmloff/source/style/ |
H A D | PageMasterImportContext.cxx | 104 sal_Int32 nEndIndex (-1); in CreateChildContext() local 121 nEndIndex = nIndex; in CreateChildContext() 126 nEndIndex = nIndex; in CreateChildContext() 128 xAttrList, GetProperties(), xImpPrMap, nStartIndex, nEndIndex, bHeader); in CreateChildContext() 139 sal_Int32 nEndIndex (-1); in CreateChildContext() local 148 nEndIndex = nIndex; in CreateChildContext() 154 nEndIndex = nIndex; in CreateChildContext() 160 xImpPrMap, 0, nEndIndex, aType); in CreateChildContext()
|
/aoo4110/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::…
|
/aoo4110/main/sc/source/core/data/ |
H A D | attarray.cxx | 1027 SCSIZE nEndIndex; in MergeBlockFrame() local 1115 SCSIZE nEndIndex; in ApplyBlockFrame() local 1172 SCSIZE nEndIndex; in HasLines() local 1174 Search( nRow2, nEndIndex ); in HasLines() 1195 if ( nEndIndex != nStartIndex ) in HasLines() 1248 SCSIZE nEndIndex; in HasAttrib() local 1250 Search( nRow2, nEndIndex ); in HasAttrib() 1368 SCSIZE nEndIndex; in ExtendMerge() local 1370 Search( nEndRow, nEndIndex ); in ExtendMerge() 2183 SCSIZE nEndIndex = 0; in DeleteRow() local [all …]
|
H A D | column3.cxx | 284 SCSIZE nEndIndex = 0; in DeleteRow() local 294 nEndIndex = i; in DeleteRow() 391 aDelCells.reserve( nEndIndex - nStartIndex + 1 ); in DeleteRange() 417 …memmove( &pItems[nStartIndex], &pItems[nEndIndex + 1], (nCount - nEndIndex - 1) * sizeof(ColEntry)… in DeleteRange() 418 nCount -= nEndIndex-nStartIndex+1; in DeleteRange() 572 SCSIZE nEndIndex = 0; in DeleteArea() local 581 nEndIndex = i; in DeleteArea() 683 SCSIZE nEndIndex = nStartIndex; in CopyFromClip() local 692 nEndIndex+1 < rColumn.nCount && in CopyFromClip() 696 ++nEndIndex; in CopyFromClip() [all …]
|
/aoo4110/main/sd/source/ui/slidesorter/view/ |
H A D | SlsInsertAnimator.cxx | 66 const sal_Int32 nEndIndex); 269 const sal_Int32 nEndIndex (rLayouter.GetIndex(nRow, rLayouter.GetColumnCount()-1)); in GetRun() local 270 if (nStartIndex <= nEndIndex) in GetRun() 276 nEndIndex))).first; in GetRun() 353 const sal_Int32 nEndIndex) in PageObjectRun() argument 357 mnEndIndex(nEndIndex), in PageObjectRun() 367 maStartOffset.resize(nEndIndex - nStartIndex + 1); in PageObjectRun() 368 maEndOffset.resize(nEndIndex - nStartIndex + 1); in PageObjectRun()
|
/aoo4110/main/sw/source/core/access/ |
H A D | accpara.cxx | 253 ( nHere <= nEndIndex ) ) in GetSelection() 295 if( nHere < nEndIndex ) in GetSelection() 667 sal_Int32 nEndIndex ) in CreateUnoPortion() argument 670 (nEndIndex == -1)) || in CreateUnoPortion() 2878 sal_Int32 nStartIndex, sal_Int32 nEndIndex ) in getTextRange() argument 2889 OrderRange( nStartIndex, nEndIndex ); in getTextRange() 3108 setSelection( nStartIndex, nEndIndex ); in copyText() 3128 setSelection( nStartIndex, nEndIndex ); in cutText() 3161 sal_Int32 nStartIndex, sal_Int32 nEndIndex, in replaceText() argument 3213 sal_Int32 nEndIndex, in setAttributes() argument [all …]
|
H A D | accframebase.cxx | 359 sal_uLong nEndIndex = pEnd->nNode.GetIndex(); in GetSelectedState() local 360 if( ( nHere >= nStartIndex ) && (nHere <= nEndIndex) ) in GetSelectedState() 365 if( (nHere == nEndIndex) && (pIndex < pEnd->nContent.GetIndex()) || (nHere < nEndIndex) ) in GetSelectedState() 371 && (nHere < nEndIndex ) ) in GetSelectedState()
|
/aoo4110/main/accessibility/source/extended/ |
H A D | AccessibleBrowseBoxTableCell.cxx | 73 void AccessibleBrowseBoxTableCell::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 76 nEndIndex = 0; in implGetSelection() 292 …sibleBrowseBoxTableCell::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::… in setSelection() argument 296 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 307 …sibleBrowseBoxTableCell::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::… in getTextRange() argument 311 return OCommonAccessibleText::getTextRange( nStartIndex, nEndIndex ); in getTextRange() 331 …ccessibleBrowseBoxTableCell::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::… in copyText() argument 337 checkIndex_Impl( nEndIndex, sText ); in copyText()
|
H A D | accessibleiconchoicectrlentry.cxx | 230 …void AccessibleIconChoiceCtrlEntry::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex… in implGetSelection() argument 233 nEndIndex = 0; in implGetSelection() 537 …cessibleIconChoiceCtrlEntry::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (IndexOu… in copyText() argument 544 || ( 0 > nEndIndex ) || ( sText.Len() <= nEndIndex ) ) in copyText() 547 sal_Int32 nLen = nEndIndex - nStartIndex + 1; in copyText() 650 …ibleIconChoiceCtrlEntry::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::… in setSelection() argument 656 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 668 …ibleIconChoiceCtrlEntry::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::… in getTextRange() argument 673 return OCommonAccessibleText::getTextRange( nStartIndex, nEndIndex ); in getTextRange()
|
H A D | AccessibleGridControlTableCell.cxx | 110 …id AccessibleGridControlTableCell::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection() argument 113 nEndIndex = 0; in implGetSelection() 306 …bleGridControlTableCell::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::… in setSelection() argument 310 if ( !implIsValidRange( nStartIndex, nEndIndex, implGetText().getLength() ) ) in setSelection() 321 …bleGridControlTableCell::getTextRange( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::… in getTextRange() argument 325 return OCommonAccessibleText::getTextRange( nStartIndex, nEndIndex ); in getTextRange() 345 …essibleGridControlTableCell::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::… in copyText() argument 351 checkIndex_Impl( nEndIndex, sText ); in copyText()
|
/aoo4110/main/editeng/source/uno/ |
H A D | unoedhlp.cxx | 131 sal_Bool SvxEditSourceHelper::GetAttributeRun( sal_uInt16& nStartIndex, sal_uInt16& nEndIndex, cons… in GetAttributeRun() argument 212 nEndIndex = static_cast<sal_uInt16>( nClosestEndIndex ); in GetAttributeRun() 215 EPosition aStartPos( nPara, nStartIndex ), aEndPos( nPara, nEndIndex ); in GetAttributeRun() 275 nEndIndex = 0; in GetAttributeRun() 280 nEndIndex += rEE.GetTextLen(i)+1; in GetAttributeRun() 283 nEndIndex += aEndPos.nIndex; in GetAttributeRun() 324 nEndIndex = static_cast<sal_uInt16>( nClosestEndIndex ); in GetAttributeRun()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | AccessibleEditableTextPara.hxx | 72 virtual void implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ); 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…
|
/aoo4110/main/offapi/com/sun/star/accessibility/ |
H A D | XAccessibleEditableText.idl | 67 @param nEndIndex 78 boolean cutText ([in] long nStartIndex, [in] long nEndIndex) 116 @param nEndIndex 127 boolean deleteText ([in] long nStartIndex, [in] long nEndIndex) 169 @param nEndIndex 183 boolean replaceText ([in] long nStartIndex, [in] long nEndIndex, 201 @param nEndIndex 216 boolean setAttributes ([in] long nStartIndex, [in] long nEndIndex,
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unoportenum.cxx | 756 sal_uInt16 nEndIndex = 0; in lcl_ExportHints() local 758 while(nEndIndex < pHints->GetEndCount() && in lcl_ExportHints() 759 (!pHints->GetEnd(nEndIndex)->GetEnd() || in lcl_ExportHints() 760 nCurrentIndex >= (nNextEnd = (*pHints->GetEnd(nEndIndex)->GetEnd())))) in lcl_ExportHints() 762 if(pHints->GetEnd(nEndIndex)->GetEnd()) in lcl_ExportHints() 764 SwTxtAttr * const pAttr = pHints->GetEnd(nEndIndex); in lcl_ExportHints() 809 nEndIndex = pHints->GetEndCount() - 1; in lcl_ExportHints() 833 nEndIndex++; in lcl_ExportHints() 1020 nEndIndex = 0; in lcl_ExportHints() 1022 while(nEndIndex < pHints->GetEndCount() && in lcl_ExportHints() [all …]
|
/aoo4110/main/sw/source/core/text/ |
H A D | itratr.cxx | 173 nStartIndex = nEndIndex = nPos = nChgCnt = 0; in SeekStartAndChgAttrIter() 234 while ( ( nEndIndex < pHints->GetEndCount() ) && in SeekFwd() 235 (*(pTxtAttr=pHints->GetEnd(nEndIndex))->GetAnyEnd()<=nNewPos)) in SeekFwd() 240 nEndIndex++; in SeekFwd() 245 while ( ( nEndIndex < pHints->GetEndCount() ) && in SeekFwd() 246 (*(pTxtAttr=pHints->GetEnd(nEndIndex))->GetAnyEnd()<=nNewPos)) in SeekFwd() 248 nEndIndex++; in SeekFwd() 285 nStartIndex = nEndIndex = nPos = 0; in Seek() 323 if (pHints->GetEndCount() > nEndIndex) // Gibt es noch Enden? in GetNextAttr() 325 xub_StrLen nNextEnd = (*pHints->GetEnd(nEndIndex)->GetAnyEnd()); in GetNextAttr()
|
/aoo4110/main/chart2/source/view/charttypes/ |
H A D | BubbleChart.cxx | 85 sal_Int32 nEndIndex = VSeriesPlotter::getPointCount(); in calculateMaximumLogicBubbleSize() local 86 for( sal_Int32 nIndex = nStartIndex; nIndex < nEndIndex; nIndex++ ) in calculateMaximumLogicBubbleSize() 225 sal_Int32 nEndIndex = VSeriesPlotter::getPointCount(); in createShapes() local 226 if(nEndIndex<=0) in createShapes() 227 nEndIndex=1; in createShapes() 243 for( sal_Int32 nIndex = nStartIndex; nIndex < nEndIndex; nIndex++ ) in createShapes()
|