Home
last modified time | relevance | path

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

/dports/editors/calligra/calligra-3.2.1/filters/stage/kpr2odf/
H A DStylesFilterkpr2odf.cpp996 QString textLineThroughType; in createTextStyle() local
999 textLineThroughType = "single"; in createTextStyle()
1001 textLineThroughType = "single"; in createTextStyle()
1004 textLineThroughType = "double"; in createTextStyle()
1006 style.addProperty("style:text-line-through-type", textLineThroughType); in createTextStyle()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/styles/
H A DKoCharacterStyle.cpp1646 … const QString textLineThroughType(styleStack.property(KoXmlNS::style, "text-line-through-type")); in loadOdfProperties() local
1648 if (!textLineThroughType.isEmpty() || !textLineThroughStyle.isEmpty()) { // OASIS 14.4.7 in loadOdfProperties()
1652 importOdfLine(textLineThroughType,textLineThroughStyle, in loadOdfProperties()
/dports/editors/calligra/calligra-3.2.1/libs/text/styles/
H A DKoCharacterStyle.cpp1649 … const QString textLineThroughType(styleStack.property(KoXmlNS::style, "text-line-through-type")); in loadOdfProperties() local
1651 if (!textLineThroughType.isEmpty() || !textLineThroughStyle.isEmpty()) { // OASIS 14.4.7 in loadOdfProperties()
1655 importOdfLine(textLineThroughType,textLineThroughStyle, in loadOdfProperties()