Home
last modified time | relevance | path

Searched refs:docInsertRowColumn (Results 1 – 6 of 6) sorted by relevance

/dports/editors/ted/Ted-2.23/docRtf/
H A DdocRtfReadCellProperties.c61 if ( docInsertRowColumn( &(rrc->rrcRowProperties), in docRtfSetCellX()
H A DdocRtfReadNodeTree.c194 if ( docInsertRowColumn( &(rowNode->biRowProperties), in docRtfCloseRow()
/dports/editors/ted/Ted-2.23/docBase/
H A DdocRowProperties.h220 extern int docInsertRowColumn( RowProperties * rp,
H A DdocRowProperties.c163 int docInsertRowColumn( RowProperties * rp, in docInsertRowColumn() function
662 if ( docInsertRowColumn( rpTo, rpTo->rpCellCount, shiftTail, in docUpdRowProperties()
777 if ( docInsertRowColumn( rp, col, shiftTail, &cp, in docEqualWidthColumns()
/dports/editors/ted/Ted-2.23/docEdit/
H A DdocCopyNodeTree.c69 if ( docInsertRowColumn( rpTo, colTo, shiftTail, in docCopyCellNode()
H A DdocEditTable.c179 if ( docInsertRowColumn( rp, col, shiftTail, in docInsertCellInRow()