Home
last modified time | relevance | path

Searched refs:nWordStart (Results 1 – 8 of 8) sorted by path

/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx342 sal_uInt16 nWordStart = 0; in lcl_hasWordBreak() local
344 … if ( pTextForwarder->GetWordIndices( nPara, nLineStart, nWordStart, nWordEnd ) && in lcl_hasWordBreak()
345 ( nWordStart != nLineStart ) ) in lcl_hasWordBreak()
/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1858 sal_uInt16 nWordStart = nBreakPos; in ImpBreakLine() local
1860 DBG_ASSERT( nWordEnd > nWordStart, "ImpBreakLine: Start >= End?" ); in ImpBreakLine()
1862 sal_uInt16 nWordLen = nWordEnd - nWordStart; in ImpBreakLine()
1867 String aWord( *pNode, nWordStart, nWordLen ); in ImpBreakLine()
1877 if ( ( _nWordLen >= 2 ) && ( (nWordStart+_nWordLen) >= (pLine->GetStart() + 2 ) ) ) in ImpBreakLine()
1882 nBreakPos = nWordStart + _nWordLen; in ImpBreakLine()
1933 nBreakPos = nWordStart + nTxtStart; in ImpBreakLine()
/trunk/main/sw/inc/
H A Dsplargs.hxx144 xub_StrLen nWordStart; member in SwInterHyphInfo
155 nWordStart(0), nWordLen(0), in SwInterHyphInfo()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3546 xub_StrLen nWordStart = (nBegin + nLeft) < nLineStart ? nLineStart : nBegin + nLeft; in GetSmartTagTerm() local
3552 rContent = nWordStart; in GetSmartTagTerm()
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx2133 pPam->GetPoint()->nContent.Assign( pNode->GetCntntNode(), nWordStart ); in SetPam()
2136 nWordStart + nWordLen ); in SetPam()
/trunk/main/sw/source/core/edit/
H A Dedlingu.cxx1083 xub_StrLen nWordStart = (nBegin + nLeft) < nLineStart ? nLineStart : nBegin + nLeft; in GetCorrection() local
1089 rContent = nWordStart; in GetCorrection()
1227 xub_StrLen nWordStart = (nBegin + nLeft) < nLineStart ? nLineStart : nBegin + nLeft; in GetGrammarCorrection() local
1233 rContent = nWordStart; in GetGrammarCorrection()
/trunk/main/sw/source/core/text/
H A Dtxthyph.cxx241 rHyphInf.nWordStart = nWrdStart; in Hyphenate()
290 rHyphInf.nWordStart = nWrdStart; in Hyphenate()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4860 sal_uInt16 nWordStart = nPos; in ImplGetTextLines() local
4862 DBG_ASSERT( nWordEnd > nWordStart, "ImpBreakLine: Start >= End?" ); in ImplGetTextLines()
4864 sal_uInt16 nWordLen = nWordEnd - nWordStart; in ImplGetTextLines()
4869 String aWord( aText, nWordStart, nWordLen ); in ImplGetTextLines()
4879 if ( ( _nWordLen >= 2 ) && ( (nWordStart+_nWordLen) >= ( 2 ) ) ) in ImplGetTextLines()
4883 nBreakPos = nWordStart + _nWordLen; in ImplGetTextLines()
4933 nBreakPos = nWordStart + nTxtStart; in ImplGetTextLines()

Completed in 106 milliseconds