Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/filter/
H A Dsgvtext.cxx823 short BoxRest; // zum Quetschen und formatieren in FormatLine() local
903 BoxRest=UmbWdt-R->ChrXP; in FormatLine()
905 BoxRest=R->ChrXP-UmbWdt; // um soviel muss gequetscht werden in FormatLine()
907 Line[i]-=(i-1)*(BoxRest) /(nChars-1); in FormatLine()
937 BoxRest=AdjWdt-R->ChrXP; in FormatLine()
943 BoxRest=BoxRest /2; // Mitte in FormatLine()
944 for (i=1;i<=nChars;i++) Line[i]=Line[i]+BoxRest; in FormatLine()
947 for (i=1;i<=nChars;i++) Line[i]=Line[i]+BoxRest; in FormatLine()
956 if (Just==THJustDrvOut) BoxRest=AdjWdt-Line[re+1]; in FormatLine()
967 Line[i]=Line[i]+MulDiv(i-li,BoxRest,re-li+1-1); in FormatLine()
[all …]