Searched refs:asColumnWidth (Results 1 – 9 of 9) sorted by relevance
| /plan9/sys/src/cmd/aux/antiword/ |
| H A D | xml.c | 1354 int iNbrOfColumns, const short *asColumnWidth) in vStartOfTableGroup() argument 1362 fail(asColumnWidth == NULL); in vStartOfTableGroup() 1368 fail(asColumnWidth[iIndex] < 0); in vStartOfTableGroup() 1369 dWidth = dTwips2Points(asColumnWidth[iIndex]); in vStartOfTableGroup() 1399 int iNbrOfColumns, const short *asColumnWidth, UCHAR ucBorderInfo) in vAddTableRowXML() argument 1408 fail(asColumnWidth == NULL); in vAddTableRowXML() 1420 vStartOfTableGroup(pDiag, iNbrOfColumns, asColumnWidth); in vAddTableRowXML()
|
| H A D | rowlist.c | 84 for (iIndex = 0, psTmp = pListMember->tInfo.asColumnWidth; in vAdd2RowInfoList()
|
| H A D | output.c | 518 int iNbrOfColumns, const short *asColumnWidth, UCHAR ucBorderInfo) in bAddTableRow() argument 528 iNbrOfColumns, asColumnWidth, in bAddTableRow()
|
| H A D | out2window.c | 624 pRowInfo->asColumnWidth[iNbrOfColumns] == 0) { in vTableRow2Window() 644 pRowInfo->asColumnWidth, pRowInfo->ucBorderInfo)) { in vTableRow2Window() 668 pRowInfo->asColumnWidth[iIndex], in vTableRow2Window()
|
| H A D | wordtypes.h | 159 short asColumnWidth[TABLE_COLUMN_MAX+1]; /* In twips */ member
|
| H A D | prop2.c | 403 if (iCol >= (int)elementsof(pRow->asColumnWidth)) { in eGet2RowInfo() 415 pRow->asColumnWidth[iIndex] = in eGet2RowInfo()
|
| H A D | prop6.c | 411 if (iCol >= (int)elementsof(pRow->asColumnWidth)) { in eGet6RowInfo() 423 pRow->asColumnWidth[iIndex] = in eGet6RowInfo()
|
| H A D | prop8.c | 480 if (iCol >= (int)elementsof(pRow->asColumnWidth)) { in eGet8RowInfo() 492 pRow->asColumnWidth[iIndex] = in eGet8RowInfo()
|
| H A D | draw.c | 691 int iNbrOfColumns, const short *asColumnWidth, UCHAR ucBorderInfo) in bAddTableRow() argument
|