You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
500 B
20 lines
500 B
#ifndef PREPDISP_DEFINED
|
|
#define PREPDISP_DEFINED
|
|
|
|
#include "lsidefs.h"
|
|
#include "plsline.h"
|
|
#include "plssubl.h"
|
|
#include "lskjust.h"
|
|
|
|
LSERR PrepareLineForDisplayProc(PLSLINE);
|
|
|
|
LSERR MatchPresSubline(PLSSUBL); /* IN: subline context */
|
|
|
|
LSERR AdjustSubline(PLSSUBL, /* IN: subline context */
|
|
LSKJUST, /* IN: justification type */
|
|
long, /* IN: dup desired */
|
|
BOOL); /* IN: fTrue - compress, fFalse - expand */
|
|
|
|
|
|
#endif /* PREPDISP_DEFINED */
|
|
|