Searched refs:nWordEnd (Results 1 – 6 of 6) sorted by relevance
257 long nWordEnd = nEnd; in _SelectNextRubyChars() local326 if( bIgnoreChar || bIsAlphaNum != bAlphaNum || nStart >= nWordEnd ) in _SelectNextRubyChars()336 nWordEnd = pBreakIt->GetBreakIter()->getWordBoundary( in _SelectNextRubyChars()341 if( 0 > nWordEnd || nWordEnd > nEnd || nWordEnd == nStart ) in _SelectNextRubyChars()342 nWordEnd = nEnd; in _SelectNextRubyChars()
1085 …xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetCorrection() local1097 rContent = nWordEnd; in GetCorrection()1229 …xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetGrammarCorrection() local1241 rContent = nWordEnd; in GetGrammarCorrection()
1859 sal_uInt16 nWordEnd = (sal_uInt16) aBoundary.endPos; in ImpBreakLine() local1860 DBG_ASSERT( nWordEnd > nWordStart, "ImpBreakLine: Start >= End?" ); in ImpBreakLine()1862 sal_uInt16 nWordLen = nWordEnd - nWordStart; in ImpBreakLine()1863 if ( ( nWordEnd >= nMaxBreakPos ) && ( nWordLen > 3 ) ) in ImpBreakLine()1868 sal_uInt16 nMinTrail = nWordEnd-nMaxBreakPos+1; //+1: Vor dem angeknacksten Buchstaben in ImpBreakLine()
343 sal_uInt16 nWordEnd = 0; in lcl_hasWordBreak() local344 … if ( pTextForwarder->GetWordIndices( nPara, nLineStart, nWordStart, nWordEnd ) && in lcl_hasWordBreak()
4861 sal_uInt16 nWordEnd = (sal_uInt16) aBoundary.endPos; in ImplGetTextLines() local4862 DBG_ASSERT( nWordEnd > nWordStart, "ImpBreakLine: Start >= End?" ); in ImplGetTextLines()4864 sal_uInt16 nWordLen = nWordEnd - nWordStart; in ImplGetTextLines()4865 if ( ( nWordEnd >= nSoftBreak ) && ( nWordLen > 3 ) ) in ImplGetTextLines()4870 …sal_uInt16 nMinTrail = static_cast<sal_uInt16>(nWordEnd-nSoftBreak+1); //+1: Vor dem angeknackste… in ImplGetTextLines()
3548 …xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetSmartTagTerm() local3560 rContent = nWordEnd; in GetSmartTagTerm()
Completed in 123 milliseconds