Home
last modified time | relevance | path

Searched refs:hasUnderline (Results 1 – 25 of 211) sorted by relevance

123456789

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/3rdparty/syntax-highlighting/src/lib/
H A Dtextstyledata_p.h25 , hasUnderline(false) in TextStyleData()
41 bool hasUnderline : 1; variable
H A Dformat.cpp176 if (overrideStyle.hasUnderline) in isUnderline()
178 return d->style.hasUnderline ? d->style.underline : theme.isUnderline(d->defaultStyle); in isUnderline()
206 return d->style.hasUnderline; in hasUnderlineOverride()
273 style.hasUnderline = true; in load()
H A Dansihighlighter.cpp1236 const bool hasUnderline = format.isUnderline(theme); in highlightData() local
1249 if (hasUnderline) in highlightData()
1261 const bool hasEffect = hasBold || hasItalic || hasUnderline || hasStrikeThrough; in highlightData()
1273 if (hasUnderline) in highlightData()
H A Dthemedata.cpp71 td.hasUnderline = true; in readThemeData()
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/src/lib/
H A Dtextstyledata_p.h25 , hasUnderline(false) in TextStyleData()
41 bool hasUnderline : 1; variable
H A Dformat.cpp185 if (overrideStyle.hasUnderline) { in isUnderline()
188 return d->style.hasUnderline ? d->style.underline : theme.isUnderline(d->defaultStyle); in isUnderline()
217 return d->style.hasUnderline; in hasUnderlineOverride()
284 style.hasUnderline = true; in load()
H A Dansihighlighter.cpp1255 const bool hasUnderline = format.isUnderline(theme); in highlightData() local
1272 if (hasUnderline) { in highlightData()
1286 const bool hasEffect = hasBold || hasItalic || hasUnderline || hasStrikeThrough; in highlightData()
1300 if (hasUnderline) { in highlightData()
H A Dthemedata.cpp71 td.hasUnderline = true; in readThemeData()
/dports/editors/calligra/calligra-3.2.1/filters/sheets/latex/export/
H A Dfileheader.h136 bool hasUnderline() const { in hasUnderline() function
H A Dfileheader.cc293 if (hasUnderline()) in generatePackage()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/area/inline/
H A DInlineArea.java218 public boolean hasUnderline() { in hasUnderline() method in InlineArea
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/richtext/
H A Drichtextstyles.cpp777 bool hasUnderline = false; in CreateHTML() local
784 hasUnderline = true; in CreateHTML()
790 if (hasUnderline) in CreateHTML()
795 if (hasUnderline) in CreateHTML()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/richtext/
H A Drichtextstyles.cpp777 bool hasUnderline = false; in CreateHTML() local
784 hasUnderline = true; in CreateHTML()
790 if (hasUnderline) in CreateHTML()
795 if (hasUnderline) in CreateHTML()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/richtext/
H A Drichtextstyles.cpp777 bool hasUnderline = false; in CreateHTML() local
784 hasUnderline = true; in CreateHTML()
790 if (hasUnderline) in CreateHTML()
795 if (hasUnderline) in CreateHTML()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/richtext/
H A Drichtextstyles.cpp777 bool hasUnderline = false; in CreateHTML() local
784 hasUnderline = true; in CreateHTML()
790 if (hasUnderline) in CreateHTML()
795 if (hasUnderline) in CreateHTML()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/properties/
H A DCommonTextDecoration.java136 public boolean hasUnderline() { in hasUnderline() method in CommonTextDecoration
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/richtext/
H A Drichtextstyles.cpp855 bool hasUnderline = false; in CreateHTML() local
862 hasUnderline = true; in CreateHTML()
868 if (hasUnderline) in CreateHTML()
873 if (hasUnderline) in CreateHTML()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/richtext/
H A Drichtextstyles.cpp855 bool hasUnderline = false; in CreateHTML() local
862 hasUnderline = true; in CreateHTML()
868 if (hasUnderline) in CreateHTML()
873 if (hasUnderline) in CreateHTML()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/richtext/
H A Drichtextstyles.cpp852 bool hasUnderline = false; in CreateHTML() local
859 hasUnderline = true; in CreateHTML()
865 if (hasUnderline) in CreateHTML()
874 if (hasUnderline) in CreateHTML()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/
H A DAbstractPathOrientedRenderer.java877 boolean hasTextDeco = inline.hasUnderline() in renderTextDecoration()
886 if (inline.hasUnderline()) { in renderTextDecoration()
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/qa/unit/
H A Dcore-test.cxx1075 bool hasUnderline(const editeng::Section& rSecAttr) in hasUnderline() function
1129 CPPUNIT_ASSERT_MESSAGE( "This section must be underlined.", hasUnderline(aAttrs1[1]) ); in testUnderlineCopyPaste()
1163 CPPUNIT_ASSERT_MESSAGE( "This section must be underlined.", hasUnderline(aAttrs2[1]) ); in testUnderlineCopyPaste()
1174 CPPUNIT_ASSERT_MESSAGE( "This section must be underlined.", hasUnderline(aAttrs2[3]) ); in testUnderlineCopyPaste()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/qa/unit/
H A Dcore-test.cxx1077 bool hasUnderline(const editeng::Section& rSecAttr) in hasUnderline() function
1131 CPPUNIT_ASSERT_MESSAGE( "This section must be underlined.", hasUnderline(aAttrs1[1]) ); in testUnderlineCopyPaste()
1165 CPPUNIT_ASSERT_MESSAGE( "This section must be underlined.", hasUnderline(aAttrs2[1]) ); in testUnderlineCopyPaste()
1176 CPPUNIT_ASSERT_MESSAGE( "This section must be underlined.", hasUnderline(aAttrs2[3]) ); in testUnderlineCopyPaste()
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/rtf/
H A DTextAttributesConverter.java360 if (textDecoration.hasUnderline()) { in attrTextDecoration()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.2.8/src/
H A Ddwrite.rs795 fn SetUnderline(&mut self, hasUnderline: ::BOOL, textRange: DWRITE_TEXT_RANGE) -> ::HRESULT,
842 &mut self, currentPosition: ::UINT32, hasUnderline: *mut ::BOOL,
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.2.8/src/
H A Ddwrite.rs795 fn SetUnderline(&mut self, hasUnderline: ::BOOL, textRange: DWRITE_TEXT_RANGE) -> ::HRESULT,
842 &mut self, currentPosition: ::UINT32, hasUnderline: *mut ::BOOL,

123456789