Home
last modified time | relevance | path

Searched refs:wrappedText (Results 1 – 25 of 26) sorted by relevance

12

/dports/net/kpimtextedit/kpimtextedit-21.12.3/src/
H A Dtextutils.cpp94 if (wrappedText.isEmpty()) { in flowText()
106 while (!wrappedText.isEmpty()) { in flowText()
108 int newLine = wrappedText.indexOf(QLatin1Char('\n')); in flowText()
110 result += indent + wrappedText.left(newLine + 1); in flowText()
111 wrappedText = wrappedText.mid(newLine + 1); in flowText()
118 if (wrappedText.length() > maxLength) { in flowText()
128 breakPosition = wrappedText.length(); in flowText()
131 QString line = wrappedText.left(breakPosition); in flowText()
132 if (breakPosition < wrappedText.length()) { in flowText()
133 wrappedText = wrappedText.mid(breakPosition); in flowText()
[all …]
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dwrapengine.cpp58 wxString wrappedText; in WrapTextChinese() local
157 wrappedText += str; in WrapTextChinese()
163 wxString temp = wrappedText; in WrapTextChinese()
187 text = wrappedText; in WrapTextChinese()
231 wxString wrappedText; in WrapText() local
280 if (!wrappedText.empty()) in WrapText()
281 wrappedText += _T("\n"); in WrapText()
310 wrappedText += text[i]; in WrapText()
326 if (!wrappedText.empty()) in WrapText()
327 wrappedText += _T("\n"); in WrapText()
[all …]
/dports/x11-fm/dolphin/dolphin-21.12.3/src/views/tooltips/
H A Ddolphinfilemetadatawidget.cpp108 QString wrappedText; in setName() local
109 wrappedText.reserve(processedName.length()); in setName()
116 wrappedText += processedName.midRef(line.textStart(), line.textLength()); in setName()
120 wrappedText += QChar::LineSeparator; in setName()
125 m_name->setText(wrappedText); in setName()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DBaseRenderer.cpp55 wstring wrappedText; in WrapText() local
86 wrappedText += word + L" "; in WrapText()
89 wrappedText += L"\n" + word + L" "; in WrapText()
95 return wrappedText; in WrapText()
107 …std::wstring wrappedText = WrapText(text, (float)(_screenWidth - textLeftMargin * 2 - 20), lineCou… in DrawToast() local
109 …DrawString(wrappedText, textLeftMargin, _screenHeight - lastHeight, opacity, opacity, opacity, opa… in DrawToast()
/dports/www/nextcloud/nextcloud/lib/private/Preview/
H A DMarkDown.php122 $wrappedText = wordwrap($line, $wordWrap,"\n");
123 $linesWrapped = count(explode("\n", $wrappedText));
124 …e, 0, $x, $y, $textColor, $actualFontSize === $fontSize ? $fontFile : $fontFileBold, $wrappedText);
/dports/net-im/qTox/qTox-1.17.4/src/chatlog/
H A Dtextformatter.cpp247 const QString wrappedText = pair.second.arg(captured); in applyMarkdown() local
249 result.replace(startPos, length, wrappedText); in applyMarkdown()
250 offset += wrappedText.length() - length; in applyMarkdown()
/dports/x11-fm/dolphin/dolphin-21.12.3/src/panels/information/
H A Dinformationpanelcontent.cpp477 QString wrappedText; in setNameLabelText() local
478 wrappedText.reserve(processedText.length()); in setNameLabelText()
485 wrappedText += processedText.midRef(line.textStart(), line.textLength()); in setNameLabelText()
489 wrappedText += QChar::LineSeparator; in setNameLabelText()
494 m_nameLabel->setText(wrappedText); in setNameLabelText()
/dports/games/megaglest/megaglest-source-3.13.0/source/shared_lib/sources/graphics/
H A Dfont.cpp183 string wrappedText = ""; in wordWrapText() local
189 wrappedText += word; in wordWrapText()
195 wrappedText += "\n"; in wordWrapText()
199 wrappedText += word + " "; in wordWrapText()
203 return wrappedText; in wordWrapText()
/dports/games/spring/spring_98.0/rts/Game/UI/
H A DInfoConsole.cpp191 std::string wrappedText = smallFont->Wrap(text, fontSize, maxWidth); in RecordLogMessage() local
192 std::list<std::string> lines = smallFont->SplitIntoLines(toustring(wrappedText)); in RecordLogMessage()
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/components/
H A DTextEditComponent.cpp209 std::string wrappedText = (isMultiline() ? mFont->wrapText(mText, getTextAreaSize().x()) : mText); in onTextChanged() local
210 …mTextCache = std::unique_ptr<TextCache>(mFont->buildTextCache(wrappedText, 0, 0, 0x77777700 | getO… in onTextChanged()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.jface/src/org/eclipse/jface/bindings/keys/
H A DKeySequenceText.java547 public KeySequenceText(Text wrappedText) { in KeySequenceText() argument
548 text = wrappedText; in KeySequenceText()
/dports/graphics/qgis/qgis-3.22.3/src/core/layout/
H A Dqgslayouttable.cpp478 … str = wrappedText( context.renderContext(), column.heading(), column.width(), headerFormat ); in render()
540 str = wrappedText( context.renderContext(), localizedString, column.width(), cellFormat ); in render()
1195 …heights[i] = QgsTextRenderer::textHeight( context, cellFormat, wrappedText( context, col.heading()… in calculateMaxRowHeights()
1225 …heights[ row * cols + i ] = QgsTextRenderer::textHeight( context, cellFormat, wrappedText( context… in calculateMaxRowHeights()
1388 QStringList QgsLayoutTable::wrappedText( QgsRenderContext &context, const QString &value, double co… in wrappedText() function in QgsLayoutTable
H A Dqgslayouttable.h776 …QStringList wrappedText( QgsRenderContext &context, const QString &value, double columnWidth, cons…
/dports/graphics/qgis-ltr/qgis-3.16.16/src/core/layout/
H A Dqgslayouttable.cpp477 … str = wrappedText( context.renderContext(), column.heading(), column.width(), headerFormat ); in render()
538 … str = wrappedText( context.renderContext(), cellContents.toString(), column.width(), cellFormat ); in render()
1193 …heights[i] = QgsTextRenderer::textHeight( context, cellFormat, wrappedText( context, col.heading()… in calculateMaxRowHeights()
1222 …heights[ row * cols + i ] = QgsTextRenderer::textHeight( context, cellFormat, wrappedText( context… in calculateMaxRowHeights()
1385 QStringList QgsLayoutTable::wrappedText( QgsRenderContext &context, const QString &value, double co… in wrappedText() function in QgsLayoutTable
H A Dqgslayouttable.h776 …QStringList wrappedText( QgsRenderContext &context, const QString &value, double columnWidth, cons…
/dports/www/lagrange/lagrange-1.7.3/src/ui/
H A Dtext.h220 …iBool (*wrapFunc)(iWrapText *, iRangecc wrappedText, int origin, int advance, iBool isBaseRTL);
H A Dinputwidget.c2248 static iBool draw_MarkPainter_(iWrapText *wrapText, iRangecc wrappedText, int origin, int advance, argument
2258 wrappedText.start - cstr + mp->line->range.start,
2259 wrappedText.end - cstr + mp->line->range.start
2269 wrappedText.start,
2270 wrappedText.start + mark.end - lineRange.start
2277 wrappedText.start,
2278 wrappedText.start + mark.start - lineRange.start
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/resources/
H A DFont.cpp515 std::string wrappedText = wrapText(text, xLen); in getWrappedTextCursorOffset() local
524 unsigned int wrappedCharacter = Utils::String::chars2Unicode(wrappedText, wrapCursor); in getWrappedTextCursorOffset()
/dports/editors/nedit/nedit-5.7/source/
H A Dtext.c1428 char *c, *lineStartText, *wrappedText; in TextInsertAtCursor() local
1474 BufReplaceSelected(buf, wrappedText); in TextInsertAtCursor()
1478 TextDOverstrike(textD, wrappedText); in TextInsertAtCursor()
1480 BufReplace(buf, cursorPos-breakAt, cursorPos, wrappedText); in TextInsertAtCursor()
1485 TextDInsert(textD, wrappedText); in TextInsertAtCursor()
1487 BufReplace(buf, cursorPos-breakAt, cursorPos, wrappedText); in TextInsertAtCursor()
1491 NEditFree(wrappedText); in TextInsertAtCursor()
3917 char c, *wrappedText; in wrapText() local
3957 wrappedText = BufGetRange(wrapBuf, startLineLen, wrapBuf->length); in wrapText()
3961 wrappedText = BufGetRange(wrapBuf, startLineLen - *breakBefore, in wrapText()
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php2013 …$wrappedText = '<span class="help-link" data-table="' . $table . '" data-field="' . $field . '" da…
2018 … $wrappedText .= ' data-title="' . htmlspecialchars($overloadHelpText['title']) . '"';
2021 … $wrappedText .= ' data-description="' . htmlspecialchars($overloadHelpText['description']) . '"';
2024 $wrappedText .= '>' . $text . '</span>';
2025 return $wrappedText;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php2279 … $wrappedText = '<span class="help-link" data-table="' . $table . '" data-field="' . $field . '"';
2284 … $wrappedText .= ' data-title="' . htmlspecialchars($overloadHelpText['title']) . '"';
2287 … $wrappedText .= ' data-description="' . htmlspecialchars($overloadHelpText['description']) . '"';
2290 $wrappedText .= '>' . $text . '</span>';
2291 return $wrappedText;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc702 auto wrappedText = in SetOmniboxAdditionalText() local
705 omnibox_additional_text_view_->SetText(wrappedText); in SetOmniboxAdditionalText()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/backend/Classes/Utility/
H A DBackendUtility.php2539 …$wrappedText = '<span class="t3-help-link" href="#" data-table="' . $table . '" data-field="' . $f…
2544 … $wrappedText .= ' data-title="' . htmlspecialchars($overloadHelpText['title']) . '"';
2547 … $wrappedText .= ' data-description="' . htmlspecialchars($overloadHelpText['description']) . '"';
2550 $wrappedText .= '>' . $text . '</span>';
2551 return $wrappedText;
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgslayouttable.cpp83 void wrappedText();
1605 void TestQgsLayoutTable::wrappedText() in wrappedText() function in TestQgsLayoutTable
1615 …QString wrapText = t->wrappedText( context, sourceText, 101 /*columnWidth*/, QgsTextFormat::fromQF… in wrappedText()
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgslayouttable.cpp85 void wrappedText();
1678 void TestQgsLayoutTable::wrappedText() in wrappedText() function in TestQgsLayoutTable
1688 …const QString wrapText = t->wrappedText( context, sourceText, 101 /*columnWidth*/, QgsTextFormat::… in wrappedText()

12