Home
last modified time | relevance | path

Searched refs:topPenValue (Results 1 – 3 of 3) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/sheets/ui/
H A DCellView.cpp467 if (style.topPenValue() < otherStyle.bottomPenValue()) in calculateCellBorders()
473 if (style.bottomPenValue() < otherStyle.topPenValue()) in calculateCellBorders()
516 else if (!(d->style.topPenValue() < sheetView->cellView(col, row - 1).style().bottomPenValue())) in paintCellBorders()
522 else if (!(d->style.bottomPenValue() < sheetView->cellView(col, row + 1).style().topPenValue())) in paintCellBorders()
671 else if (!(d->style.topPenValue() < sheetView->cellView(col, row - 1).style().bottomPenValue())) in paintDefaultBorders()
676 …le.bottomPenValue() < sheetView->cellView(col, row + cell.mergedYCells()).style().topPenValue())) { in paintDefaultBorders()
677 …tyle.bottomPenValue() >= sheetView->cellView(col, row + cell.mergedYCells()).style().topPenValue()) in paintDefaultBorders()
/dports/editors/calligra/calligra-3.2.1/sheets/
H A DStyle.h178 uint topPenValue() const;
H A DStyle.cpp616 uint Style::topPenValue() const in topPenValue() function in Style