Searched refs:B_TRUNCATE_MIDDLE (Results 26 - 43 of 43) sorted by relevance

12

/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp130 const View* view, float width, uint32 truncMode = B_TRUNCATE_MIDDLE)
762 fFullValueText.Length(), view, fOldWidth, B_TRUNCATE_MIDDLE);
855 fFullValueText.Length(), view, fOldWidth, B_TRUNCATE_MIDDLE);
129 TruncStringBase(BString* outString, const char* inString, int32 length, const View* view, float width, uint32 truncMode = B_TRUNCATE_MIDDLE) argument
H A DStatusWindow.cpp676 TruncateString(&destinationString, B_TRUNCATE_MIDDLE,
H A DOpenWithWindow.cpp1276 font.TruncateString(&label, B_TRUNCATE_MIDDLE,
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp288 B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT), kIDColumn);
/haiku/src/apps/mediaplayer/playlist/
H A DPlaylistListView.cpp157 owner->TruncateString(&truncatedString, B_TRUNCATE_MIDDLE,
H A DListViews.cpp69 owner->TruncateString( &truncatedString, B_TRUNCATE_MIDDLE,
/haiku/src/kits/interface/
H A DMenuItem.cpp395 font.TruncateString(&string, B_TRUNCATE_MIDDLE, maxWidth);
H A DInterfaceDefs.cpp1851 case B_TRUNCATE_MIDDLE:
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp559 fOutputPathMenu->TruncateString(&label, B_TRUNCATE_MIDDLE,
/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp1044 uint8 truncateMode = B_TRUNCATE_MIDDLE;
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp898 fOutputFolder->TruncateString(&pathString, B_TRUNCATE_MIDDLE, maxWidth);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp72 owner->TruncateString(&truncatedString, B_TRUNCATE_MIDDLE,
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp1509 TruncateString(&label, B_TRUNCATE_MIDDLE, possibleLabelWidth);
/haiku/src/apps/text_search/
H A DGrepWindow.cpp996 fSearchText->TruncateString(&name, B_TRUNCATE_MIDDLE,
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp1737 fSourcePathView->TruncateString(&truncatedText, B_TRUNCATE_MIDDLE,
H A DVariablesView.cpp619 float minWidth, float maxWidth, uint32 truncate = B_TRUNCATE_MIDDLE,
618 VariableValueColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, uint32 truncate = B_TRUNCATE_MIDDLE, alignment align = B_ALIGN_RIGHT) argument
/haiku/src/apps/deskbar/
H A DSwitcher.cpp2347 TruncateString(&title, B_TRUNCATE_MIDDLE, maxWidth);
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp2359 font.TruncateString(&truncatedLabel, B_TRUNCATE_MIDDLE, availableWidth);

Completed in 239 milliseconds

12