Home
last modified time | relevance | path

Searched refs:HiddenByTable (Results 1 – 12 of 12) sorted by relevance

/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/
H A DKoTextEditor.cpp112 bool hiddenTableHandling = caret.blockFormat().hasProperty(KoParagraphStyle::HiddenByTable); in newLine()
128 bf.clearProperty(KoParagraphStyle::HiddenByTable); in newLine()
166 bf.clearProperty(KoParagraphStyle::HiddenByTable); in newLine()
208 bf.setProperty(KoParagraphStyle::HiddenByTable, true); in newLine()
408 if (d->caret.blockFormat().hasProperty(KoParagraphStyle::HiddenByTable)) { in insertIndexMarker()
441 if (d->caret.blockFormat().hasProperty(KoParagraphStyle::HiddenByTable)) { in insertInlineObject()
509 if (!d->caret.blockFormat().hasProperty(KoParagraphStyle::HiddenByTable)) { in insertFrameBreak()
551 …et.hasSelection() && d->caret.block().blockFormat().hasProperty(KoParagraphStyle::HiddenByTable)) { in deleteChar()
562 if (tmpCursor.block().blockFormat().hasProperty(KoParagraphStyle::HiddenByTable)) { in deleteChar()
868 blockFormat.setProperty(KoParagraphStyle::HiddenByTable, true); in insertTable()
[all …]
/dports/editors/calligra/calligra-3.2.1/libs/text/
H A DKoTextEditor.cpp113 bool hiddenTableHandling = caret.blockFormat().hasProperty(KoParagraphStyle::HiddenByTable); in newLine()
129 bf.clearProperty(KoParagraphStyle::HiddenByTable); in newLine()
167 bf.clearProperty(KoParagraphStyle::HiddenByTable); in newLine()
209 bf.setProperty(KoParagraphStyle::HiddenByTable, true); in newLine()
528 if (d->caret.blockFormat().hasProperty(KoParagraphStyle::HiddenByTable)) { in insertIndexMarker()
561 if (d->caret.blockFormat().hasProperty(KoParagraphStyle::HiddenByTable)) { in insertInlineObject()
629 if (!d->caret.blockFormat().hasProperty(KoParagraphStyle::HiddenByTable)) { in insertFrameBreak()
671 …et.hasSelection() && d->caret.block().blockFormat().hasProperty(KoParagraphStyle::HiddenByTable)) { in deleteChar()
682 if (tmpCursor.block().blockFormat().hasProperty(KoParagraphStyle::HiddenByTable)) { in deleteChar()
988 blockFormat.setProperty(KoParagraphStyle::HiddenByTable, true); in insertTable()
[all …]
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/commands/
H A DTextPasteCommand.cpp102 if (editor->blockFormat().hasProperty(KoParagraphStyle::HiddenByTable)) { in redo()
/dports/editors/calligra/calligra-3.2.1/libs/text/commands/
H A DTextPasteCommand.cpp100 if (editor->blockFormat().hasProperty(KoParagraphStyle::HiddenByTable)) { in redo()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/styles/
H A DKoParagraphStyle.h155 HiddenByTable, ///< don't let this paragraph have any height enumerator
/dports/editors/calligra/calligra-3.2.1/libs/text/styles/
H A DKoParagraphStyle.h155 HiddenByTable, ///< don't let this paragraph have any height enumerator
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/textlayout/
H A DKoTextLayoutArea.cpp1223 if (block.blockFormat().hasProperty(KoParagraphStyle::HiddenByTable)) { in layoutBlock()
1351 …AroundHelper.stayOnBaseline() && !(block.blockFormat().hasProperty(KoParagraphStyle::HiddenByTable) in layoutBlock()
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/opendocument/
H A DKoTextWriter_p.cpp149 if (format.hasProperty(KoParagraphStyle::HiddenByTable)) { in writeBlocks()
H A DKoTextLoader.cpp1250 blockFormat.setProperty(KoParagraphStyle::HiddenByTable, true); in loadTable()
/dports/editors/calligra/calligra-3.2.1/libs/textlayout/
H A DKoTextLayoutArea.cpp1315 if (block.blockFormat().hasProperty(KoParagraphStyle::HiddenByTable)) { in layoutBlock()
1443 …AroundHelper.stayOnBaseline() && !(block.blockFormat().hasProperty(KoParagraphStyle::HiddenByTable) in layoutBlock()
/dports/editors/calligra/calligra-3.2.1/libs/text/opendocument/
H A DKoTextWriter_p.cpp151 if (format.hasProperty(KoParagraphStyle::HiddenByTable)) { in writeBlocks()
H A DKoTextLoader.cpp1254 blockFormat.setProperty(KoParagraphStyle::HiddenByTable, true); in loadTable()