Home
last modified time | relevance | path

Searched refs:m_deltaCharFormat (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/commands/
H A DParagraphFormattingCommand.cpp33 , m_deltaCharFormat(deltaCharFormat) in MergeAutoParagraphStyleVisitor()
61 cursor.mergeBlockCharFormat(m_deltaCharFormat); in visitBlock()
67 format.merge(m_deltaCharFormat); in visitFragmentSelection()
73 QTextCharFormat m_deltaCharFormat; member in MergeAutoParagraphStyleVisitor
/dports/editors/calligra/calligra-3.2.1/libs/text/commands/
H A DParagraphFormattingCommand.cpp33 , m_deltaCharFormat(deltaCharFormat) in MergeAutoParagraphStyleVisitor()
57 cursor.mergeBlockCharFormat(m_deltaCharFormat); in visitBlock()
69 format.merge(m_deltaCharFormat); in visitFragmentSelection()
75 QTextCharFormat m_deltaCharFormat; member in MergeAutoParagraphStyleVisitor
/dports/graphics/krita/krita-4.4.8/plugins/flake/textshape/kotext/
H A DKoTextEditor_format.cpp498 , m_deltaCharFormat(deltaCharFormat) in MergeAutoCharacterStyleVisitor()
518 format.merge(m_deltaCharFormat); in visitFragmentSelection()
524 QTextCharFormat m_deltaCharFormat; member in MergeAutoCharacterStyleVisitor
/dports/editors/calligra/calligra-3.2.1/libs/text/
H A DKoTextEditor_format.cpp498 , m_deltaCharFormat(deltaCharFormat) in MergeAutoCharacterStyleVisitor()
517 format.merge(m_deltaCharFormat); in visitFragmentSelection()
523 QTextCharFormat m_deltaCharFormat; member in MergeAutoCharacterStyleVisitor