Searched refs:usTableY (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 1501 usTableY = 0; in BeginTable() 1502 SeekCell(usTableY, usTableX, sal_True); in BeginTable() 1568 SeekCell(usTableY, usTableX, sal_True); in NextTableCell() 1577 SwTableBox* pTableBox = GetBox(usTableY, 0); in NextTableRow() 1585 SeekCell(++usTableY, usTableX, sal_True); in NextTableRow() 1625 SwTableBox* pTableBox = GetBox(usTableY, nCell); in SetCellWidth() 1665 SwTableBox* pTableBox = GetBox(usTableY, nCell); in SetCellBorder() 1696 SwTableBox* pTableBox = GetBox(usTableY, nCell); in DeleteCell() 1712 SwTableBox* pAktBox = GetBox(usTableY, usTableX); in SplitTable() 1713 SwTableBox* pSplitBox = GetBox(usTableY - 1, 0); in SplitTable() [all …]
|
/trunk/main/sw/source/filter/inc/ |
H A D | fltshell.hxx | 378 sal_uInt16 usTableY; member in SwFltOutDoc
|
Completed in 30 milliseconds