Home
last modified time | relevance | path

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

/dports/editors/ted/Ted-2.23/docBase/
H A DdocNotesProperties.c28 np->npJustification= val; in docSetNotesProperty()
52 return np->npJustification; in docGetNotesProperty()
176 np->npJustification= FTNjustifyPAGE_BOTTOM; in docInitNotesProperties()
187 np->npJustification= FTNjustifyPAGE_BOTTOM; in docDefaultFootNotesProperties()
198 np->npJustification= FTNjustifyBELOW_TEXT; in docDefaultEndNotesProperties()
H A DdocNotesProperties.h111 unsigned char npJustification; member
/dports/editors/ted/Ted-2.23/Ted/
H A DtedNotesTool.c132 np->npJustification ); in tedNotesRefreshNotePropertiesTool()
481 np->npJustification= n; in tedFootnoteJustifyChosen()
495 np->npJustification= n; in tedEndnoteJustifyChosen()
/dports/editors/ted/Ted-2.23/docLayout/
H A DdocLayoutNotes.c391 if ( ! belowText && npFootnotes->npJustification == FTNjustifyPAGE_BOTTOM ) in docLayoutFootnotesForColumn()
559 npFootnotes->npJustification == FTNjustifyPAGE_BOTTOM ) in docLayoutEndnotesForSection()