Home
last modified time | relevance | path

Searched refs:_nWordLen (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4877 sal_uInt16 _nWordLen = 1 + xHyphWord->getHyphenPos(); in ImplGetTextLines() local
4879 if ( ( _nWordLen >= 2 ) && ( (nWordStart+_nWordLen) >= ( 2 ) ) ) in ImplGetTextLines()
4883 nBreakPos = nWordStart + _nWordLen; in ImplGetTextLines()
4903 sal_uInt16 nAltStart = _nWordLen - 1; in ImplGetTextLines()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1875 sal_uInt16 _nWordLen = 1 + xHyphWord->getHyphenPos(); in ImpBreakLine() local
1877 if ( ( _nWordLen >= 2 ) && ( (nWordStart+_nWordLen) >= (pLine->GetStart() + 2 ) ) ) in ImpBreakLine()
1882 nBreakPos = nWordStart + _nWordLen; in ImpBreakLine()
1902 sal_uInt16 nAltStart = _nWordLen - 1; in ImpBreakLine()

Completed in 56 milliseconds