Home
last modified time | relevance | path

Searched refs:cpSetMask (Results 1 – 17 of 17) sorted by relevance

/dports/editors/ted/Ted-2.23/docRtf/
H A DdocRtfSaveCellProperties.c24 const PropertyMask * cpSetMask, in docRtfSaveCellProperties() argument
30 if ( PROPmaskISSET( cpSetMask, CLpropVALIGN ) ) in docRtfSaveCellProperties()
37 if ( PROPmaskISSET( cpSetMask, CLpropHOR_MERGE ) ) in docRtfSaveCellProperties()
44 if ( PROPmaskISSET( cpSetMask, CLpropVERT_MERGE ) ) in docRtfSaveCellProperties()
73 PROPmaskISSET( cpSetMask, CLpropLEFT_PADDING ) ) in docRtfSaveCellProperties()
81 PROPmaskISSET( cpSetMask, CLpropTOP_PADDING ) ) in docRtfSaveCellProperties()
89 PROPmaskISSET( cpSetMask, CLpropRIGHT_PADDING ) ) in docRtfSaveCellProperties()
96 PROPmaskISSET( cpSetMask, CLpropBOTTOM_PADDING ) ) in docRtfSaveCellProperties()
103 PROPmaskISSET( cpSetMask, CLpropCLW_WIDTH ) ) in docRtfSaveCellProperties()
110 if ( PROPmaskISSET( cpSetMask, CLpropSHADING ) ) in docRtfSaveCellProperties()
[all …]
H A DdocRtfSaveRowProperties.c230 PropertyMask cpSetMask; in docRtfSaveRowProperties() local
232 utilPropMaskClear( &cpSetMask ); in docRtfSaveRowProperties()
234 docCellPropertyDifference( &cpSetMask, &cpRef, &cpAllMask, in docRtfSaveRowProperties()
237 docRtfSaveCellProperties( rw, &cpSetMask, cp, shiftLeft ); in docRtfSaveRowProperties()
H A DdocRtfWriterImpl.h264 const PropertyMask * cpSetMask,
/dports/editors/ted/Ted-2.23/docBase/
H A DdocCellProperties.c62 const PropertyMask * cpSetMask, in docUpdCellProperties() argument
70 if ( PROPmaskISSET( cpSetMask, CLpropCELLX ) ) in docUpdCellProperties()
80 if ( PROPmaskISSET( cpSetMask, CLpropTOP_BORDER ) ) in docUpdCellProperties()
136 if ( PROPmaskISSET( cpSetMask, CLpropSHADING ) ) in docUpdCellProperties()
151 if ( PROPmaskISSET( cpSetMask, CLpropCLW_WIDTH ) ) in docUpdCellProperties()
170 if ( PROPmaskISSET( cpSetMask, CLpropHOR_MERGE ) ) in docUpdCellProperties()
189 if ( PROPmaskISSET( cpSetMask, CLpropVALIGN ) ) in docUpdCellProperties()
198 if ( PROPmaskISSET( cpSetMask, CLpropTEXT_FLOW ) ) in docUpdCellProperties()
462 PropertyMask cpSetMask; in docCopyCellProperties() local
465 utilPropMaskClear( &cpSetMask ); in docCopyCellProperties()
[all …]
H A DdocCellProperties.h148 const PropertyMask * cpSetMask,
H A DdocRowProperties.c643 PropertyMask cpSetMask; in docUpdRowProperties() local
646 docRowMaskToCellMask( &cpSetMask, rpSetMask ); in docUpdRowProperties()
650 &cpSetMask, cpFrom, dam ) ) in docUpdRowProperties()
/dports/editors/ted/Ted-2.23/docEdit/
H A DdocEditSetProperties.c111 const PropertyMask * cpSetMask, in docChangeSelectionProperties() argument
137 if ( cpSetMask && utilPropMaskIsEmpty( cpSetMask ) ) in docChangeSelectionProperties()
138 { cpSetMask= (const PropertyMask *)0; } in docChangeSelectionProperties()
164 setProps.sp_cpSetMask= cpSetMask; in docChangeSelectionProperties()
175 if ( cpSetMask || rpSetMask ) in docChangeSelectionProperties()
178 { XXDEB(cpSetMask,rpSetMask); return -1; } in docChangeSelectionProperties()
202 ! cpSetMask && in docChangeSelectionProperties()
220 if ( cpSetMask && ! setProps.spGotCell ) in docChangeSelectionProperties()
229 { XDEB(cpSetMask); return -1; } in docChangeSelectionProperties()
H A DdocEditCopyProperties.c198 const PropertyMask * cpSetMask, in docCopySelectionProperties() argument
233 if ( cpSetMask && utilPropMaskIsEmpty( cpSetMask ) ) in docCopySelectionProperties()
234 { cpSetMask= (const PropertyMask *)0; } in docCopySelectionProperties()
260 setProps.sp_cpSetMask= cpSetMask; in docCopySelectionProperties()
271 if ( cpSetMask || rpSetMask ) in docCopySelectionProperties()
274 { XXDEB(cpSetMask,rpSetMask); rval= -1; goto ready; } in docCopySelectionProperties()
286 if ( ppSetMask || cpSetMask || rpSetMask || spSetMask ) in docCopySelectionProperties()
319 if ( cpSetMask && ! setProps.spGotCell ) in docCopySelectionProperties()
329 { XDEB(cpSetMask); rval= -1; goto ready; } in docCopySelectionProperties()
H A DdocRtfWriteTrace.c100 const PropertyMask * cpSetMask, in docRtfTraceNewProperties() argument
118 if ( cpSetMask && utilPropMaskIsEmpty( cpSetMask ) ) in docRtfTraceNewProperties()
119 { cpSetMask= (const PropertyMask *)0; } in docRtfTraceNewProperties()
140 if ( cpSetMask ) in docRtfTraceNewProperties()
144 docRtfSaveCellProperties( rw, cpSetMask, cpSet, shiftLeft ); in docRtfTraceNewProperties()
382 const PropertyMask * cpSetMask, in docRtfTraceOldProperties() argument
395 if ( cpSetMask && utilPropMaskIsEmpty( cpSetMask ) ) in docRtfTraceOldProperties()
396 { cpSetMask= (const PropertyMask *)0; } in docRtfTraceOldProperties()
415 if ( cpSetMask || rpSetMask ) in docRtfTraceOldProperties()
419 rw->rwCpExtraMask= cpSetMask; in docRtfTraceOldProperties()
H A DdocRtfTrace.h41 const PropertyMask * cpSetMask,
55 const PropertyMask * cpSetMask,
H A DdocEdit.h216 const PropertyMask * cpSetMask,
259 const PropertyMask * cpSetMask,
/dports/editors/ted/Ted-2.23/Ted/
H A DtedDocSetProperties.c40 const PropertyMask * cpSetMask, in tedEditChangeSelectionPropertiesImpl() argument
67 if ( cpSetMask && utilPropMaskIsEmpty( cpSetMask ) ) in tedEditChangeSelectionPropertiesImpl()
86 &selCpDoneMask, cpSetMask, cpSet, in tedEditChangeSelectionPropertiesImpl()
150 const PropertyMask * cpSetMask, in tedEditChangeSelectionProperties() argument
171 if ( cpSetMask && utilPropMaskIsEmpty( cpSetMask ) ) in tedEditChangeSelectionProperties()
187 cpSetMask, rpSetMask, in tedEditChangeSelectionProperties()
194 cpSetMask, cpSet, in tedEditChangeSelectionProperties()
204 cpSetMask, cpSet, in tedEditChangeSelectionProperties()
210 if ( cpSetMask ) in tedEditChangeSelectionProperties()
311 cpSetMask, cpSet, in tedDocChangeSelectionProperties()
[all …]
H A DtedEdit.h173 const PropertyMask * cpSetMask,
195 const PropertyMask * cpSetMask,
H A DtedRowTool.c170 PropertyMask cpSetMask; in APP_BUTTON_CALLBACK_H() local
217 utilPropMaskClear( &cpSetMask ); in APP_BUTTON_CALLBACK_H()
221 docCellPropertyDifference( &cpSetMask, &(rt->rtCellPropertiesSet), in APP_BUTTON_CALLBACK_H()
225 &cpSetMask, cpChosen, &rpSetMask, rpChosen, traced ); in APP_BUTTON_CALLBACK_H()
H A DtedAppFront.h36 const PropertyMask * cpSetMask,
H A DtedAppFront.c512 const PropertyMask * cpSetMask, in tedAppSetTableProperties() argument
523 cpSetMask, cpSet, rpSetMask, rpSet, in tedAppSetTableProperties()
H A DtedDocFront.h38 const PropertyMask * cpSetMask,