Home
last modified time | relevance | path

Searched refs:IsUnderline (Results 1 – 25 of 48) sorted by relevance

12

/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/gui/shellwidget/
H A Dcell.h65 bool IsUnderline() const { return m_highlight.IsUnderline(); } in IsUnderline() function
H A Dhighlight.h46 bool IsUnderline() const noexcept { return m_underline; } in IsUnderline() function
H A Dshellwidget.cpp286 if (cell.IsUnderline()|| cell.IsUndercurl()) { in paintEvent()
298 } else if (cell.IsUnderline()) { in paintEvent()
310 if (cell.IsUnderline()) { in paintEvent()
/dports/devel/upp/upp/uppsrc/CtrlCore/
H A DDrawTextX11.cpp203 if(font.IsUnderline() || font.IsStrikeout()) {
206 if(font.IsUnderline())
245 if(font.IsUnderline() || font.IsStrikeout()) {
254 if(font.IsUnderline())
H A DEncodeRTF.cpp262 if((f = cf.IsUnderline()) != difcf.IsUnderline()) Command((f ? "pnul" : "pnul0") + pn2); in PutCharFormat()
/dports/devel/upp/upp/uppsrc/RichText/
H A DFormat.cpp27 if(IsUnderline() != fmt.IsUnderline()) { in Combine()
140 fmt.Underline(IsUnderline()); in ApplyTo()
H A DParaData.cpp195 if(o.IsUnderline() != n.IsUnderline()) in Charformat()
196 out.Put(n.IsUnderline() == s.IsUnderline() ? UNDERLINES in Charformat()
197 : UNDERLINE0 + n.IsUnderline()); in Charformat()
453 format.Underline(chrstyle.IsUnderline()); in UnpackParts()
742 if(format.IsUnderline() == f0.IsUnderline()) in ApplyCharStyle()
743 format.Underline(newstyle.IsUnderline()); in ApplyCharStyle()
H A DEncodeHTML.cpp20 if(f.IsUnderline() != base.IsUnderline()) in HtmlFontStyle()
21 style << (f.IsUnderline() ? "text-decoration:underline;" : "text-decoration:none;"); in HtmlFontStyle()
36 style << (f.IsUnderline() ? "text-decoration:underline;" : "text-decoration:none;"); in HtmlFontStyle()
H A DParseQtf.cpp557 format.Underline(!format.IsUnderline()); in Cat()
560 format.Underline(!format.IsUnderline()); in Cat()
623 case '_': format.Underline(!format.IsUnderline()); break; in Parse()
H A DEncodeQtf.cpp42 if(a.IsUnderline() != b.IsUnderline()) fmt.Cat('_'); in CharFmt()
/dports/devel/upp/upp/uppsrc/ide/LayDes/
H A Dfontprop.cpp27 if(font.IsUnderline()) in FormatFont()
64 underline = f.IsUnderline(); in SetFont()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/base/
H A DTextAttrs.h368 bool IsDefined() const { return IsUnderline() || IsLineThrough(); } in IsDefined()
369 bool IsUnderline() const { in IsUnderline() function
/dports/www/firefox/firefox-99.0/accessible/base/
H A DTextAttrs.h373 bool IsDefined() const { return IsUnderline() || IsLineThrough(); } in IsDefined()
374 bool IsUnderline() const { in IsUnderline() function
/dports/www/firefox-esr/firefox-91.8.0/accessible/base/
H A DTextAttrs.h373 bool IsDefined() const { return IsUnderline() || IsLineThrough(); } in IsDefined()
374 bool IsUnderline() const { in IsUnderline() function
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/base/
H A DTextAttrs.h373 bool IsDefined() const { return IsUnderline() || IsLineThrough(); } in IsDefined()
374 bool IsUnderline() const { in IsUnderline() function
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/base/
H A DTextAttrs.h365 bool IsDefined() const { return IsUnderline() || IsLineThrough(); } in IsDefined()
366 bool IsUnderline() const { in IsUnderline() function
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/base/
H A DTextAttrs.h409 { return IsUnderline() || IsLineThrough(); } in IsDefined()
410 bool IsUnderline() const in IsUnderline() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/inc/
H A Dsbstdobj.hxx83 bool IsUnderline() const { return bUnderline; } in IsUnderline() function in SbStdFont
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/inc/
H A Dsbstdobj.hxx88 bool IsUnderline() const { return bUnderline; } in IsUnderline() function in SbStdFont
/dports/devel/upp/upp/uppsrc/Draw/
H A DDrawText.cpp107 if((GetInfo() & DRAWTEXTLINES) && (font0.IsUnderline() || font0.IsStrikeout())) { in DrawText()
121 if(font0.IsUnderline()) { in DrawText()
H A DFont.cpp281 if(IsUnderline()) in GetTextFlags()
379 if(f.IsUnderline()) in AsString()
/dports/devel/upp/upp/uppsrc/Painter/
H A DPainter.cpp232 if(fnt.IsUnderline() || fnt.IsStrikeout()) { in TextOp()
236 if(fnt.IsUnderline()) in TextOp()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/runtime/
H A Dstdobj1.cxx182 pVar->PutBool( IsUnderline() ); in PropUnderline()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/runtime/
H A Dstdobj1.cxx189 pVar->PutBool( IsUnderline() ); in PropUnderline()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviInputEditor.cpp106 IsUnderline = 8, enumerator
598 if(uFlags & KviInputEditorTextBlock::IsUnderline) in rebuildTextBlocks()
599 uFlags &= ~KviInputEditorTextBlock::IsUnderline; in rebuildTextBlocks()
601 uFlags |= KviInputEditorTextBlock::IsUnderline; in rebuildTextBlocks()
926 if(pBlock->uFlags & KviInputEditorTextBlock::IsUnderline) in drawContents()

12