/dports/print/scribus-devel/scribus-1.5.7/scribus/ |
H A D | tableutils.cpp | 83 if (topRightCell.row() == bottomRightCell.row()) in resolveBordersHorizontal() 85 else if (topRightCell.isValid() && bottomRightCell.isValid()) in resolveBordersHorizontal() 89 else if (bottomRightCell.isValid()) in resolveBordersHorizontal() 94 if (bottomRightCell.column() == bottomCell.column()) in resolveBordersHorizontal() 96 else if (bottomRightCell.isValid() && bottomCell.isValid()) in resolveBordersHorizontal() 98 else if (bottomRightCell.isValid()) in resolveBordersHorizontal() 167 if (bottomLeftCell.column() == bottomRightCell.column()) in resolveBordersVertical() 173 else if (bottomRightCell.isValid()) in resolveBordersVertical() 178 if (bottomRightCell.row() == rightCell.row()) in resolveBordersVertical() 180 else if (bottomRightCell.isValid() && rightCell.isValid()) in resolveBordersVertical() [all …]
|
H A D | collapsedtablepainterex.cpp | 193 TableCell bottomRightCell = m_table->cellAt(lastRow + 1, firstCol); in paintCellLeftBorders() local 198 …resolveBordersVertical(topLeftCell, topRightCell, leftCell, cell, bottomLeftCell, bottomRightCell,… in paintCellLeftBorders() 268 TableCell bottomRightCell = m_table->cellAt(endRow + 1, lastCol + 1); in paintCellRightBorders() local 273 …Vertical(topLeftCell, topRightCell, cell, rightCell, bottomLeftCell, bottomRightCell, &topLeft, &t… in paintCellRightBorders() 336 TableCell bottomRightCell = m_table->cellAt(firstRow, endCol + 1); in paintCellTopBorders() local 341 …Horizontal(topLeftCell, topCell, topRightCell, bottomLeftCell, cell, bottomRightCell, &topLeft, &l… in paintCellTopBorders() 404 TableCell bottomRightCell = m_table->cellAt(lastRow + 1, endCol + 1); in paintCellBottomBorders() local 409 …izontal(topLeftCell, cell, topRightCell, bottomLeftCell, bottomCell, bottomRightCell, &topLeft, &l… in paintCellBottomBorders()
|
H A D | collapsedtablepainter.cpp | 218 TableCell bottomRightCell = table()->cellAt(lastRow + 1, firstCol); in paintCellLeftBorders() local 223 …resolveBordersVertical(topLeftCell, topRightCell, leftCell, cell, bottomLeftCell, bottomRightCell,… in paintCellLeftBorders() 293 TableCell bottomRightCell = table()->cellAt(endRow + 1, lastCol + 1); in paintCellRightBorders() local 298 …Vertical(topLeftCell, topRightCell, cell, rightCell, bottomLeftCell, bottomRightCell, &topLeft, &t… in paintCellRightBorders() 361 TableCell bottomRightCell = table()->cellAt(firstRow, endCol + 1); in paintCellTopBorders() local 366 …Horizontal(topLeftCell, topCell, topRightCell, bottomLeftCell, cell, bottomRightCell, &topLeft, &l… in paintCellTopBorders() 429 TableCell bottomRightCell = table()->cellAt(lastRow + 1, endCol + 1); in paintCellBottomBorders() local 434 …izontal(topLeftCell, cell, topRightCell, bottomLeftCell, bottomCell, bottomRightCell, &topLeft, &l… in paintCellBottomBorders()
|
H A D | tableutils.h | 63 const TableCell& bottomRightCell, TableBorder* topLeft, TableBorder* left, TableBorder* bottomLeft, 110 const TableCell& bottomRightCell, TableBorder* topLeft, TableBorder* top, TableBorder* topRight,
|
H A D | pslib.cpp | 2433 TableCell bottomRightCell = item->asTable()->cellAt(endRow + 1, lastCol + 1); in ProcessItem() local 2436 …resolveBordersVertical(topLeftCell, topRightCell, cell, rightCell, bottomLeftCell, bottomRightCell, in ProcessItem() 2461 TableCell bottomRightCell = item->asTable()->cellAt(lastRow + 1, firstCol); in ProcessItem() local 2464 … resolveBordersVertical(topLeftCell, topRightCell, leftCell, cell, bottomLeftCell, bottomRightCell, in ProcessItem() 2501 TableCell bottomRightCell = item->asTable()->cellAt(lastRow + 1, endCol + 1); in ProcessItem() local 2505 …bottomRightCell, &topLeft, &left, &bottomLeft, &border, &topRight, &right, &bottomRight, item->asT… in ProcessItem() 2529 TableCell bottomRightCell = item->asTable()->cellAt(firstRow, endCol + 1); in ProcessItem() local 2533 …bottomRightCell, &topLeft, &left, &bottomLeft, &border, &topRight, &right, &bottomRight, item->asT… in ProcessItem()
|
H A D | pdflib_core.cpp | 5337 TableCell bottomRightCell = ite->asTable()->cellAt(endRow + 1, lastCol + 1); in PDF_ProcessItem() local 5340 …resolveBordersVertical(topLeftCell, topRightCell, cell, rightCell, bottomLeftCell, bottomRightCell, in PDF_ProcessItem() 5365 TableCell bottomRightCell = ite->asTable()->cellAt(lastRow + 1, firstCol); in PDF_ProcessItem() local 5368 … resolveBordersVertical(topLeftCell, topRightCell, leftCell, cell, bottomLeftCell, bottomRightCell, in PDF_ProcessItem() 5405 TableCell bottomRightCell = ite->asTable()->cellAt(lastRow + 1, endCol + 1); in PDF_ProcessItem() local 5409 …bottomRightCell, &topLeft, &left, &bottomLeft, &border, &topRight, &right, &bottomRight, ite->asTa… in PDF_ProcessItem() 5433 TableCell bottomRightCell = ite->asTable()->cellAt(firstRow, endCol + 1); in PDF_ProcessItem() local 5437 …bottomRightCell, &topLeft, &left, &bottomLeft, &border, &topRight, &right, &bottomRight, ite->asTa… in PDF_ProcessItem()
|
/dports/cad/qelectrotech/qet-0.7.0/sources/titleblock/ |
H A D | templatecellsset.cpp | 136 TitleBlockTemplateVisualCell *TitleBlockTemplateCellsSet::bottomRightCell() const { in bottomRightCell() function in TitleBlockTemplateCellsSet 171 TitleBlockTemplateVisualCell *bottom_right_cell = bottomRightCell(); in mergeAreaRect()
|
H A D | templatecellsset.h | 42 TitleBlockTemplateVisualCell *bottomRightCell() const;
|
H A D | templatecommands.cpp | 715 TitleBlockTemplateVisualCell *bottom_right_cell = cells_set.bottomRightCell(); in getBottomRightCell()
|
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/export/svgexplugin/ |
H A D | svgexplugin.cpp | 505 TableCell bottomRightCell = item->asTable()->cellAt(endRow + 1, lastCol + 1); in processItemOnPage() local 508 …resolveBordersVertical(topLeftCell, topRightCell, cell, rightCell, bottomLeftCell, bottomRightCell, in processItemOnPage() 533 TableCell bottomRightCell = item->asTable()->cellAt(lastRow + 1, firstCol); in processItemOnPage() local 536 … resolveBordersVertical(topLeftCell, topRightCell, leftCell, cell, bottomLeftCell, bottomRightCell, in processItemOnPage() 573 TableCell bottomRightCell = item->asTable()->cellAt(lastRow + 1, endCol + 1); in processItemOnPage() local 577 …bottomRightCell, &topLeft, &left, &bottomLeft, &border, &topRight, &right, &bottomRight, item->asT… in processItemOnPage() 601 TableCell bottomRightCell = item->asTable()->cellAt(firstRow, endCol + 1); in processItemOnPage() local 605 …bottomRightCell, &topLeft, &left, &bottomLeft, &border, &topRight, &right, &bottomRight, item->asT… in processItemOnPage()
|
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/export/xpsexport/ |
H A D | xpsexplugin.cpp | 1325 TableCell bottomRightCell = item->asTable()->cellAt(endRow + 1, lastCol + 1); in processTableItem() local 1328 …resolveBordersVertical(topLeftCell, topRightCell, cell, rightCell, bottomLeftCell, bottomRightCell, in processTableItem() 1353 TableCell bottomRightCell = item->asTable()->cellAt(lastRow + 1, firstCol); in processTableItem() local 1356 … resolveBordersVertical(topLeftCell, topRightCell, leftCell, cell, bottomLeftCell, bottomRightCell, in processTableItem() 1393 TableCell bottomRightCell = item->asTable()->cellAt(lastRow + 1, endCol + 1); in processTableItem() local 1397 …bottomRightCell, &topLeft, &left, &bottomLeft, &border, &topRight, &right, &bottomRight, item->asT… in processTableItem() 1421 TableCell bottomRightCell = item->asTable()->cellAt(firstRow, endCol + 1); in processTableItem() local 1425 …bottomRightCell, &topLeft, &left, &bottomLeft, &border, &topRight, &right, &bottomRight, item->asT… in processTableItem()
|