windows-nt/Source/XPSP1/NT/windows/richedit/inci/lstxtwrd.h

30 lines
961 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef LSTXTWRD_DEFINED
#define LSTXTWRD_DEFINED
#include "lsidefs.h"
#include "lsgrchnk.h"
void FullPositiveSpaceJustification(
const LSGRCHNK*, /* IN: Group chunk to justify */
long, /* IN: itxtobjAfterStartSpaces */
long, /* IN: iwchAfterStartSpaces */
long, /* IN: itxtobjLast */
long, /* IN: iwchLast */
long*, /* IN: rgdu */
long*, /* IN: rgduGind */
long, /* IN: duToDistribute */
BOOL*); /* OUT: pfSpaceFound */
void NegativeSpaceJustification(
const LSGRCHNK*, /* IN: Group chunk to justify */
long, /* IN: itxtobjAfterStartSpaces */
long, /* IN: iwchAfterStartSpaces */
long, /* IN: itxtobjLast */
long, /* IN: iwchLast */
long*, /* IN: rgdu */
long*, /* IN: rgduGind */
long); /* IN: duSqueeze */
#endif /* !LSTXTWRD_DEFINED */