Home
last modified time | relevance | path

Searched refs:m_textCharFormatStack (Results 1 – 2 of 2) sorted by relevance

/dports/editors/calligra/calligra-3.2.1/filters/words/rtf/import/3rdparty/rtf-qt/src/
H A DTextDocumentRtfOutput.cpp36 m_textCharFormatStack.push( defaultCharFormat ); in TextDocumentRtfOutput()
51 m_textCharFormatStack.push( charFormat ); in startGroup()
56 m_textCharFormatStack.pop(); in endGroup()
57 m_cursor->setCharFormat( m_textCharFormatStack.top() ); in endGroup()
129 m_cursor->setCharFormat( m_textCharFormatStack.top() ); in setFontItalic()
138 m_textCharFormatStack.top().setFontWeight( weight ); in setFontBold()
139 m_cursor->setCharFormat( m_textCharFormatStack.top() ); in setFontBold()
150 m_textCharFormatStack.top().setFontStrikeOut(value); in setFontStrikeout()
166 m_textCharFormatStack.top().clearForeground(); in setForegroundColour()
177 m_textCharFormatStack.top().clearBackground(); in setHighlightColour()
[all …]
H A DTextDocumentRtfOutput.h119 QStack<QTextCharFormat> m_textCharFormatStack; variable