Home
last modified time | relevance | path

Searched refs:appLengthToTextWidget (Results 1 – 15 of 15) sorted by relevance

/dports/editors/ted/Ted-2.23/Ted/
H A DtedRowMarginsTool.c59 appLengthToTextWidget( rmt->rmtLeftIndentText, value, UNITtyPOINTS ); in tedRowToolGetLeftIndent()
73 appLengthToTextWidget( rmt->rmtLeftIndentText, value, UNITtyPOINTS ); in tedRowToolGetLeftIndent()
93 appLengthToTextWidget( rmt->rmtCellMarginText, in tedRefreshRowMarginsTool()
98 appLengthToTextWidget( rmt->rmtLeftIndentText, in tedRefreshRowMarginsTool()
179 appLengthToTextWidget( w, value, UNITtyPOINTS ); in tedFormatToolGetGapWidth()
202 appLengthToTextWidget( rmt->rmtCellMarginText, value, UNITtyPOINTS ); in tedMarginToolCheckCellMargin()
222 appLengthToTextWidget( rmt->rmtLeftIndentText, value, UNITtyPOINTS ); in tedMarginToolCheckLeftIndent()
H A DtedHeightTool.c61 appLengthToTextWidget( hc->hcText, height, UNITtyPOINTS ); in tedFormatRefreshHeightChooser()
65 appLengthToTextWidget( hc->hcText, -height, UNITtyPOINTS ); in tedFormatRefreshHeightChooser()
143 appLengthToTextWidget( hc->hcText, val, UNITtyPOINTS ); in tedFormatHeightChosen()
152 appLengthToTextWidget( hc->hcText, val, UNITtyPOINTS ); in tedFormatHeightChosen()
H A DtedSectionTool.c67 appLengthToTextWidget( st->stColwTexts[0], in tedSectionToolRefreshColumns()
94 appLengthToTextWidget( st->stColwTexts[0], in tedSectionToolRefreshColumns()
96 appLengthToTextWidget( st->stColsrTexts[0], in tedSectionToolRefreshColumns()
104 appLengthToTextWidget( st->stColwTexts[col], in tedSectionToolRefreshColumns()
106 appLengthToTextWidget( st->stColsrTexts[col], in tedSectionToolRefreshColumns()
113 appLengthToTextWidget( st->stColwTexts[col], in tedSectionToolRefreshColumns()
129 appLengthToTextWidget( st->stColwTexts[col], in tedSectionToolRefreshColumns()
132 appLengthToTextWidget( st->stColsrTexts[col], in tedSectionToolRefreshColumns()
143 appLengthToTextWidget( st->stColwTexts[col], in tedSectionToolRefreshColumns()
H A DtedFormatToolUtil.c46 appLengthToTextWidget( w, oldValue, UNITtyPOINTS ); in tedFormatValidateDimension()
H A DtedParaLayoutTool.c47 appLengthToTextWidget( text, space, UNITtyPOINTS ); in tedFormatToolRefreshSpaceAround()
81 appLengthToTextWidget( plt->ptFirstIndentText, in tedFormatToolRefreshParagraphPage()
84 appLengthToTextWidget( plt->ptLeftIndentText, in tedFormatToolRefreshParagraphPage()
89 appLengthToTextWidget( plt->ptRightIndentText, in tedFormatToolRefreshParagraphPage()
H A DtedFrameTool.c38 appLengthToTextWidget( ft->ftXText, fp->fpXTwips, ft->ftUnit ); in tedFormatRefreshXPosText()
55 appLengthToTextWidget( ft->ftYText, fp->fpYTwips, ft->ftUnit ); in tedFormatRefreshYPosText()
70 appLengthToTextWidget( ft->ftWidthText, fp->fpWideTwips, ft->ftUnit ); in tedFormatToolRefreshFramePage()
H A DtedTabsTool.c40 appLengthToTextWidget( tt->ttTabPositionText, in tedTabToolRefreshCurrentTab()
226 appLengthToTextWidget( tt->ttTabDefaultText, in tedRefreshTabsTool()
277 appLengthToTextWidget( tt->ttTabDefaultText, in APP_BUTTON_CALLBACK_H()
H A DtedColumnTool.c49 appLengthToTextWidget( ct->ctWidthText, ct->ctWidthChosen, UNITtyPOINTS ); in tedFormatToolRefreshColumnPage()
262 appLengthToTextWidget( ct->ctWidthText, in APP_TXACTIVATE_CALLBACK_H()
H A DtedImageTool.c34 appLengthToTextWidget( it->itImageWideText, in tedImageToolShowWideAbs()
45 appLengthToTextWidget( it->itImageHighText, in tedImageToolShowHighAbs()
H A DtedBorderTool.c67 appLengthToTextWidget( bt->btWideText, in tedBorderToolShowWide()
418 appLengthToTextWidget( bt->btWideText, wide, UNITtyPOINTS ); in APP_TXACTIVATE_CALLBACK_H()
H A DtedListTool.c889 appLengthToTextWidget( lt->ltFirstIndentText, in tedListToolRefreshIndents()
892 appLengthToTextWidget( lt->ltLeftIndentText, in tedListToolRefreshIndents()
/dports/editors/ted/Ted-2.23/appFrame/
H A DappMarginTool.c49 appLengthToTextWidget( amt->amtLeftMarginText, in appMarginToolShowMargins()
52 appLengthToTextWidget( amt->amtTopMarginText, in appMarginToolShowMargins()
55 appLengthToTextWidget( amt->amtRightMarginText, in appMarginToolShowMargins()
58 appLengthToTextWidget( amt->amtBottomMarginText, in appMarginToolShowMargins()
H A DguiTextUtil.h65 extern void appLengthToTextWidget( APP_WIDGET w,
H A DappPageLayoutTool.c46 appLengthToTextWidget( plt->pltHeaderPositionText, in appPageLayoutRefreshPageLayoutPage()
52 appLengthToTextWidget( plt->pltFooterPositionText, in appPageLayoutRefreshPageLayoutPage()
233 appLengthToTextWidget( w, width, ea->eaUnitInt ); in appSectHeaderFooterPosChanged()
H A DappTextUtil.c155 void appLengthToTextWidget( APP_WIDGET w, in appLengthToTextWidget() function