Home
last modified time | relevance | path

Searched defs:ListStyleItem (Results 1 – 3 of 3) sorted by path

/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DListItemsHelper.h35 struct ListStyleItem { struct
41 KoListStyle::LabelType labelType;
42 QString name;
43 QString suffix;
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DSimpleParagraphWidget.h42 namespace Lists {class ListStyleItem;}; variable
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DListItemsHelper.h35 struct ListStyleItem { struct
36 ListStyleItem(const QString &name_, KoListStyle::Style style_) { in ListStyleItem() function
51 KRITATEXTLAYOUT_EXPORT QList<ListStyleItem> genericListStyleItems(); argument