Home
last modified time | relevance | path

Searched refs:hyphenText (Results 1 – 5 of 5) sorted by relevance

/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dpropertywidget_hyphenation.cpp72 void PropertyWidget_Hyphenation::handleHyphenChar(const QString& hyphenText) in handleHyphenChar() argument
79 if (hyphenText.isEmpty()) in handleHyphenChar()
82 hyphenChar = hyphenText.toUcs4()[0]; in handleHyphenChar()
133 QString hyphenText; in updateCharStyle() local
135 hyphenText = QString::fromUcs4(&hyphenChar, 1); in updateCharStyle()
136 hyphenCharLineEdit->setText(hyphenText); in updateCharStyle()
H A Dsmcstylewidget.cpp263 QString hyphenText; in show() local
265 hyphenText = QString::fromUcs4(&hyphenChar, 1); in show()
266 hyphenCharLineEdit->setValue(hyphenText, cstyle->isInhHyphenChar()); in show()
294 QString hyphenText; in show() local
296 hyphenText = QString::fromUcs4(&hyphenChar, 1); in show()
297 hyphenCharLineEdit->setValue(hyphenText); in show()
686 QString hyphenText; in showHyphenChar() local
688 hyphenText = QString::fromUcs4(&ch, 1); in showHyphenChar()
689 hyphenCharLineEdit->setValue(hyphenText); in showHyphenChar()
H A Dpropertywidget_hyphenation.h49 void handleHyphenChar(const QString& hyphenText);
H A Dsmtextstyles.cpp1614 QString hyphenText = m_pwidget->cpage->hyphenCharLineEdit->text(); in slotHyphenChar() local
1615 uint ch = hyphenText.isEmpty() ? 0 : hyphenText.toUcs4()[0]; in slotHyphenChar()
2667 QString hyphenText = m_page->hyphenCharLineEdit->text(); in slotHyphenChar() local
2668 uint ch = hyphenText.isEmpty() ? 0 : hyphenText.toUcs4()[0]; in slotHyphenChar()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Ddvitemview.cpp99 QString hyphenText(const QString &srcText, const QFont &font, int width) { in hyphenText() function
1054 hyphenText(elideName, p.font(), textRect.width())); in paintThumbnailItem()