Home
last modified time | relevance | path

Searched refs:ListLabelFollowedBy (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/styles/
H A DKoListLevelProperties.h154 void setLabelFollowedBy(KoListStyle::ListLabelFollowedBy value);
156 KoListStyle::ListLabelFollowedBy labelFollowedBy() const;
H A DKoListStyle.h158 enum ListLabelFollowedBy enum
H A DKoListLevelProperties.cpp432 void KoListLevelProperties::setLabelFollowedBy(KoListStyle::ListLabelFollowedBy value) in setLabelFollowedBy()
437 KoListStyle::ListLabelFollowedBy KoListLevelProperties::labelFollowedBy() const in labelFollowedBy()
439 return (KoListStyle::ListLabelFollowedBy)propertyInt(KoListStyle::LabelFollowedBy); in labelFollowedBy()
/dports/editors/calligra/calligra-3.2.1/libs/text/styles/
H A DKoListLevelProperties.h163 void setLabelFollowedBy(KoListStyle::ListLabelFollowedBy value);
165 KoListStyle::ListLabelFollowedBy labelFollowedBy() const;
H A DKoListStyle.h121 enum ListLabelFollowedBy enum
H A DKoListLevelProperties.cpp465 void KoListLevelProperties::setLabelFollowedBy(KoListStyle::ListLabelFollowedBy value) in setLabelFollowedBy()
470 KoListStyle::ListLabelFollowedBy KoListLevelProperties::labelFollowedBy() const in labelFollowedBy()
472 return (KoListStyle::ListLabelFollowedBy)propertyInt(KoListStyle::LabelFollowedBy); in labelFollowedBy()
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DListLevelWidget.cpp201 …props.setLabelFollowedBy(KoListStyle::ListLabelFollowedBy(widget.labelFollowedBy->currentIndex())); in save()