Searched refs:nHoleLen (Results 1 – 1 of 1) sorted by relevance
523 sal_uInt16 nHoleLen = 1; in FormatEOL() local524 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 13 milliseconds