Home
last modified time | relevance | path

Searched refs:nWordEnd (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4861 sal_uInt16 nWordEnd = (sal_uInt16) aBoundary.endPos; in ImplGetTextLines() local
4862 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()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1085 …xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetCorrection() local
1097 rContent = nWordEnd; in GetCorrection()
1229 …xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetGrammarCorrection() local
1241 rContent = nWordEnd; in GetGrammarCorrection()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1859 sal_uInt16 nWordEnd = (sal_uInt16) aBoundary.endPos; in ImpBreakLine() local
1860 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()
/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx343 sal_uInt16 nWordEnd = 0; in lcl_hasWordBreak() local
344 … if ( pTextForwarder->GetWordIndices( nPara, nLineStart, nWordStart, nWordEnd ) && in lcl_hasWordBreak()
/trunk/main/sw/source/core/doc/
H A Ddocruby.cxx257 long nWordEnd = nEnd; in _SelectNextRubyChars() local
326 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()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3548 …xub_StrLen nWordEnd = (nBegin + nLen - nLeft - nRight) > nLineEnd ? nLineEnd - 1: (nBegin + nLen -… in GetSmartTagTerm() local
3560 rContent = nWordEnd; in GetSmartTagTerm()

Completed in 93 milliseconds