Symbol: TruncateString
headers/os/interface/Font.h
220
void TruncateString(BString* inOut, uint32 mode,
headers/os/interface/View.h
560
void TruncateString(BString* in_out, uint32 mode,
src/add-ons/control_look/BeControlLook/BeControlLook.cpp
2349
font.TruncateString(&truncatedLabel, B_TRUNCATE_MIDDLE, availableWidth);
src/add-ons/decorators/MacDecorator/MacDecorator.cpp
638
fDrawState.Font().TruncateString(&tab->truncatedTitle, B_TRUNCATE_END,
src/add-ons/decorators/WinDecorator/WinDecorator.cpp
370
fDrawState.Font().TruncateString(&tab->truncatedTitle, B_TRUNCATE_END,
src/apps/activitymonitor/ActivityView.cpp
1516
TruncateString(&label, B_TRUNCATE_MIDDLE, possibleLabelWidth);
src/apps/bootmanager/DrivesPage.cpp
208
owner->TruncateString(&truncatedMessage, B_TRUNCATE_END, messageWidth);
src/apps/cortex/MediaRoutingView/MediaNodePanel.cpp
859
be_plain_font->TruncateString(&m_label, B_TRUNCATE_END, maxWidth);
src/apps/cortex/RouteApp/StatusView.cpp
185
be_plain_font->TruncateString(&text, B_TRUNCATE_END,
src/apps/cortex/RouteApp/StatusView.cpp
379
be_plain_font->TruncateString(&title, B_TRUNCATE_END,
src/apps/cortex/RouteApp/StatusView.cpp
432
be_plain_font->TruncateString(&text, B_TRUNCATE_END,
src/apps/debugger/user_interface/gui/team_window/TeamWindow.cpp
1737
fSourcePathView->TruncateString(&truncatedText, B_TRUNCATE_MIDDLE,
src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp
116
parent->TruncateString(&truncatedString, fTruncateMode, width + 2);
src/apps/debugger/user_interface/gui/teams_window/TeamsListView.cpp
138
parent->TruncateString(&truncatedString, fTruncateMode, width + 2);
src/apps/debugger/user_interface/gui/value/TableCellValueRendererUtils.cpp
30
view->TruncateString(&truncatedString, B_TRUNCATE_END,
src/apps/deskbar/Switcher.cpp
2348
TruncateString(&title, B_TRUNCATE_MIDDLE, maxWidth);
src/apps/diskusage/ControlsView.cpp
90
owner->TruncateString(&label, B_TRUNCATE_END,
src/apps/diskusage/PieView.cpp
507
font.TruncateString(&label, B_TRUNCATE_END,
src/apps/diskusage/StatusView.cpp
147
be_plain_font->TruncateString(&pathLabel, B_TRUNCATE_BEGINNING, viewWidth);
src/apps/drivesetup/DiskView.cpp
220
font.TruncateString(&name, B_TRUNCATE_END, width);
src/apps/drivesetup/PartitionList.cpp
132
parent->TruncateString(&truncatedString, fTruncateMode, width + 2);
src/apps/drivesetup/PartitionList.cpp
154
parent->TruncateString(&truncatedString, fTruncateMode, width + 2);
src/apps/expander/ExpanderWindow.cpp
71
be_plain_font->TruncateString(&truncated, B_TRUNCATE_END,
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
698
TruncateString(&renderedText, B_TRUNCATE_END,
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
746
TruncateString(&renderedText, B_TRUNCATE_END, textRect.Width());
src/apps/haikudepot/ui/FeaturedPackagesView.cpp
812
TruncateString(&summary, B_TRUNCATE_END, textRect.Width());
src/apps/haikudepot/ui/PackageListView.cpp
526
parent->TruncateString(&truncatedString, fTruncateMode, textWidth);
src/apps/haikudepot/ui/PackageListView.cpp
596
parent->TruncateString(&truncatedString, fTruncateMode, width + 2);
src/apps/haikudepot/ui/PackageListView.cpp
608
parent->TruncateString(&truncatedString, fTruncateMode, width + 2);
src/apps/haikudepot/ui_generic/LinkView.cpp
73
TruncateString(&text, B_TRUNCATE_END, bounds.Width());
src/apps/icon-o-matic/generic/gui/ListViews.cpp
72
owner->TruncateString(&truncatedString, B_TRUNCATE_MIDDLE,
src/apps/icon-o-matic/generic/property/view/PropertyItemView.cpp
72
font.TruncateString(&truncated, B_TRUNCATE_MIDDLE, fLabelWidth - 10.0);
src/apps/icon-o-matic/generic/property/view/specific_properties/OptionValueView.cpp
85
font.TruncateString(&truncated, B_TRUNCATE_END, b.Width());
src/apps/mediaconverter/MediaConverterWindow.cpp
898
fOutputFolder->TruncateString(&pathString, B_TRUNCATE_MIDDLE, maxWidth);
src/apps/mediaplayer/playlist/ListViews.cpp
69
owner->TruncateString( &truncatedString, B_TRUNCATE_MIDDLE,
src/apps/mediaplayer/playlist/PlaylistListView.cpp
149
owner->TruncateString(&truncatedDuration, B_TRUNCATE_END,
src/apps/mediaplayer/playlist/PlaylistListView.cpp
157
owner->TruncateString(&truncatedString, B_TRUNCATE_MIDDLE,
src/apps/resedit/ResFields.cpp
105
parent->TruncateString(&string, B_TRUNCATE_MIDDLE, rect.Width() - 14);
src/apps/resedit/ResFields.cpp
155
parent->TruncateString(&fClipped, B_TRUNCATE_END, rect.Width() - 14);
src/apps/resedit/ResFields.cpp
72
parent->TruncateString(&out, B_TRUNCATE_END, stringrect.Width());
src/apps/screenshot/ScreenshotWindow.cpp
616
fOutputPathMenu->TruncateString(&label, B_TRUNCATE_MIDDLE,
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
805
owner->TruncateString(&text, B_TRUNCATE_END, width);
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
957
owner->TruncateString(&name, B_TRUNCATE_END, nameWidth);
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
975
owner->TruncateString(&versionOrRepo, B_TRUNCATE_END, width - cursor.x);
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
982
owner->TruncateString(&summary, B_TRUNCATE_END, width - cursor.x);
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
989
owner->TruncateString(&version, B_TRUNCATE_END, width - cursor.x);
src/apps/switcher/WindowsView.cpp
156
owner->TruncateString(&fText, B_TRUNCATE_MIDDLE, 200);
src/apps/text_search/GrepWindow.cpp
1105
fSearchText->TruncateString(&name, B_TRUNCATE_MIDDLE,
src/apps/text_search/Model.cpp
239
font.TruncateString(item, B_TRUNCATE_MIDDLE, maxWidth);
src/apps/webpositive/BrowserWindow.cpp
2350
be_plain_font->TruncateString(&truncatedUrl, B_TRUNCATE_END, 480);
src/kits/interface/ColumnTypes.cpp
215
parent->TruncateString(&out_string, fTruncate, width + 2);
src/kits/interface/ColumnTypes.cpp
360
parent->TruncateString(&out_string, B_TRUNCATE_MIDDLE, width + 2);
src/kits/interface/ColumnTypes.cpp
473
parent->TruncateString(&string, B_TRUNCATE_MIDDLE, width + 2);
src/kits/interface/ColumnTypes.cpp
53
parent->TruncateString(&out_string, B_TRUNCATE_END, width + 2);
src/kits/interface/ColumnTypes.cpp
534
parent->TruncateString(&string, B_TRUNCATE_MIDDLE, width + 2);
src/kits/interface/HaikuControlLook.cpp
2363
font.TruncateString(&truncatedLabel, B_TRUNCATE_END, availableWidth);
src/kits/interface/MenuItem.cpp
387
font.TruncateString(&string, B_TRUNCATE_MIDDLE, maxWidth);
src/kits/interface/StatusBar.cpp
313
font.TruncateString(&rightText, B_TRUNCATE_BEGINNING,
src/kits/interface/StatusBar.cpp
320
font.TruncateString(&leftText, B_TRUNCATE_END, width);
src/kits/interface/StringView.cpp
287
TruncateString(&truncated, fTruncation, bounds.Width());
src/kits/interface/View.cpp
2960
fState->font.TruncateString(string, mode, width);
src/kits/tracker/CountView.cpp
268
TruncateString(&itemString, truncateMode, textRect.Width());
src/kits/tracker/DraggableContainerIcon.cpp
158
view->TruncateString(&nameString, B_TRUNCATE_MIDDLE, rect.Width() - 5);
src/kits/tracker/NavMenu.cpp
656
menuFont.TruncateString(&truncatedString, B_TRUNCATE_END, GetMaxMenuWidth());
src/kits/tracker/OpenWithWindow.cpp
1280
font.TruncateString(&label, B_TRUNCATE_MIDDLE,
src/kits/tracker/RecentItems.cpp
340
menuFont.TruncateString(&truncatedString, B_TRUNCATE_END, BNavMenu::GetMaxMenuWidth());
src/kits/tracker/StatusWindow.cpp
676
TruncateString(&destinationString, B_TRUNCATE_MIDDLE,
src/kits/tracker/TitleView.cpp
500
view->TruncateString(&titleString, B_TRUNCATE_END,
src/kits/tracker/Utilities.cpp
903
parent->TruncateString(&truncatedLabel, B_TRUNCATE_END, maxStringWidth);
src/kits/tracker/infowindow/GeneralInfoView.cpp
1002
TruncateString(&nameString, B_TRUNCATE_MIDDLE, maxTextWidth);
src/kits/tracker/infowindow/GeneralInfoView.cpp
857
TruncateString(&tmpString, B_TRUNCATE_MIDDLE, maxTextWidth);
src/kits/tracker/infowindow/GeneralInfoView.cpp
912
TruncateString(&nameString, B_TRUNCATE_MIDDLE, maxTextWidth);
src/kits/tracker/infowindow/GeneralInfoView.cpp
938
TruncateString(&nameString, B_TRUNCATE_MIDDLE, maxTextWidth);
src/kits/tracker/infowindow/GeneralInfoView.cpp
977
TruncateString(&nameString, B_TRUNCATE_MIDDLE, maxTextWidth);
src/kits/tracker/infowindow/HeaderView.cpp
292
TruncateString(&nameString, B_TRUNCATE_END,
src/kits/tracker/infowindow/HeaderView.cpp
451
view->TruncateString(&nameString, B_TRUNCATE_END, rect.Width() - 5);
src/preferences/keymap/KeyboardLayoutView.cpp
857
view->TruncateString(&text, B_TRUNCATE_END, rect.Width());
src/preferences/printers/JobListView.cpp
311
owner->TruncateString(&name, B_TRUNCATE_MIDDLE, pagePt.x - namePt.x);
src/preferences/printers/JobListView.cpp
314
owner->TruncateString(&status, B_TRUNCATE_MIDDLE, sizePt.x - statusPt.x);
src/preferences/printers/PrinterListView.cpp
450
owner->TruncateString(&s, B_TRUNCATE_MIDDLE, pendingPt.x - namePt.x);
src/preferences/printers/PrinterListView.cpp
456
owner->TruncateString(&s, B_TRUNCATE_END, commentPt.x - driverPt.x);
src/preferences/printers/PrinterListView.cpp
464
owner->TruncateString(&s, B_TRUNCATE_BEGINNING, totalWidth);
src/preferences/printers/PrinterListView.cpp
470
owner->TruncateString(&s, B_TRUNCATE_END, bounds.Width() - pendingPt.x);
src/preferences/printers/PrinterListView.cpp
474
owner->TruncateString(&s, B_TRUNCATE_MIDDLE, bounds.Width() - commentPt.x);
src/servers/app/ServerFont.h
168
void TruncateString(BString* inOut,
src/servers/app/WorkspacesView.cpp
265
font.TruncateString(&title, B_TRUNCATE_END, fillFrame.Width() - 4);
src/servers/app/decorator/TabDecorator.cpp
1061
fDrawState.Font().TruncateString(&tab->truncatedTitle, truncateMode, size);
src/servers/notification/NotificationView.cpp
289
TruncateString(&text, B_TRUNCATE_END, Bounds().Width() - l->location.x);
src/tests/kits/interface/TruncateString.cpp
37
TruncateString(&truncated, kTruncateModes[i], length);