Home
last modified time | relevance | path

Searched refs:setFontStrikeOut (Results 1 – 25 of 198) sorted by relevance

12345678

/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/widgets/
H A Dsimplerichtextedit.h59 …inline void setFontStrikeOut(bool enabled) { QTextCharFormat f; f.setFontStrikeOut(enabled); textC… in QT_FORWARD_DECLARE_CLASS()
64 inline void toggleFontStrikeOut() { setFontStrikeOut(!fontStrikeOut()); } in QT_FORWARD_DECLARE_CLASS()
/dports/net-im/psi/psi-1.5/src/
H A Dhtmltextcontroller.cpp140 tcf.setFontStrikeOut(true); in addState()
159 tcf.setFontStrikeOut(false); in addState()
188 tcf.setFontStrikeOut(false); in removeState()
/dports/editors/texstudio/texstudio-4.1.2/src/qcodeedit/lib/
H A Dqformat.cpp11 f.setFontStrikeOut(strikeout); in toTextCharFormat()
/dports/graphics/okular/okular-21.12.3/generators/plucker/unpluck/
H A Dqunpluck.cpp459 format.setFontStrikeOut(true); in ParseText()
466 format.setFontStrikeOut(false); in ParseText()
862 format.setFontStrikeOut(true); in TranscribeTextRecord()
869 format.setFontStrikeOut(false); in TranscribeTextRecord()
971 format.setFontStrikeOut(false); in TranscribeTextRecord()
/dports/www/kristall/kristall-6b39f244/src/renderers/
H A Drenderhelpers.cpp133 format.setFontStrikeOut(true); in parseSGR()
158 format.setFontStrikeOut(false); in parseSGR()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/qt3support/text/
H A Dq3stylesheet.h134 void setFontStrikeOut(bool);
H A Dq3stylesheet.cpp451 void Q3StyleSheetItem::setFontStrikeOut(bool strikeOut) in setFontStrikeOut() function in Q3StyleSheetItem
1256 style->setFontStrikeOut(true); in init()
/dports/editors/focuswriter/focuswriter-1.7.6/src/
H A Dstack.h108 void setFontStrikeOut(bool strikeout);
H A Dstack.cpp477 void Stack::setFontStrikeOut(bool strikeout) in setFontStrikeOut() function in Stack
481 format.setFontStrikeOut(strikeout); in setFontStrikeOut()
/dports/editors/calligra/calligra-3.2.1/sheets/commands/
H A DStyleCommand.h61 m_style->setFontStrikeOut(strike); in setFontStrike()
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/rtf-qt/
H A Dsladocumentrtfoutput.h62 virtual void setFontStrikeOut(const int value);
H A DDocumentDestination.cpp78 m_output->setFontStrikeOut(! hasValue || (hasValue && value != 0)); in handleControlWord()
H A DAbstractRtfOutput.h288 virtual void setFontStrikeOut(const int value) = 0;
/dports/devel/qmake/qt-x11-free-3.3.8/src/kernel/
H A Dqstylesheet.h127 void setFontStrikeOut( bool );
/dports/math/cocoalib/CoCoALib-0.99712/src/CoCoA-5/QCodeEdit/
H A Dqformat.h125 f.setFontStrikeOut(strikeout); in toTextCharFormat()
/dports/net/kpimtextedit/kpimtextedit-21.12.3/src/texteditor/plaintexteditor/
H A Dplaintextsyntaxspellcheckinghighlighter.cpp194 tf.setFontStrikeOut(true); in applyFormat()
/dports/math/giacxcas/CoCoALib-0.99700/src/CoCoA-5/QCodeEdit/
H A Dqformat.h125 f.setFontStrikeOut(strikeout); in toTextCharFormat()
/dports/misc/actiona/actiona-3.10.1/actiontools/
H A Dcodehighlighter.cpp40 mFormats[ReservedFormat].setFontStrikeOut(true); in CodeHighlighter()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/syntax-highlighting/src/lib/
H A Dsyntaxhighlighter.cpp157 tf.setFontStrikeOut(true); in applyFormat()
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/src/lib/
H A Dsyntaxhighlighter.cpp172 tf.setFontStrikeOut(true); in applyFormat()
/dports/astro/stellarium/stellarium-0.21.3/src/external/qxlsx/
H A Dxlsxformat.h133 void setFontStrikeOut(bool);
/dports/irc/quassel/quassel-0.14-rc2/src/uisupport/
H A Dqssparser.cpp717 format->setFontStrikeOut(false); in parseFont()
728 format->setFontStrikeOut(true); in parseFont()
757 format->setFontStrikeOut(true); in parseFontStyle()
/dports/irc/quassel-core/quassel-0.14-rc2/src/uisupport/
H A Dqssparser.cpp717 format->setFontStrikeOut(false); in parseFont()
728 format->setFontStrikeOut(true); in parseFont()
757 format->setFontStrikeOut(true); in parseFontStyle()
/dports/graphics/krita/krita-4.4.8/plugins/tools/svgtexttool/
H A DSvgTextEditor.cpp170 format.setFontStrikeOut(strikeThrough); in setSavedToFormat()
779 format.setFontStrikeOut(false); in setTextDecoration()
786 format.setFontStrikeOut(false); in setTextDecoration()
789 format.setFontStrikeOut(true); in setTextDecoration()
801 format.setFontStrikeOut(false); in setTextDecoration()
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/experimental/lumina-terminal/
H A DTerminalWidget.cpp406 else if(code==9){ CFMT.setFontStrikeOut(true); } //Crossed out in applyANSIColor()
417 else if(code==29){ CFMT.setFontStrikeOut(false); } //Not Crossed out in applyANSIColor()

12345678