Home
last modified time | relevance | path

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

/dports/editors/ted/Ted-2.23/Ted/
H A DtedParaLayoutTool.c95 pp->ppSpaceBeforeTwips, in tedFormatToolRefreshParagraphPage()
255 plt->pltSpaceAboveText, pp->ppSpaceBeforeTwips ); in APP_TXACTIVATE_CALLBACK_H()
435 value= ppChosen->ppSpaceBeforeTwips; in tedParaLayoutGetChosen()
439 ppChosen->ppSpaceBeforeTwips= value; in tedParaLayoutGetChosen()
499 if ( plt->ptPropertiesSet.ppSpaceBeforeTwips != 0 ) in APP_TOGGLE_CALLBACK_H()
501 pp->ppSpaceBeforeTwips= in APP_TOGGLE_CALLBACK_H()
502 plt->ptPropertiesSet.ppSpaceBeforeTwips; in APP_TOGGLE_CALLBACK_H()
510 else{ pp->ppSpaceBeforeTwips= lineHeight; } in APP_TOGGLE_CALLBACK_H()
514 pp->ppSpaceBeforeTwips= 0; in APP_TOGGLE_CALLBACK_H()
520 pp->ppSpaceBeforeTwips, in APP_TOGGLE_CALLBACK_H()
/dports/editors/ted/Ted-2.23/docBase/
H A DdocParaProperties.c33 pp->ppSpaceBeforeTwips= 0; in docInitParagraphProperties()
398 pp->ppSpaceBeforeTwips= arg; in docSetParaProperty()
523 return pp->ppSpaceBeforeTwips; in docGetParaProperty()
H A DdocParaProperties.h41 short int ppSpaceBeforeTwips; member
/dports/editors/ted/Ted-2.23/docBuf/
H A DdocParaNode.h89 # define biParaSpaceBeforeTwips biParaProperties.ppSpaceBeforeTwips
/dports/editors/ted/Ted-2.23/docRtf/
H A DdocRtfSaveParaProperties.c114 { docRtfWriteArgTag( rw, "sb", pp->ppSpaceBeforeTwips ); } in docRtfSaveParagraphProperties()