Home
last modified time | relevance | path

Searched refs:nWordLen (Results 1 – 11 of 11) sorted by relevance

/trunk/main/linguistic/source/
H A Dhyphdsp.cxx263 sal_Int32 nWordLen = rWord.getLength(); in hyphenate() local
265 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() local
410 if (nLanguage == LANGUAGE_NONE || !nWordLen) in queryAlternativeSpelling()
418 if (!pEntry || !(0 <= nIndex && nIndex <= nWordLen - 2)) in queryAlternativeSpelling()
/trunk/main/sw/source/core/text/
H A Dporlay.cxx1135 xub_StrLen nWordLen = rWord.Len(); in InitScriptInfo() local
1138 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()
H A Dguess.cxx542 xub_StrLen nWordLen; in AlternativeSpelling() local
549 nWordLen = static_cast<xub_StrLen>(aBound.endPos - nBreakStart); in AlternativeSpelling()
554 XubString aTxt( rInf.GetTxt().Copy( nBreakStart, nWordLen ) ); in AlternativeSpelling()
H A Dtxthyph.cxx291 rHyphInf.nWordLen = nLen+nCnt; in Hyphenate()
/trunk/main/sw/inc/
H A Dsplargs.hxx145 xub_StrLen nWordLen; member in SwInterHyphInfo
155 nWordStart(0), nWordLen(0), in SwInterHyphInfo()
/trunk/main/cui/source/options/
H A Doptdict.cxx691 xub_StrLen nWordLen=rEntry.Len(); in IMPL_LINK() local
700 if(nWordLen>0) in IMPL_LINK()
/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx2657 xub_StrLen nWordLen = rStr.Search( ' ', nStrPos+1 ); in OutHTML_SwTxtNode() local
2658 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()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx628 short nWordLen = rNd.GetDropLen(0); in IsDropCap() local
629 if(nSwPos == nWordLen && nSwPos != 0) in IsDropCap()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1862 sal_uInt16 nWordLen = nWordEnd - nWordStart; in ImpBreakLine() local
1863 if ( ( nWordEnd >= nMaxBreakPos ) && ( nWordLen > 3 ) ) in ImpBreakLine()
1867 String aWord( *pNode, nWordStart, nWordLen ); in ImpBreakLine()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4864 sal_uInt16 nWordLen = nWordEnd - nWordStart; in ImplGetTextLines() local
4865 if ( ( nWordEnd >= nSoftBreak ) && ( nWordLen > 3 ) ) in ImplGetTextLines()
4869 String aWord( aText, nWordStart, nWordLen ); in ImplGetTextLines()
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx2136 nWordStart + nWordLen ); in SetPam()

Completed in 139 milliseconds