Searched refs:pColspan (Results 1 – 4 of 4) sorted by relevance
/dports/editors/ted/Ted-2.23/docBuf/ |
H A D | docTable.c | 116 int * pColspan, in docTableDetermineCellspans() argument 138 if ( pColspan ) in docTableDetermineCellspans() 139 { *pColspan= colspan; } in docTableDetermineCellspans() 327 int docGetCellRight( int * pColspan, in docGetCellRight() argument 333 return docCellRight( pColspan, &(rowNode->biRowProperties), col ); in docGetCellRight() 342 int docGetMatchingCell( int * pColspan, in docGetMatchingCell() argument 369 { *pColspan= colspan; return col; } in docGetMatchingCell()
|
H A D | docBuf.h | 235 int * pColspan, 643 extern int docGetCellRight( int * pColspan, 646 extern int docGetMatchingCell( int * pColspan,
|
/dports/editors/ted/Ted-2.23/docBase/ |
H A D | docRowProperties.h | 279 extern int docCellRight( int * pColspan,
|
H A D | docRowProperties.c | 326 int docCellRight( int * pColspan, in docCellRight() argument 348 *pColspan= colspan; in docCellRight()
|