Home
last modified time | relevance | path

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

/dports/editors/ted/Ted-2.23/docRtf/
H A DdocRtfFrameProperties.c50 if ( fp->fpXTwips >= 0 ) in docRtfSaveParaFrameProperties()
51 { docRtfWriteArgTag( rwc, "posx", fp->fpXTwips ); } in docRtfSaveParaFrameProperties()
53 docRtfWriteArgTag( rwc, "posnegx", -fp->fpXTwips ); in docRtfSaveParaFrameProperties()
102 if ( fp->fpXTwips >= 0 ) in docRtfSaveParaFrameProperties()
227 if ( fp->fpXTwips >= 0 ) in docRtfSaveRowFrameProperties()
228 { docRtfWriteArgTag( rwc, "tposx", fp->fpXTwips ); } in docRtfSaveRowFrameProperties()
230 docRtfWriteArgTag( rwc, "tposnegx", -fp->fpXTwips ); in docRtfSaveRowFrameProperties()
279 if ( fp->fpXTwips >= 0 ) in docRtfSaveRowFrameProperties()
/dports/editors/ted/Ted-2.23/docBase/
H A DdocFrameProperties.c24 fp->fpXTwips= 0; in docInitFrameProperties()
84 fp->fpXTwips= arg; in docSetFrameProperty()
195 return fp->fpXTwips; in docGetFrameProperty()
H A DdocFrameProperties.h26 int fpXTwips; member
/dports/editors/ted/Ted-2.23/Ted/
H A DtedFrameTool.c38 appLengthToTextWidget( ft->ftXText, fp->fpXTwips, ft->ftUnit ); in tedFormatRefreshXPosText()
153 &(fpChosen->fpXTwips), &changed, in tedFrameToolGetChosen()
262 ft->ftXText, fp->fpXTwips ); in APP_TXACTIVATE_CALLBACK_H()
/dports/editors/ted/Ted-2.23/docLayout/
H A DdocLayoutFrame.c579 fp->fpXReference, fp->fpXPosition, fp->fpXTwips, in docLayoutSetTextFrame()