Home
last modified time | relevance | path

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

/dports/editors/ted/Ted-2.23/docBase/
H A DdocRowProperties.h88 unsigned char rpLeftCellPaddingUnit; member
H A DdocRowProperties.c129 rp->rpLeftCellPaddingUnit= TRautoNONE; in docInitRowProperties()
903 rp->rpLeftCellPaddingUnit= arg; in docSetRowProperty()
1099 return rp->rpLeftCellPaddingUnit; in docGetRowProperty()
/dports/editors/ted/Ted-2.23/docLayout/
H A DdocPageGrid.c379 switch( rp->rpLeftCellPaddingUnit ) in docGetCellWidth()
387 LDEB(rp->rpLeftCellPaddingUnit); in docGetCellWidth()
/dports/editors/ted/Ted-2.23/docRtf/
H A DdocRtfSaveRowProperties.c159 "trpaddfl", rpSet->rpLeftCellPaddingUnit, in docRtfSaveRowProperties()