Searched refs:nWordLen (Results 1 – 11 of 11) sorted by relevance
263 sal_Int32 nWordLen = rWord.getLength(); in hyphenate() local265 if (nLanguage == LANGUAGE_NONE || !nWordLen || in hyphenate()266 nMaxLeading == 0 || nMaxLeading == nWordLen) in hyphenate()274 if (!pEntry || (nMaxLeading < 0 || nMaxLeading > nWordLen)) in hyphenate()408 sal_Int32 nWordLen = rWord.getLength(); in queryAlternativeSpelling() local410 if (nLanguage == LANGUAGE_NONE || !nWordLen) in queryAlternativeSpelling()418 if (!pEntry || !(0 <= nIndex && nIndex <= nWordLen - 2)) in queryAlternativeSpelling()
1135 xub_StrLen nWordLen = rWord.Len(); in InitScriptInfo() local1138 while( nWordLen && isTransparentChar( rWord.GetChar( nWordLen - 1 ))) in InitScriptInfo()1139 --nWordLen; in InitScriptInfo()1141 while (nIdx < nWordLen) in InitScriptInfo()1155 if (nPriorityLevel >= 1 && nIdx < nWordLen - 1) in InitScriptInfo()1171 … ( isHahChar ( cCh ) && nIdx == nWordLen - 1)) // Hah (dual joining) only at end of word in InitScriptInfo()1192 && nIdx == nWordLen - 1)) // only at end of word in InitScriptInfo()1206 if ( nPriorityLevel >= 4 && nIdx > 0 && nIdx < nWordLen - 1 ) in InitScriptInfo()1234 && nIdx == nWordLen - 1)) // only at end of word in InitScriptInfo()1254 && nIdx == nWordLen - 1)) // only at end of word in InitScriptInfo()
542 xub_StrLen nWordLen; in AlternativeSpelling() local549 nWordLen = static_cast<xub_StrLen>(aBound.endPos - nBreakStart); in AlternativeSpelling()554 XubString aTxt( rInf.GetTxt().Copy( nBreakStart, nWordLen ) ); in AlternativeSpelling()
291 rHyphInf.nWordLen = nLen+nCnt; in Hyphenate()
145 xub_StrLen nWordLen; member in SwInterHyphInfo155 nWordStart(0), nWordLen(0), in SwInterHyphInfo()
691 xub_StrLen nWordLen=rEntry.Len(); in IMPL_LINK() local700 if(nWordLen>0) in IMPL_LINK()
2657 xub_StrLen nWordLen = rStr.Search( ' ', nStrPos+1 ); in OutHTML_SwTxtNode() local2658 if( nWordLen == STRING_NOTFOUND ) in OutHTML_SwTxtNode()2659 nWordLen = nEnde; in OutHTML_SwTxtNode()2660 nWordLen -= nStrPos; in OutHTML_SwTxtNode()2663 (nLineLen+nWordLen) >= rHTMLWrt.nWhishLineLen ) in OutHTML_SwTxtNode()
628 short nWordLen = rNd.GetDropLen(0); in IsDropCap() local629 if(nSwPos == nWordLen && nSwPos != 0) in IsDropCap()
1862 sal_uInt16 nWordLen = nWordEnd - nWordStart; in ImpBreakLine() local1863 if ( ( nWordEnd >= nMaxBreakPos ) && ( nWordLen > 3 ) ) in ImpBreakLine()1867 String aWord( *pNode, nWordStart, nWordLen ); in ImpBreakLine()
4864 sal_uInt16 nWordLen = nWordEnd - nWordStart; in ImplGetTextLines() local4865 if ( ( nWordEnd >= nSoftBreak ) && ( nWordLen > 3 ) ) in ImplGetTextLines()4869 String aWord( aText, nWordStart, nWordLen ); in ImplGetTextLines()
2136 nWordStart + nWordLen ); in SetPam()
Completed in 268 milliseconds