Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/
H A Dsgvtext.cxx535 sal_uLong MaxLF100=0; in GetLineFeed() local
553 if (LF100>MaxLF100) MaxLF100=LF100; in GetLineFeed()
562 if (MaxLF100<=4000) { // sonst Overflowgefahr in GetLineFeed()
563 LF=sal_uInt16(hPoint2Sgf(short(MaxLF100)) /100); in GetLineFeed()
565 LF=sal_uInt16(hPoint2Sgf(short(MaxLF100) /100)); in GetLineFeed()

Completed in 22 milliseconds