Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/text/
H A Dportxt.cxx523 sal_uInt16 nHoleLen = 1; in FormatEOL() local
524 while( nX && nHoleLen < GetLen() && CH_BLANK == rInf.GetChar( --nX ) ) in FormatEOL()
525 nHoleLen++; in FormatEOL()
530 if( nHoleLen == GetLen() ) in FormatEOL()
533 nBlankSize = nHoleLen * rInf.GetTxtSize( ' ' ).Width(); in FormatEOL()
536 SetLen( GetLen() - nHoleLen ); in FormatEOL()
539 ( (SwHolePortion *)pHole )->SetLen( nHoleLen ); in FormatEOL()

Completed in 19 milliseconds