Searched refs:B_TRUNCATE_MIDDLE (Results 1 - 25 of 43) sorted by last modified time

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 DWidgetAttributeText.h114 uint32 truncMode = B_TRUNCATE_MIDDLE);
H A DOpenWithWindow.cpp1276 font.TruncateString(&label, B_TRUNCATE_MIDDLE,
H A DDraggableContainerIcon.cpp159 view->TruncateString(&nameString, B_TRUNCATE_MIDDLE,
H A DCountView.cpp231 : IsFiltering() ? B_TRUNCATE_MIDDLE : B_TRUNCATE_END,
/haiku/src/kits/interface/
H A DColumnTypes.cpp360 parent->TruncateString(&out_string, B_TRUNCATE_MIDDLE, width + 2);
473 parent->TruncateString(&string, B_TRUNCATE_MIDDLE, width + 2);
534 parent->TruncateString(&string, B_TRUNCATE_MIDDLE, width + 2);
H A DMenuItem.cpp395 font.TruncateString(&string, B_TRUNCATE_MIDDLE, maxWidth);
H A DInterfaceDefs.cpp1851 case B_TRUNCATE_MIDDLE:
/haiku/src/apps/drivesetup/
H A DPartitionList.cpp419 B_TRUNCATE_MIDDLE), kDeviceColumn);
421 B_TRUNCATE_MIDDLE), kFilesystemColumn);
423 B_TRUNCATE_MIDDLE), kVolumeNameColumn);
425 B_TRUNCATE_MIDDLE), kMountedAtColumn);
/haiku/src/apps/text_search/
H A DGrepWindow.cpp996 fSearchText->TruncateString(&name, B_TRUNCATE_MIDDLE,
/haiku/headers/os/interface/
H A DFont.h49 B_TRUNCATE_MIDDLE = 2, enumerator in enum:__anon3
/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);
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp72 owner->TruncateString(&truncatedString, B_TRUNCATE_MIDDLE,
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp868 B_TRUNCATE_MIDDLE), kTitleColumn);
871 B_TRUNCATE_MIDDLE), kRatingColumn);
874 B_TRUNCATE_MIDDLE), kDescriptionColumn);
886 B_TRUNCATE_MIDDLE), kRepositoryColumn);
896 B_TRUNCATE_MIDDLE), kVersionColumn);
/haiku/src/kits/tracker/infowindow/
H A DGeneralInfoView.cpp861 TruncateString(&tmpString, B_TRUNCATE_MIDDLE,
918 TruncateString(&nameString, B_TRUNCATE_MIDDLE,
945 TruncateString(&nameString, B_TRUNCATE_MIDDLE,
986 TruncateString(&nameString, B_TRUNCATE_MIDDLE,
1012 TruncateString(&nameString, B_TRUNCATE_MIDDLE,
/haiku/src/apps/resedit/
H A DResFields.cpp105 parent->TruncateString(&string, B_TRUNCATE_MIDDLE, rect.Width() - 14);
/haiku/src/apps/mediaconverter/
H A DMediaConverterWindow.cpp898 fOutputFolder->TruncateString(&pathString, B_TRUNCATE_MIDDLE, maxWidth);
/haiku/src/apps/devices/
H A DPropertyList.cpp56 B_TRUNCATE_MIDDLE),
/haiku/src/apps/debugger/user_interface/gui/team_window/
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
H A DTeamWindow.cpp1737 fSourcePathView->TruncateString(&truncatedText, B_TRUNCATE_MIDDLE,
H A DThreadListView.cpp373 B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
H A DRegistersView.cpp62 float minWidth, float maxWidth, uint32 truncate = B_TRUNCATE_MIDDLE,
61 RegisterValueColumn(int32 modelIndex, const char* title, float width, float minWidth, float maxWidth, uint32 truncate = B_TRUNCATE_MIDDLE, alignment align = B_ALIGN_RIGHT) argument
H A DImageListView.cpp308 B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
312 40, 1000, B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
314 1000, B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
316 40, 1000, B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
318 1000, B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT));
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsListView.cpp288 B_TRUNCATE_MIDDLE, B_ALIGN_RIGHT), kIDColumn);

Completed in 245 milliseconds

12