Home
last modified time | relevance | path

Searched refs:sectionStartings (Results 1 – 22 of 22) sorted by relevance

/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/commands/
H A DNewSectionCommand.cpp81 QList<KoSection *> sectionStartings = KoSectionUtils::sectionStartings(fmt); in redo() local
84 sectionStartings.append(m_section); in redo()
87 KoSectionUtils::setSectionStartings(fmt, sectionStartings); in redo()
H A DSplitSectionsCommand.cpp80 …QList<KoSection *> firstBlockStartings = KoSectionUtils::sectionStartings(fmt).mid(0, m_splitPosit… in redo()
81 … QList<KoSection *> moveForward = KoSectionUtils::sectionStartings(fmt).mid(m_splitPosition); in redo()
H A DDeleteCommand.cpp172 QList<KoSection *> openList = KoSectionUtils::sectionStartings(block.blockFormat()); in visitBlock()
320 openList << KoSectionUtils::sectionStartings(fmt2); in finalizeSectionHandling()
338 QList<KoSection *> allStartings = KoSectionUtils::sectionStartings(fmt); in finalizeSectionHandling()
/dports/editors/calligra/calligra-3.2.1/libs/text/commands/
H A DNewSectionCommand.cpp81 QList<KoSection *> sectionStartings = KoSectionUtils::sectionStartings(fmt); in redo() local
84 sectionStartings.append(m_section); in redo()
87 KoSectionUtils::setSectionStartings(fmt, sectionStartings); in redo()
H A DSplitSectionsCommand.cpp80 …QList<KoSection *> firstBlockStartings = KoSectionUtils::sectionStartings(fmt).mid(0, m_splitPosit… in redo()
81 … QList<KoSection *> moveForward = KoSectionUtils::sectionStartings(fmt).mid(m_splitPosition); in redo()
H A DDeleteCommand.cpp174 QList<KoSection *> openList = KoSectionUtils::sectionStartings(block.blockFormat()); in visitBlock()
322 openList << KoSectionUtils::sectionStartings(fmt2); in finalizeSectionHandling()
340 QList<KoSection *> allStartings = KoSectionUtils::sectionStartings(fmt); in finalizeSectionHandling()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/
H A DKoSectionUtils.h61 KRITATEXT_EXPORT QList<KoSection *> sectionStartings(const QTextBlockFormat &fmt);
H A DKoSectionUtils.cpp60 QList<KoSection *> KoSectionUtils::sectionStartings(const QTextBlockFormat &fmt) in sectionStartings() function in KoSectionUtils
H A DKoTextEditor_format.cpp453 … QVariant sectionStartings = cursor.blockFormat().property(KoParagraphStyle::SectionStartings); in visitBlock() local
456 fmt.setProperty(KoParagraphStyle::SectionStartings, sectionStartings); in visitBlock()
/dports/editors/calligra/calligra-3.2.1/libs/text/
H A DKoSectionUtils.h61 KOTEXT_EXPORT QList<KoSection *> sectionStartings(const QTextBlockFormat &fmt);
H A DKoSectionUtils.cpp60 QList<KoSection *> KoSectionUtils::sectionStartings(const QTextBlockFormat &fmt) in sectionStartings() function in KoSectionUtils
H A DKoTextEditor_format.cpp453 … QVariant sectionStartings = cursor.blockFormat().property(KoParagraphStyle::SectionStartings); in visitBlock() local
456 fmt.setProperty(KoParagraphStyle::SectionStartings, sectionStartings); in visitBlock()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/dialogs/
H A DSectionsSplitDialog.cpp41 QList<KoSection *> secStartings = KoSectionUtils::sectionStartings(editor->blockFormat()); in SectionsSplitDialog()
/dports/editors/calligra/calligra-3.2.1/plugins/textshape/dialogs/
H A DSectionsSplitDialog.cpp41 QList<KoSection *> secStartings = KoSectionUtils::sectionStartings(editor->blockFormat()); in SectionsSplitDialog()
/dports/editors/calligra/calligra-3.2.1/libs/text/tests/
H A DTestKoTextEditor.cpp276 QList<KoSection *> lst = KoSectionUtils::sectionStartings(editor->blockFormat()); in checkStartings()
364 QList<KoSection *> secStartings = KoSectionUtils::sectionStartings(curBlock.blockFormat()); in checkSectionModelLevel()
408 QList<KoSection *> l = KoSectionUtils::sectionStartings(curBlock.blockFormat()); in dumpSectionFormattingLevel()
/dports/editors/calligra/calligra-3.2.1/words/part/dockers/
H A DKWDebugWidget.cpp95 foreach (const KoSection *sec, KoSectionUtils::sectionStartings(fmt)) { in updateData()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/opendocument/
H A DKoTextWriter_p.cpp110 foreach (const KoSection *sec, KoSectionUtils::sectionStartings(cur.blockFormat())) { in writeBlocks()
142 foreach (const KoSection *section, KoSectionUtils::sectionStartings(format)) { in writeBlocks()
H A DKoTextLoader.cpp327 …d->openingSections << KoSectionUtils::sectionStartings(format); // if we had some already we need … in loadBody()
/dports/editors/calligra/calligra-3.2.1/libs/text/opendocument/
H A DKoTextWriter_p.cpp103 foreach (const KoSection *sec, KoSectionUtils::sectionStartings(cur.blockFormat())) { in writeBlocks()
135 foreach (const KoSection *section, KoSectionUtils::sectionStartings(format)) { in writeBlocks()
H A DKoTextLoader.cpp328 …d->openingSections << KoSectionUtils::sectionStartings(format); // if we had some already we need … in loadBody()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DKoTextLayoutArea_paint.cpp663 QList<KoSection *> openList = KoSectionUtils::sectionStartings(bf); in decorateParagraphSections()
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DKoTextLayoutArea_paint.cpp661 QList<KoSection *> openList = KoSectionUtils::sectionStartings(bf); in decorateParagraphSections()