Home
last modified time | relevance | path

Searched refs:applyText (Results 1 – 9 of 9) sorted by relevance

/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Dconductorautonumerotation.cpp59 void ConductorAutoNumerotation::applyText(const QString& t) in applyText() function in ConductorAutoNumerotation
202applyText(autonum::AssignVariables::formulaToLabel(formula, m_conductor->rSequenceNum(), m_diagram… in numerateNewConductor()
H A Dconductorautonumerotation.h37 void applyText (const QString&);
/dports/games/chessx/chessx-1.5.6/src/gui/ooo/
H A Dformatproperty.cpp226 void StyleFormatProperty::applyText( QTextCharFormat *format ) const in applyText() function in StyleFormatProperty
230 property.applyText( format ); in applyText()
235 property.applyText( format ); in applyText()
H A Dconverter.cpp248 property.applyText(&textFormat); in convertHeader()
285 property.applyText(&textFormat); in convertParagraph()
378 property.applyText(&textFormat); in convertSpan()
H A Dformatproperty.h232 void applyText( QTextCharFormat *format ) const;
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/
H A DText.java516 void clearSegments (boolean applyText) { in clearSegments() argument
523 if (applyText) { in clearSegments()
537 } else if (applyText) { in clearSegments()
/dports/x11-toolkits/swt/swt-4.20/org/eclipse/swt/widgets/
H A DText.java550 void clearSegments (boolean applyText) { in clearSegments() argument
557 if (applyText) { in clearSegments()
571 } else if (applyText) { in clearSegments()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/win32/org/eclipse/swt/widgets/
H A DText.java672 void clearSegments (boolean applyText) { in clearSegments() argument
681 if (!applyText) { in clearSegments()
H A DCombo.java545 void clearSegments (boolean applyText) { in clearSegments() argument
555 if (!applyText) { in clearSegments()