/trunk/main/comphelper/source/misc/ |
H A D | accessibletexthelper.cxx | 371 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex() 383 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex() 395 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex() 407 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex() 419 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex() 480 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBeforeIndex() 497 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBeforeIndex() 513 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBeforeIndex() 622 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBehindIndex() 643 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBehindIndex() [all …]
|
/trunk/main/basctl/source/dlged/ |
H A D | managelang.cxx | 78 Boundary aBoundary = xBreakIter->getWordBoundary( in getLongestWordWidth() local 81 while ( aBoundary.startPos != aBoundary.endPos ) in getLongestWordWidth() 83 nStartPos = aBoundary.endPos; in getLongestWordWidth() 85 (sal_uInt16)aBoundary.startPos, in getLongestWordWidth() 86 (sal_uInt16)aBoundary.endPos - (sal_uInt16)aBoundary.startPos ) ); in getLongestWordWidth() 90 aBoundary = xBreakIter->nextWord( in getLongestWordWidth()
|
/trunk/main/editeng/source/accessibility/ |
H A D | AccessibleEditableTextPara.cxx | 2160 i18n::Boundary aBoundary; in getTextBeforeIndex() local 2271 implGetWordBoundary( aBoundary, nIndex ); in getTextBeforeIndex() 2277 if( aBoundary.startPos == -1 || aBoundary.startPos > nIndex) in getTextBeforeIndex() 2294 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBeforeIndex() 2295 aResult.SegmentStart = aBoundary.startPos; in getTextBeforeIndex() 2296 aResult.SegmentEnd = aBoundary.endPos; in getTextBeforeIndex() 2328 i18n::Boundary aBoundary; in getTextBehindIndex() local 2409 if( nIndex <= aBoundary.endPos ) in getTextBehindIndex() 2411 nextWord = aBoundary.endPos; in getTextBehindIndex() 2418 aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextBehindIndex() [all …]
|
/trunk/main/accessibility/source/extended/ |
H A D | textwindowaccessibility.cxx | 621 return ::css::accessibility::TextSegment( getTextRange(aBoundary.startPos, aBoundary.endPos), in getTextAtLineNumber() 622 aBoundary.startPos, aBoundary.endPos); in getTextAtLineNumber() 1418 ::css::i18n::Boundary aBoundary; in retrieveParagraphLineBoundary() 1419 aBoundary.startPos = nIndex; in retrieveParagraphLineBoundary() 1420 aBoundary.endPos = nIndex; in retrieveParagraphLineBoundary() 1453 return aBoundary; in retrieveParagraphLineBoundary() 1460 ::css::i18n::Boundary aBoundary; in retrieveParagraphBoundaryOfLine() 1461 aBoundary.startPos = 0; in retrieveParagraphBoundaryOfLine() 1462 aBoundary.endPos = 0; in retrieveParagraphBoundaryOfLine() 1486 aBoundary.endPos = nLineEnd; in retrieveParagraphBoundaryOfLine() [all …]
|
/trunk/main/svtools/source/edit/ |
H A D | textview.cxx | 875 aNewSel.GetStart().GetIndex() = (sal_uInt16)aBoundary.startPos; in MouseButtonDown() 876 aNewSel.GetEnd().GetIndex() = (sal_uInt16)aBoundary.endPos; in MouseButtonDown() 882 (sal_uInt16)aBoundary.startPos), in MouseButtonDown() 886 (sal_uInt16)aBoundary.endPos), in MouseButtonDown() 1506 if ( aBoundary.startPos >= rPaM.GetIndex() ) in CursorWordLeft() 1507 …aBoundary = xBI->previousWord( pNode->GetText(), rPaM.GetIndex(), mpImpl->mpTextEngine->GetLocale(… in CursorWordLeft() 1508 aPaM.GetIndex() = ( aBoundary.startPos != -1 ) ? (sal_uInt16)aBoundary.startPos : 0; in CursorWordLeft() 1529 aPaM.GetIndex() = (sal_uInt16)aBoundary.startPos; in CursorWordRight() 1558 if ( aBoundary.startPos == mpImpl->maSelection.GetEnd().GetIndex() ) in ImpDelete() 1561 aEndPaM.GetIndex() = (aBoundary.startPos >= 0) ? (sal_uInt16)aBoundary.startPos : 0; in ImpDelete() [all …]
|
H A D | texteng.cxx | 2624 …i18n::Boundary aBoundary = xBI->getWordBoundary( pNode->GetText(), rCursorPos.GetIndex(), GetLocal… in GetWord() local 2625 aSel.GetStart().GetIndex() = (sal_uInt16)aBoundary.startPos; in GetWord() 2626 aSel.GetEnd().GetIndex() = (sal_uInt16)aBoundary.endPos; in GetWord()
|
/trunk/main/vcl/source/control/ |
H A D | edit.cxx | 739 if ( aBoundary.startPos == aSelection.Min() ) in ImplDelete() 740 …aBoundary = xBI->previousWord( maText, aSelection.Min(), GetSettings().GetLocale(), i18n::WordType… in ImplDelete() 741 aSelection.Min() = aBoundary.startPos; in ImplDelete() 757 …i18n::Boundary aBoundary = xBI->nextWord( maText, aSelection.Max(), GetSettings().GetLocale(), i18… in ImplDelete() local 758 aSelection.Max() = aBoundary.startPos; in ImplDelete() 1457 ImplSetSelection( Selection( aBoundary.startPos, aBoundary.endPos ) ); in MouseButtonDown() 1690 if ( aBoundary.startPos == aSel.Max() ) in ImplHandleKeyEvent() 1691 …aBoundary = xBI->previousWord( maText, aSel.Max(), GetSettings().GetLocale(), i18n::WordType::ANYW… in ImplHandleKeyEvent() 1692 aSel.Max() = aBoundary.startPos; in ImplHandleKeyEvent() 1704 …i18n::Boundary aBoundary = xBI->nextWord( maText, aSel.Max(), GetSettings().GetLocale(), i18n::Wor… in ImplHandleKeyEvent() local [all …]
|
/trunk/main/sw/source/ui/lingu/ |
H A D | hhcwrp.cxx | 653 Boundary aBoundary( pBreakIt->GetBreakIter()-> in Convert() local 658 if (aBoundary.startPos < aText.getLength() && in Convert() 659 aBoundary.startPos != aBoundary.endPos) in Convert() 661 nStartIdx = static_cast< xub_StrLen >(aBoundary.startPos ); in Convert()
|
/trunk/main/editeng/source/editeng/ |
H A D | impedit2.cxx | 1557 if ( aBoundary.startPos >= nCurrentPos ) in WordLeft() 1558 aBoundary = _xBI->previousWord( *aNewPaM.GetNode(), nCurrentPos, aLocale, nWordType ); in WordLeft() 1559 aNewPaM.SetIndex( ( aBoundary.startPos != (-1) ) ? (sal_uInt16)aBoundary.startPos : 0 ); in WordLeft() 1578 …i18n::Boundary aBoundary = _xBI->nextWord( *aNewPaM.GetNode(), aNewPaM.GetIndex(), aLocale, nWordT… in WordRight() local 1579 aNewPaM.SetIndex( (sal_uInt16)aBoundary.startPos ); in WordRight() 1610 aNewPaM.SetIndex( (sal_uInt16)aBoundary.startPos ); in StartOfWord() 1628 aNewPaM.SetIndex( (sal_uInt16)aBoundary.endPos ); in EndOfWord() 1651 if ( ( aBoundary.endPos > aPaM.GetIndex() ) && in SelectWord() 1652 …( ( aBoundary.startPos < aPaM.GetIndex() ) || ( bAcceptStartOfWord && ( aBoundary.startPos == aPaM… in SelectWord() 1654 aNewSel.Min().SetIndex( (sal_uInt16)aBoundary.startPos ); in SelectWord() [all …]
|
H A D | impedit3.cxx | 1855 …i18n::Boundary aBoundary = _xBI->getWordBoundary( *pNode, nBreakPos, GetLocale( EditPaM( pNode, nB… in ImpBreakLine() local 1859 sal_uInt16 nWordEnd = (sal_uInt16) aBoundary.endPos; in ImpBreakLine()
|
/trunk/main/canvas/source/tools/ |
H A D | page.cxx | 132 SurfaceRect aBoundary(mpRenderModule->getPageSize()-basegfx::B2IVector(1,1)); in isValidLocation() local 133 if( !r.inside(aBoundary) ) in isValidLocation()
|
/trunk/main/tools/source/inet/ |
H A D | inetstrm.cxx | 1656 ByteString aBoundary (aType.Copy (nPos + 9)); in PutMsgLine() local 1658 aBoundary.EraseLeadingAndTrailingChars (' '); in PutMsgLine() 1659 aBoundary.EraseLeadingAndTrailingChars ('"'); in PutMsgLine() 1662 pMsg->SetMultipartBoundary (aBoundary); in PutMsgLine()
|
/trunk/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 1273 Boundary aBoundary = pBreakIt->GetBreakIter()->getWordBoundary( in IsInWordWT() local 1279 bRet = aBoundary.startPos != aBoundary.endPos && in IsInWordWT() 1280 aBoundary.startPos <= nPtPos && in IsInWordWT() 1281 nPtPos <= aBoundary.endPos; in IsInWordWT() 1285 … bRet = rCC.isLetterNumeric( pTxtNd->GetTxt(), static_cast<xub_StrLen>(aBoundary.startPos) ); in IsInWordWT()
|
/trunk/main/sfx2/source/appl/ |
H A D | newhelp.cxx | 219 Boundary aBoundary = xBreak->getWordBoundary( in PrepareSearchString() local 222 while ( aBoundary.startPos != aBoundary.endPos ) in PrepareSearchString() 224 nStartPos = aBoundary.endPos; in PrepareSearchString() 226 … (sal_uInt16)aBoundary.startPos, (sal_uInt16)aBoundary.endPos - (sal_uInt16)aBoundary.startPos ) ); in PrepareSearchString() 245 aBoundary = xBreak->nextWord( rSearchString, nStartPos, in PrepareSearchString()
|
/trunk/main/vcl/aqua/source/gdi/ |
H A D | aquaprintaccessoryview.mm | 734 i18n::Boundary aBoundary = xBI->getWordBoundary( i_rText, i_nPos, 738 nRet = aBoundary.endPos;
|
/trunk/main/vcl/source/gdi/ |
H A D | outdev3.cxx | 4857 …i18n::Boundary aBoundary = xBI->getWordBoundary( aText, nBreakPos, rDefLocale, ::com::sun::star::i… in ImplGetTextLines() local 4861 sal_uInt16 nWordEnd = (sal_uInt16) aBoundary.endPos; in ImplGetTextLines()
|