Searched refs:_nWordLen (Results 1 – 2 of 2) sorted by relevance
1875 sal_uInt16 _nWordLen = 1 + xHyphWord->getHyphenPos(); in ImpBreakLine() local1877 if ( ( _nWordLen >= 2 ) && ( (nWordStart+_nWordLen) >= (pLine->GetStart() + 2 ) ) ) in ImpBreakLine()1882 nBreakPos = nWordStart + _nWordLen; in ImpBreakLine()1902 sal_uInt16 nAltStart = _nWordLen - 1; in ImpBreakLine()
4877 sal_uInt16 _nWordLen = 1 + xHyphWord->getHyphenPos(); in ImplGetTextLines() local4879 if ( ( _nWordLen >= 2 ) && ( (nWordStart+_nWordLen) >= ( 2 ) ) ) in ImplGetTextLines()4883 nBreakPos = nWordStart + _nWordLen; in ImplGetTextLines()4903 sal_uInt16 nAltStart = _nWordLen - 1; in ImplGetTextLines()
Completed in 59 milliseconds