Home
last modified time | relevance | path

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

/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DListItemsHelper.cpp68 if (blockFormat.boolProperty(KoParagraphStyle::RestartListNumbering)) { in recalculateBlock()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/styles/
H A DKoParagraphStyle.h112RestartListNumbering, ///< boolean to indicate that this paragraph will have numbering restart a… enumerator
H A DKoParagraphStyle.cpp996 setProperty(RestartListNumbering, on); in setRestartListNumbering()
1001 return propertyBoolean(RestartListNumbering); in restartListNumbering()
/dports/editors/calligra/calligra-3.2.1/libs/text/styles/
H A DKoParagraphStyle.h112RestartListNumbering, ///< boolean to indicate that this paragraph will have numbering restart a… enumerator
H A DKoParagraphStyle.cpp994 setProperty(RestartListNumbering, on); in setRestartListNumbering()
999 return propertyBoolean(RestartListNumbering); in restartListNumbering()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DListItemsHelper.cpp295 if (blockFormat.boolProperty(KoParagraphStyle::RestartListNumbering)) { in recalculateBlock()
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/tests/
H A DTestLists.cpp511 format.setProperty(KoParagraphStyle::RestartListNumbering, true); in testRestartNumbering()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/
H A DKoTextDebug.cpp364 case KoParagraphStyle::RestartListNumbering: in paraAttributes()
/dports/editors/calligra/calligra-3.2.1/libs/text/
H A DKoTextDebug.cpp363 case KoParagraphStyle::RestartListNumbering: in paraAttributes()