Home
last modified time | relevance | path

Searched refs:leftInnerBorderWidth (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/styles/
H A DKoTableCellStyle.h330 qreal leftInnerBorderWidth() const;
H A DKoParagraphStyle.h434 qreal leftInnerBorderWidth() const;
H A DKoParagraphStyle.cpp618 qreal KoParagraphStyle::leftInnerBorderWidth() const in leftInnerBorderWidth() function in KoParagraphStyle
2250 leftBorderLineWidth = QString("%1pt %2pt %3pt").arg(QString::number(leftInnerBorderWidth()), in saveOdf()
H A DKoTableCellStyle.cpp989 qreal KoTableCellStyle::leftInnerBorderWidth() const in leftInnerBorderWidth() function in KoTableCellStyle
/dports/editors/calligra/calligra-3.2.1/libs/text/styles/
H A DKoTableCellStyle.h330 qreal leftInnerBorderWidth() const;
H A DKoParagraphStyle.h434 qreal leftInnerBorderWidth() const;
H A DKoParagraphStyle.cpp616 qreal KoParagraphStyle::leftInnerBorderWidth() const in leftInnerBorderWidth() function in KoParagraphStyle
2254 leftBorderLineWidth = QString("%1pt %2pt %3pt").arg(QString::number(leftInnerBorderWidth()), in saveOdf()
H A DKoTableCellStyle.cpp998 qreal KoTableCellStyle::leftInnerBorderWidth() const in leftInnerBorderWidth() function in KoTableCellStyle
/dports/editors/calligra/calligra-3.2.1/words/plugins/scripting/
H A DStyle.h364 …return QRect(m_style->leftInnerBorderWidth(), m_style->topInnerBorderWidth(), m_style->rightInnerB…
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DKoTextLayoutTableArea.cpp685 … qreal left = d->columnPositions[col] + cellStyle.leftPadding() + cellStyle.leftInnerBorderWidth(); in layoutRow()
806 … qreal left = d->columnPositions[col] + cellStyle.leftPadding() + cellStyle.leftInnerBorderWidth(); in layoutMergedCellsNotEnding()
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DKoTextLayoutTableArea.cpp739 … qreal left = d->columnPositions[col] + cellStyle.leftPadding() + cellStyle.leftInnerBorderWidth(); in layoutRow()
860 … qreal left = d->columnPositions[col] + cellStyle.leftPadding() + cellStyle.leftInnerBorderWidth(); in layoutMergedCellsNotEnding()