Home
last modified time | relevance | path

Searched refs:maxRightBorderWidth (Results 1 – 4 of 4) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem_table.h134 …double effectiveWidth() const { return tableWidth() + (maxLeftBorderWidth() + maxRightBorderWidth(… in effectiveWidth()
578 double maxRightBorderWidth() const;
H A Dtablecell.cpp143 contentRect.setWidth(qMax(contentRect.width() - (rightPadding() + maxRightBorderWidth()/2), 1.0)); in updateContent()
195 double TableCell::maxRightBorderWidth() const in maxRightBorderWidth() function in TableCell
H A Dtablecell.h243 double maxRightBorderWidth() const;
H A Dpageitem_table.cpp1140 resize(width() - (maxLeftBorderWidth() + maxRightBorderWidth()) / 2, in adjustTableToFrame()
1447 double PageItem_Table::maxRightBorderWidth() const in maxRightBorderWidth() function in PageItem_Table