Home
last modified time | relevance | path

Searched refs:strikeOutType (Results 1 – 9 of 9) sorted by relevance

/dports/textproc/kreport/kreport-3.2.0/src/common/
H A DKReportUtils.cpp292 …const QByteArray strikeOutType(attr(el, QLatin1String("style:text-line-through-type"), QByteArray(… in readFontAttributes() local
293 …font->setStrikeOut(!strikeOutType.isEmpty() && strikeOutType != "none"); // double or single (we d… in readFontAttributes()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/styles/
H A DKoCharacterStyle.h308 LineType strikeOutType() const;
H A DKoCharacterStyle.cpp982 KoCharacterStyle::LineType KoCharacterStyle::strikeOutType() const in strikeOutType() function in KoCharacterStyle
/dports/editors/calligra/calligra-3.2.1/libs/text/styles/
H A DKoCharacterStyle.h308 LineType strikeOutType() const;
H A DKoCharacterStyle.cpp985 KoCharacterStyle::LineType KoCharacterStyle::strikeOutType() const in strikeOutType() function in KoCharacterStyle
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DKoTextLayoutArea_paint.cpp943 KoCharacterStyle::LineType strikeOutType = (KoCharacterStyle::LineType) in drawStrikeOuts() local
946 (strikeOutType != KoCharacterStyle::NoLineType)) { in drawStrikeOuts()
982 drawDecorationWords(painter, line, text, color, strikeOutType, in drawStrikeOuts()
987 drawDecorationLine(painter, color, strikeOutType, strikeOutStyle, width, x1, x2, y); in drawStrikeOuts()
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DKoTextLayoutArea_paint.cpp941 KoCharacterStyle::LineType strikeOutType = (KoCharacterStyle::LineType) in drawStrikeOuts() local
944 (strikeOutType != KoCharacterStyle::NoLineType)) { in drawStrikeOuts()
980 drawDecorationWords(painter, line, text, color, strikeOutType, in drawStrikeOuts()
985 drawDecorationLine(painter, color, strikeOutType, strikeOutStyle, width, x1, x2, y); in drawStrikeOuts()
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DCharacterHighlighting.cpp331 widget.strikethroughType->setCurrentIndex(lineTypeToIndex(style->strikeOutType())); in setDisplay()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/dialogs/
H A DCharacterHighlighting.cpp361 widget.strikethroughType->setCurrentIndex(lineTypeToIndex(style->strikeOutType())); in setDisplay()