Home
last modified time | relevance | path

Searched refs:TextProgressionDirection (Results 1 – 19 of 19) sorted by relevance

/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/styles/
H A DKoSectionStyle.cpp312 return static_cast<KoText::Direction>(d->propertyInt(TextProgressionDirection)); in textProgressionDirection()
317 setProperty(TextProgressionDirection, dir); in setTextProgressionDirection()
483 case KoSectionStyle::TextProgressionDirection: { in saveOdf()
H A DKoSectionStyle.h54 TextProgressionDirection, enumerator
H A DKoTableStyle.cpp441 return (KoText::Direction) propertyInt(TextProgressionDirection); in textDirection()
446 setProperty(TextProgressionDirection, direction); in setTextDirection()
657 } else if (key == TextProgressionDirection) { in saveOdf()
H A DKoTableStyle.h67 TextProgressionDirection, ///< The direction of the text in the table enumerator
H A DKoParagraphStyle.h122 TextProgressionDirection, enumerator
H A DKoParagraphStyle.cpp1092 return static_cast<KoText::Direction>(propertyInt(TextProgressionDirection)); in textProgressionDirection()
1097 setProperty(TextProgressionDirection, dir); in setTextProgressionDirection()
2075 } else if (key == KoParagraphStyle::TextProgressionDirection) { in saveOdf()
/dports/editors/calligra/calligra-3.2.1/libs/text/styles/
H A DKoSectionStyle.cpp311 return static_cast<KoText::Direction>(d->propertyInt(TextProgressionDirection)); in textProgressionDirection()
316 setProperty(TextProgressionDirection, dir); in setTextProgressionDirection()
482 case KoSectionStyle::TextProgressionDirection: { in saveOdf()
H A DKoSectionStyle.h54 TextProgressionDirection, enumerator
H A DKoTableStyle.cpp440 return (KoText::Direction) propertyInt(TextProgressionDirection); in textDirection()
445 setProperty(TextProgressionDirection, direction); in setTextDirection()
658 } else if (key == TextProgressionDirection) { in saveOdf()
H A DKoTableStyle.h67 TextProgressionDirection, ///< The direction of the text in the table enumerator
H A DKoParagraphStyle.h122 TextProgressionDirection, enumerator
H A DKoParagraphStyle.cpp1090 return static_cast<KoText::Direction>(propertyInt(TextProgressionDirection)); in textProgressionDirection()
1095 setProperty(TextProgressionDirection, dir); in setTextProgressionDirection()
2079 } else if (key == KoParagraphStyle::TextProgressionDirection) { in saveOdf()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/dialogs/
H A DSimpleParagraphWidget.cpp265 if (property == KoParagraphStyle::TextProgressionDirection) { in setCurrentFormat()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/
H A DTextTool.cpp1686 …r = static_cast<KoText::Direction>(format.intProperty(KoParagraphStyle::TextProgressionDirection));
1895 if (bf.hasProperty(KoParagraphStyle::TextProgressionDirection)) {
1896 switch (bf.intProperty(KoParagraphStyle::TextProgressionDirection)) {
3115 … blockFormat.setProperty(KoParagraphStyle::TextProgressionDirection, KoText::RightLeftTopBottom);
3117 … blockFormat.setProperty(KoParagraphStyle::TextProgressionDirection, KoText::LeftRightTopBottom);
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/
H A DTextTool.cpp1730 …r = static_cast<KoText::Direction>(format.intProperty(KoParagraphStyle::TextProgressionDirection)); in keyPressEvent()
1932 if (bf.hasProperty(KoParagraphStyle::TextProgressionDirection)) { in updateActions()
1933 switch(bf.intProperty(KoParagraphStyle::TextProgressionDirection)) in updateActions()
3093 … blockFormat.setProperty(KoParagraphStyle::TextProgressionDirection, KoText::RightLeftTopBottom); in textDirectionChanged()
3096 … blockFormat.setProperty(KoParagraphStyle::TextProgressionDirection, KoText::LeftRightTopBottom); in textDirectionChanged()
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DSimpleParagraphWidget.cpp438 if (property == KoParagraphStyle::TextProgressionDirection) { in setCurrentFormat()
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/tests/
H A DTestLists.cpp670 fmt.setProperty(KoParagraphStyle::TextProgressionDirection, KoText::RightLeftTopBottom); in testCenteredItems()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/
H A DKoTextDebug.cpp365 case KoParagraphStyle::TextProgressionDirection: in paraAttributes()
/dports/editors/calligra/calligra-3.2.1/libs/text/
H A DKoTextDebug.cpp364 case KoParagraphStyle::TextProgressionDirection: in paraAttributes()