headers/libs/linprog/Constraint.h
87
BString fLabel;
headers/libs/linprog/Variable.h
70
BString fLabel;
headers/libs/print/libprint/JobSetupDlg.h
44
const char* fLabel;
headers/libs/print/libprint/JobSetupDlg.h
65
fLabel(label),
headers/libs/print/libprint/JobSetupDlg.h
95
BString label = fLabel;
headers/libs/print/libprint/PrinterCap.h
236
: fLabel(label)
headers/libs/print/libprint/PrinterCap.h
242
return baseCap->fLabel == fLabel;
headers/libs/print/libprint/PrinterCap.h
245
const char* fLabel;
headers/libs/print/libprint/PrinterCap.h
25
string fLabel;
headers/os/add-ons/network_settings/NetworkSettingsAddOn.h
117
const char* fLabel;
headers/os/interface/Box.h
94
char* fLabel;
headers/os/interface/Control.h
103
char* fLabel;
headers/os/interface/MenuField.h
142
char* fLabel;
headers/os/interface/MenuItem.h
98
char* fLabel;
headers/os/interface/SeparatorView.h
94
BString fLabel;
headers/os/interface/StatusBar.h
103
BString fLabel;
headers/os/interface/TabView.h
85
BString fLabel;
headers/private/kernel/boot/menu.h
59
const char* Label() const { return fLabel; }
headers/private/kernel/boot/menu.h
72
const char* fLabel;
src/add-ons/input_server/filters/shortcut_catcher/KeyInfos.cpp
115
return keyLabels[last].fLabel;
src/add-ons/input_server/filters/shortcut_catcher/KeyInfos.cpp
28
const char* fLabel;
src/add-ons/kernel/file_systems/bfs/BlockAllocator.cpp
116
out.Print("bfs:%s: block %lld (%p), sum %lu, s/l %lu/%lu", fLabel,
src/add-ons/kernel/file_systems/bfs/BlockAllocator.cpp
126
const char* fLabel;
src/add-ons/kernel/file_systems/bfs/BlockAllocator.cpp
144
out.Print("bfs:%s: block %ld, %08lx -> %08lx", fLabel,
src/add-ons/kernel/file_systems/bfs/BlockAllocator.cpp
152
const char* fLabel;
src/add-ons/screen_savers/nebula/Nebula.cpp
427
fLabel = label;
src/add-ons/screen_savers/nebula/Nebula.cpp
432
fText.SetToFormat("%s: %d", fLabel, Value());
src/add-ons/screen_savers/nebula/Nebula.cpp
438
const char* fLabel;
src/apps/activitymonitor/DataSource.cpp
1015
fLabel = info.ThermalZone();
src/apps/activitymonitor/DataSource.cpp
1053
fLabel = other.fLabel;
src/apps/activitymonitor/DataSource.cpp
1111
return fLabel.String();
src/apps/activitymonitor/DataSource.cpp
1163
fLabel.SetToFormat(B_TRANSLATE("CPU %d usage"), (int)cpu + 1);
src/apps/activitymonitor/DataSource.cpp
1167
fLabel = B_TRANSLATE("CPU usage");
src/apps/activitymonitor/DataSource.cpp
824
fLabel = other.fLabel;
src/apps/activitymonitor/DataSource.cpp
875
return fLabel.String();
src/apps/activitymonitor/DataSource.cpp
927
fLabel.SetToFormat(B_TRANSLATE("CPU %d speed"), (int)cpu + 1);
src/apps/activitymonitor/DataSource.cpp
930
fLabel = B_TRANSLATE("CPU usage");
src/apps/activitymonitor/DataSource.cpp
992
return fLabel;
src/apps/activitymonitor/DataSource.h
237
BString fLabel;
src/apps/activitymonitor/DataSource.h
293
BString fLabel;
src/apps/activitymonitor/DataSource.h
314
BString fLabel;
src/apps/haikudepot/ui/PackageListView.cpp
1002
float width = StringWidth(fLabel);
src/apps/haikudepot/ui/PackageListView.cpp
1009
DrawString(fLabel, offset);
src/apps/haikudepot/ui/PackageListView.cpp
1040
BString fLabel;
src/apps/haikudepot/ui/PackageListView.cpp
992
fLabel = _DeriveLabel(fItemCount);
src/apps/icon-o-matic/generic/gui/IconButton.cpp
154
if (fLabel.CountChars() > 0) {
src/apps/icon-o-matic/generic/gui/IconButton.cpp
160
float x = (width - StringWidth(fLabel.String())) / 2.0;
src/apps/icon-o-matic/generic/gui/IconButton.cpp
161
DrawString(fLabel.String(), BPoint(x, y));
src/apps/icon-o-matic/generic/gui/IconButton.cpp
272
if (fLabel.CountChars() > 0) {
src/apps/icon-o-matic/generic/gui/IconButton.cpp
276
minWidth += StringWidth(fLabel.String()) + 4.0;
src/apps/icon-o-matic/generic/gui/IconButton.cpp
40
fLabel(label),
src/apps/icon-o-matic/generic/gui/IconButton.h
126
BString fLabel;
src/apps/icon-o-matic/generic/gui/popup_control/PopupSlider.cpp
145
DrawString(fLabel.String(), textPoint);
src/apps/icon-o-matic/generic/gui/popup_control/PopupSlider.cpp
34
fLabel(label),
src/apps/icon-o-matic/generic/gui/popup_control/PopupSlider.cpp
386
fLabel.SetTo(label);
src/apps/icon-o-matic/generic/gui/popup_control/PopupSlider.cpp
394
return fLabel.String();
src/apps/icon-o-matic/generic/gui/popup_control/PopupSlider.cpp
440
return ceilf(StringWidth(fLabel.String())) + 5.0;
src/apps/icon-o-matic/generic/gui/popup_control/PopupSlider.h
107
BString fLabel;
src/apps/mail/LabelWindow.cpp
34
fLabel = new BTextControl("label", B_TRANSLATE("New label:"), "", NULL);
src/apps/mail/LabelWindow.cpp
35
fLabel->SetModificationMessage(new BMessage(kLabel));
src/apps/mail/LabelWindow.cpp
38
fLabel->TextView()->DisallowChar(i);
src/apps/mail/LabelWindow.cpp
39
fLabel->TextView()->DisallowChar('/');
src/apps/mail/LabelWindow.cpp
50
.Add(fLabel)
src/apps/mail/LabelWindow.cpp
58
fLabel->BTextControl::MakeFocus(true);
src/apps/mail/LabelWindow.cpp
79
const char* newLabel = fLabel->Text();
src/apps/mail/LabelWindow.h
26
BTextControl* fLabel;
src/apps/mail/MailWindow.cpp
1396
fLabel = "";
src/apps/mail/MailWindow.cpp
1419
fLabel = label;
src/apps/mail/MailWindow.cpp
1804
if (fLabel != "")
src/apps/mail/MailWindow.cpp
1805
_LaunchQuery(kSameLabelItem, B_MAIL_ATTR_LABEL, fLabel);
src/apps/mail/MailWindow.cpp
202
fLabel(NULL),
src/apps/mail/MailWindow.cpp
309
file.ReadAttrString(B_MAIL_ATTR_LABEL, &fLabel);
src/apps/mail/MailWindow.cpp
311
if (fLabel.Length() > 0)
src/apps/mail/MailWindow.cpp
312
create_label_file(fLabel);
src/apps/mail/MailWindow.cpp
3215
item->SetEnabled(fLabel.Length() > 0 ? true : false);
src/apps/mail/MailWindow.h
181
BString fLabel;
src/apps/mail/Signature.cpp
454
strcpy(fLabel, label);
src/apps/mail/Signature.h
115
char fLabel[100];
src/apps/resedit/BitmapView.cpp
55
fLabel = label;
src/apps/resedit/BitmapView.h
77
BString fLabel;
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
738
fLabel(label),
src/apps/softwareupdater/SoftwareUpdaterWindow.cpp
828
fItemText = fLabel;
src/apps/softwareupdater/SoftwareUpdaterWindow.h
55
BString fLabel;
src/apps/webpositive/tabview/TabView.cpp
126
be_control_look->DrawLabel(owner, fLabel.String(), frame, updateRect,
src/apps/webpositive/tabview/TabView.cpp
181
if (fLabel == label)
src/apps/webpositive/tabview/TabView.cpp
184
fLabel = label;
src/apps/webpositive/tabview/TabView.cpp
192
return fLabel;
src/apps/webpositive/tabview/TabView.h
59
BString fLabel;
src/kits/interface/Box.cpp
112
if (fLabel && ret == B_OK)
src/kits/interface/Box.cpp
113
ret = archive->AddString("_label", fLabel);
src/kits/interface/Box.cpp
155
if (fLabel != NULL || fLabelView != NULL)
src/kits/interface/Box.cpp
184
fLabel = strdup(string);
src/kits/interface/Box.cpp
216
return fLabel;
src/kits/interface/Box.cpp
235
if (fLabel != NULL) {
src/kits/interface/Box.cpp
257
if (fLabel != NULL) {
src/kits/interface/Box.cpp
268
DrawString(fLabel, BPoint(10.0f, fontHeight.ascent - yOffset));
src/kits/interface/Box.cpp
639
fLabel = NULL;
src/kits/interface/Box.cpp
739
if (fLabel) {
src/kits/interface/Box.cpp
740
free(fLabel);
src/kits/interface/Box.cpp
741
fLabel = NULL;
src/kits/interface/Box.cpp
771
if (fLabel) {
src/kits/interface/Box.cpp
776
fLayoutData->label_box.Set(6.0f, 0, 14.0f + StringWidth(fLabel),
src/kits/interface/Control.cpp
129
if (status == B_OK && fLabel)
src/kits/interface/Control.cpp
130
status = data->AddString("_label", fLabel);
src/kits/interface/Control.cpp
197
reply.AddString("result", fLabel);
src/kits/interface/Control.cpp
306
if ((fLabel && label && !strcmp(fLabel, label))
src/kits/interface/Control.cpp
307
|| ((fLabel == NULL || !fLabel[0]) && label == NULL))
src/kits/interface/Control.cpp
310
free(fLabel);
src/kits/interface/Control.cpp
311
fLabel = label ? strdup(label) : NULL;
src/kits/interface/Control.cpp
321
return fLabel;
src/kits/interface/Control.cpp
603
fLabel = NULL;
src/kits/interface/Control.cpp
78
free(fLabel);
src/kits/interface/MenuField.cpp
1011
fLabel = NULL;
src/kits/interface/MenuField.cpp
301
free(fLabel);
src/kits/interface/MenuField.cpp
625
if ((fLabel != NULL && label != NULL && strcmp(fLabel, label) == 0)
src/kits/interface/MenuField.cpp
626
|| (fLabel == NULL && label == NULL)) {
src/kits/interface/MenuField.cpp
631
if (fLabel != NULL) {
src/kits/interface/MenuField.cpp
632
free(fLabel);
src/kits/interface/MenuField.cpp
633
fLabel = NULL;
src/kits/interface/MenuField.cpp
636
fLabel = strdup(label);
src/kits/interface/MenuField.cpp
648
return fLabel;
src/kits/interface/MenuItem.cpp
150
if (status == B_OK && fLabel)
src/kits/interface/MenuItem.cpp
186
free(fLabel);
src/kits/interface/MenuItem.cpp
194
if (fLabel != NULL) {
src/kits/interface/MenuItem.cpp
195
free(fLabel);
src/kits/interface/MenuItem.cpp
196
fLabel = NULL;
src/kits/interface/MenuItem.cpp
200
fLabel = strdup(string);
src/kits/interface/MenuItem.cpp
300
return fLabel;
src/kits/interface/MenuItem.cpp
370
fCachedWidth = fSuper->StringWidth(fLabel);
src/kits/interface/MenuItem.cpp
385
BString string(fLabel);
src/kits/interface/MenuItem.cpp
415
fSuper->DrawString(fLabel);
src/kits/interface/MenuItem.cpp
418
char* truncatedLabel = new char[strlen(fLabel) + 4];
src/kits/interface/MenuItem.cpp
429
font.GetEscapements(fLabel, fTriggerIndex + 1, escapements);
src/kits/interface/MenuItem.cpp
531
fLabel = NULL;
src/kits/interface/MenuItem.cpp
68
fLabel = strdup(label);
src/kits/interface/SeparatorView.cpp
138
result = into->AddString("_label", fLabel.String());
src/kits/interface/SeparatorView.cpp
175
} else if (fLabel.CountChars() > 0) {
src/kits/interface/SeparatorView.cpp
177
float labelWidth = StringWidth(fLabel.String());
src/kits/interface/SeparatorView.cpp
248
if (fLabel.CountChars() > 0) {
src/kits/interface/SeparatorView.cpp
255
DrawString(fLabel.String(), BPoint(labelBounds.left,
src/kits/interface/SeparatorView.cpp
258
DrawString(fLabel.String(), BPoint(labelBounds.left
src/kits/interface/SeparatorView.cpp
273
} else if (fLabel.CountChars() > 0) {
src/kits/interface/SeparatorView.cpp
274
width = StringWidth(fLabel.String());
src/kits/interface/SeparatorView.cpp
391
if (fLabel == label)
src/kits/interface/SeparatorView.cpp
394
fLabel.SetTo(label);
src/kits/interface/SeparatorView.cpp
451
fLabel = "";
src/kits/interface/SeparatorView.cpp
75
fLabel(),
src/kits/interface/SeparatorView.cpp
88
fLabel.SetTo(label);
src/kits/interface/StatusBar.cpp
124
if (err == B_OK && fLabel.Length())
src/kits/interface/StatusBar.cpp
125
err = archive->AddString("_label", fLabel);
src/kits/interface/StatusBar.cpp
201
*_width = ceilf(StringWidth(fLabel.String()))
src/kits/interface/StatusBar.cpp
301
leftText << fLabel << fText;
src/kits/interface/StatusBar.cpp
36
fLabel(label),
src/kits/interface/StatusBar.cpp
461
_SetTextData(fText, string, fLabel, false);
src/kits/interface/StatusBar.cpp
48
fLabel(label),
src/kits/interface/StatusBar.cpp
501
fLabel = label ? label : "";
src/kits/interface/StatusBar.cpp
607
return fLabel.String();
src/kits/interface/StatusBar.cpp
61
archive->FindString("_label", &fLabel);
src/kits/interface/StatusBar.cpp
808
return fLabel.Length() > 0 || fTrailingLabel.Length() > 0
src/kits/interface/TabView.cpp
140
return fLabel;
src/kits/interface/TabView.cpp
147
return fLabel;
src/kits/interface/TabView.cpp
162
fLabel = label;
src/kits/interface/TabView.cpp
244
fLabel = fView->Name();
src/kits/interface/TabView.cpp
70
fLabel = fView->Name();
src/libs/linprog/Constraint.cpp
301
return fLabel.String();
src/libs/linprog/Constraint.cpp
308
fLabel = label;
src/libs/linprog/Constraint.cpp
337
string << fLabel;
src/libs/linprog/Variable.cpp
148
return fLabel.String();
src/libs/linprog/Variable.cpp
155
fLabel = label;
src/libs/linprog/Variable.cpp
170
if (fLabel) {
src/libs/linprog/Variable.cpp
171
string << fLabel << ": ";
src/libs/linprog/Variable.cpp
298
fLabel(NULL),
src/libs/print/libprint/AddPrinterDlg.cpp
17
: BStringItem(cap->fLabel.c_str())
src/libs/print/libprint/JobSetupDlg.cpp
546
const char* label = capability->fLabel.c_str();
src/libs/print/libprint/JobSetupDlg.cpp
716
item = new BMenuItem(capability->fLabel.c_str(),
src/libs/print/libprint/JobSetupDlg.cpp
719
item = new BMenuItem(capability->fLabel.c_str(), NULL);
src/libs/print/libprint/JobSetupDlg.cpp
778
if (capability->fLabel == label)
src/libs/print/libprint/PageSetupDlg.cpp
119
item = new BMenuItem((*paper_cap)->fLabel.c_str(), msg);
src/libs/print/libprint/PageSetupDlg.cpp
145
AddOrientationItem((*orientation_cap)->fLabel.c_str(),
src/libs/print/libprint/PageSetupDlg.cpp
158
item = new BMenuItem((*resolution_cap)->fLabel.c_str(), NULL);
src/libs/print/libprint/PrinterCap.cpp
11
fLabel(label)
src/libs/print/libprint/PrinterCap.cpp
24
return fLabel.c_str();
src/preferences/filetypes/StringView.cpp
17
fLabel(new BStringView(NULL, label)),
src/preferences/filetypes/StringView.cpp
28
fLabel->SetText(label);
src/preferences/filetypes/StringView.cpp
48
{ return fLabel; }
src/preferences/filetypes/StringView.cpp
75
fLabel->SetHighColor(color);
src/preferences/filetypes/StringView.cpp
77
fLabel->Invalidate();
src/preferences/filetypes/StringView.cpp
89
fLabelItem = layout->AddView(fLabel);
src/preferences/filetypes/StringView.cpp
98
return fLabel->Text();
src/preferences/filetypes/StringView.h
35
BStringView* fLabel;
src/preferences/network/NetworkSettingsAddOn.cpp
111
fLabel(label),
src/preferences/network/NetworkSettingsAddOn.cpp
127
return fLabel;
src/preferences/network/NetworkSettingsAddOn.cpp
168
owner->DrawString(fLabel, labelLocation);
src/preferences/network/NetworkSettingsAddOn.cpp
196
SetWidth(owner->StringWidth(fLabel) + 2 * fSpacing
src/preferences/network/ServiceListItem.cpp
106
SetWidth(font->StringWidth(fLabel)
src/preferences/network/ServiceListItem.cpp
28
fLabel(label),
src/preferences/network/ServiceListItem.cpp
78
owner->DrawString(fLabel, namePoint);
src/preferences/network/ServiceListItem.h
28
const char* Label() const { return fLabel; }
src/preferences/network/ServiceListItem.h
43
const char* fLabel;
src/preferences/time/TZDisplay.cpp
162
float firstLine = ceilf(StringWidth(fLabel.String()) +
src/preferences/time/TZDisplay.cpp
23
fLabel(label),
src/preferences/time/TZDisplay.cpp
64
DrawString(fLabel.String(), pt);
src/preferences/time/TZDisplay.cpp
78
return fLabel.String();
src/preferences/time/TZDisplay.cpp
85
fLabel.SetTo(label);
src/preferences/time/TZDisplay.h
46
BString fLabel;
src/servers/notification/AppGroupView.cpp
271
return fLabel;
src/servers/notification/AppGroupView.cpp
278
fLabel.SetTo(group);
src/servers/notification/AppGroupView.cpp
31
fLabel(label),
src/servers/notification/AppGroupView.cpp
88
BString label = fLabel;
src/servers/notification/AppGroupView.h
45
BString fLabel;
src/system/boot/loader/menu.cpp
188
free(const_cast<char*>(fLabel));
src/system/boot/loader/menu.cpp
189
fLabel = newLabel;
src/system/boot/loader/menu.cpp
56
fLabel(strdup(label)),
src/system/boot/loader/menu.cpp
75
free(const_cast<char *>(fLabel));
src/system/kernel/cache/block_cache.cpp
685
strlcpy(fLabel, label, sizeof(fLabel));
src/system/kernel/cache/block_cache.cpp
692
", %" B_PRId32 "/%" B_PRId32 " blocks", fCache, fLabel, fTransaction,
src/system/kernel/cache/block_cache.cpp
697
char fLabel[12];
src/tests/kits/interface/layout/widget_layout_test/tests/BoxTest.cpp
237
fBox->SetLabel(button->fLabel);
src/tests/kits/interface/layout/widget_layout_test/tests/BoxTest.cpp
48
fLabel(boxLabel),
src/tests/kits/interface/layout/widget_layout_test/tests/BoxTest.cpp
53
const char* fLabel;
src/tests/kits/interface/layout/widget_layout_test/tests/SliderTest.cpp
113
const char* fLabel;
src/tests/kits/interface/layout/widget_layout_test/tests/SliderTest.cpp
486
fSlider->SetLabel(button->fLabel);