Searched refs:B_EMPTY_STRING (Results 1 - 25 of 45) sorted by relevance

12

/haiku/src/add-ons/screen_savers/gravity/
H A DConfigView.cpp33 BView(frame, B_EMPTY_STRING, B_FOLLOW_ALL_SIDES, B_WILL_DRAW),
35 fTitleString(new BStringView(B_EMPTY_STRING, "OpenGL Gravity Effect")),
36 fAuthorString(new BStringView(B_EMPTY_STRING, "by Tri-Edge AI")),
37 fCountSlider(new BSlider(B_EMPTY_STRING, "Particle Count: ",
40 fShadeString(new BStringView(B_EMPTY_STRING, "Shade: ")),
41 fShadeList(new BListView(B_EMPTY_STRING, B_SINGLE_SELECTION_LIST,
55 fShadeScroll = new BScrollView(B_EMPTY_STRING, fShadeList,
H A DGravityView.cpp24 BGLView(frame, B_EMPTY_STRING, B_FOLLOW_NONE, 0,
/haiku/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DConfigView.cpp61 if (line != B_EMPTY_STRING)
/haiku/src/preferences/keymap/
H A DStatusMenuField.cpp155 fStatus(B_EMPTY_STRING),
211 fStatus = B_EMPTY_STRING;
221 const char* tooltip = B_EMPTY_STRING;
/haiku/src/apps/processcontroller/
H A DPriorityMenu.cpp20 : BMenu(B_EMPTY_STRING),
/haiku/src/preferences/screensaver/
H A DPasswordWindow.cpp79 B_TRANSLATE("Password:"), B_EMPTY_STRING, NULL);
89 B_TRANSLATE("Confirm password:"), B_EMPTY_STRING, NULL);
/haiku/src/apps/diskusage/
H A DStatusView.cpp69 BBox* divider1 = new BBox(BRect(), B_EMPTY_STRING, B_FOLLOW_ALL_SIDES,
72 BBox* divider2 = new BBox(BRect(), B_EMPTY_STRING, B_FOLLOW_ALL_SIDES,
/haiku/src/add-ons/screen_savers/glife/
H A DGLifeConfig.cpp39 BStringView* name = new BStringView(frame, B_EMPTY_STRING,
41 BStringView* author = new BStringView(frame, B_EMPTY_STRING, B_TRANSLATE("by Aaron Hill"),
/haiku/src/apps/mail/
H A DUtilities.cpp52 value = B_EMPTY_STRING;
/haiku/src/servers/print/
H A DTransport.cpp119 : BHandler(B_EMPTY_STRING),
/haiku/src/add-ons/mail_daemon/inbound_filters/notifier/
H A DNotifierConfigView.cpp37 BPopUpMenu *menu = new BPopUpMenu(B_EMPTY_STRING, false, false);
/haiku/src/add-ons/screen_savers/simpleclock/
H A DSimpleClock.cpp55 B_EMPTY_STRING, "Simple Clock");
60 B_EMPTY_STRING, " Ver 1.0, ��3dEyes**");
/haiku/src/add-ons/screen_savers/spider/
H A DSpiderView.cpp55 BStringView* title = new BStringView(frame, B_EMPTY_STRING,
64 title = new BStringView(frame, B_EMPTY_STRING,
/haiku/src/add-ons/screen_savers/nebula/
H A DNebula.cpp422 BSlider(B_EMPTY_STRING, B_EMPTY_STRING, message, 1, 100, B_HORIZONTAL)
468 BStringView* titleString = new BStringView(B_EMPTY_STRING,
472 BStringView* copyrightString = new BStringView(B_EMPTY_STRING,
563 fMotionCheck = new BCheckBox(B_EMPTY_STRING,
/haiku/src/apps/mediaplayer/interface/
H A DTransportControlGroup.cpp103 fSkipBack = new SymbolButton(B_EMPTY_STRING,
108 fSkipForward = new SymbolButton(B_EMPTY_STRING,
116 fRewind = new SymbolButton(B_EMPTY_STRING,
121 fForward = new SymbolButton(B_EMPTY_STRING,
128 fPlayPause = new PlayPauseButton(B_EMPTY_STRING,
135 fStop = new SymbolButton(B_EMPTY_STRING,
141 fMute = new SymbolButton(B_EMPTY_STRING,
/haiku/src/apps/diskprobe/
H A DProbeView.cpp423 B_EMPTY_STRING, editor.IsAttribute()
436 fPathView = new BStringView(B_EMPTY_STRING, string.String());
441 stringView = new BStringView(B_EMPTY_STRING,
448 fTypeControl = new BTextControl(B_EMPTY_STRING, NULL, buffer,
459 fStopButton = new BButton(B_EMPTY_STRING,
470 stringView = new BStringView(B_EMPTY_STRING, B_TRANSLATE("Block: "));
477 fPositionControl = new BTextControl(B_EMPTY_STRING, NULL, "0x0", msg);
484 fSizeView = new BStringView(B_EMPTY_STRING, B_TRANSLATE_COMMENT("of "
492 stringView = new BStringView(B_EMPTY_STRING, B_TRANSLATE("Offset: "));
498 fOffsetControl = new BTextControl(B_EMPTY_STRING, NUL
[all...]
H A DTypeEditors.cpp210 BStringView *stringView = new BStringView(B_EMPTY_STRING,
213 fTextView = new BTextView(B_EMPTY_STRING, B_WILL_DRAW);
287 fTextControl = new BTextControl(rect.InsetByCopy(5, 5), B_EMPTY_STRING,
378 fTextControl = new BTextControl(rect.InsetByCopy(5, 5), B_EMPTY_STRING,
763 B_EMPTY_STRING, B_TRANSLATE("Boolean value:"), menu, B_FOLLOW_LEFT_RIGHT);
1118 fTextView = new BTextView(rect, B_EMPTY_STRING,
/haiku/src/servers/bluetooth/
H A DDeskbarReplicant.cpp178 BPopUpMenu* menu = new BPopUpMenu(B_EMPTY_STRING, false, false);
/haiku/src/kits/tracker/
H A DViewState.cpp139 fTitle.SetTo(B_EMPTY_STRING);
157 fAttrName = BString(B_EMPTY_STRING);
170 fDisplayAs.SetTo(B_EMPTY_STRING);
/haiku/src/apps/showimage/
H A DPrintOptionsWindow.cpp167 line = new BBox(B_EMPTY_STRING, B_WILL_DRAW | B_FRAME_EVENTS,
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp135 BTextView* textView = new BTextView(bounds, B_EMPTY_STRING,
/haiku/src/add-ons/screen_savers/ifs/
H A DIFSSaver.cpp114 BTextView* textView = new BTextView(bounds, B_EMPTY_STRING, textRect,
/haiku/src/preferences/time/
H A DDateTimeView.cpp191 B_EMPTY_STRING, B_FOLLOW_ALL_SIDES,
/haiku/src/apps/stylededit/
H A DStatusView.cpp180 BPopUpMenu *menu = new BPopUpMenu(B_EMPTY_STRING, false, false);
/haiku/src/servers/mail/
H A DMailDaemonApplication.cpp319 if (fAlertString != B_EMPTY_STRING) {
326 fAlertString = B_EMPTY_STRING;

Completed in 130 milliseconds

12