Home
last modified time | relevance | path

Searched refs:nAltStart (Results 1 – 2 of 2) sorted by path

/trunk/main/editeng/source/editeng/
H A Dimpedit3.cxx1902 sal_uInt16 nAltStart = _nWordLen - 1; in ImpBreakLine() local
1903 sal_uInt16 nTxtStart = nAltStart - (aAlt.Len() - aWord.Len()); in ImpBreakLine()
1905 sal_uInt16 nAltEnd = nAltStart; in ImpBreakLine()
1917 if( nAltEnd > nTxtEnd && nAltStart == nAltEnd && in ImpBreakLine()
1925 DBG_ASSERT( ( nAltEnd - nAltStart ) == 1, "Alternate: Falsche Annahme!" ); in ImpBreakLine()
1928 cAlternateReplChar = aAlt.GetChar( nAltStart ); in ImpBreakLine()
1930 cAlternateExtraChar = aAlt.GetChar( nAltStart ); in ImpBreakLine()
/trunk/main/vcl/source/gdi/
H A Doutdev3.cxx4903 sal_uInt16 nAltStart = _nWordLen - 1; in ImplGetTextLines() local
4904 sal_uInt16 nTxtStart = nAltStart - (aAlt.Len() - aWord.Len()); in ImplGetTextLines()
4906 sal_uInt16 nAltEnd = nAltStart; in ImplGetTextLines()
4918 if( nAltEnd > nTxtEnd && nAltStart == nAltEnd && in ImplGetTextLines()
4926 DBG_ASSERT( ( nAltEnd - nAltStart ) == 1, "Alternate: Falsche Annahme!" ); in ImplGetTextLines()
4929 cAlternateReplChar = aAlt.GetChar( nAltStart ); in ImplGetTextLines()
4931 cAlternateExtraChar = aAlt.GetChar( nAltStart ); in ImplGetTextLines()

Completed in 64 milliseconds