Searched refs:text (Results 201 - 225 of 543) sorted by relevance

1234567891011>>

/haiku/src/preferences/time/
H A DTimeZoneListItem.h22 TimeZoneListItem(const char* text,
/haiku/src/apps/haikudepot/textview/
H A DTextView.h33 void SetText(const BString& text);
/haiku/src/kits/tracker/
H A DOverrideAlert.cpp44 OverrideAlert::OverrideAlert(const char* title, const char* text, argument
50 BAlert(title, text, button1, button2, button3, width, type),
63 OverrideAlert::OverrideAlert(const char* title, const char* text, argument
69 BAlert(title, text, button1, button2, button3, width, spacing, type),
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTAddOn.h17 virtual status_t InitCheck(const char** text);
/haiku/src/apps/stylededit/
H A DStyledEditView.h31 virtual void InsertText(const char* text, int32 length,
/haiku/src/apps/webpositive/
H A DURLInputGroup.h25 void SetText(const char* text);
H A DAuthenticationPanel.h24 bool getAuthentication(const BString& text, const BString& previousUser,
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp33 const char *request, const char *text)
64 fTextControl = new BTextControl(rect, "request", request, text, NULL);
67 if(text && strlen(text) > 0)
112 toSend.AddString("text", fTextControl->Text());
32 TextRequestDialog(const char *title, const char *information, const char *request, const char *text) argument
/haiku/src/servers/package/
H A DResultWindow.cpp204 BString text; local
206 text.SetToFormat(B_TRANSLATE_COMMENT("install package %s from "
211 text.SetToFormat(B_TRANSLATE_COMMENT("uninstall package %s\n",
216 BStringView* packageView = new BStringView(NULL, text);
/haiku/src/system/boot/platform/efi/arch/x86/
H A Dcrt0-efi-x86.S36 .text
/haiku/src/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.h30 /*! Turns text into its associated paths and shapes.
45 status_t _Import(Icon* icon, const char *text,
/haiku/src/kits/interface/
H A DStatusBar.cpp360 const char *text = NULL, *trailing_text = NULL; local
363 message->FindString("text", &text);
366 Update(delta, text, trailing_text);
483 BStatusBar::Update(float delta, const char* text, const char* trailingText) argument
485 // If any of these are NULL, the existing text remains (BeBook)
486 if (text == NULL)
487 text = fText.String();
490 BStatusBar::SetTo(fCurrent + delta, text, trailingText);
503 // Reset deletes and erases any text o
515 SetTo(float value, const char* text, const char* trailingText) argument
695 _ReservedStatusBar1__10BStatusBar(BStatusBar* self, float value, const char* text, const char* trailingText) argument
734 _SetTextData(BString& text, const char* source, const BString& combineWith, bool rightAligned) argument
751 newString << combineWith << text; local
[all...]
/haiku/src/apps/showimage/
H A DShowImageStatusView.cpp144 ShowImageStatusView::Update(const entry_ref& ref, const BString& text, argument
149 _SetFrameText(text);
169 ShowImageStatusView::_SetFrameText(const BString& text) argument
171 fCellText[kFrameSizeCell] = text;
H A DPrintOptionsWindow.h75 bool GetValue(BTextControl* text, float* value);
76 void SetValue(BTextControl* text, float value);
/haiku/headers/os/mail/
H A DE-mail.h57 #define B_MAIL_TYPE "text/x-email" // mime type
58 #define B_PARTIAL_MAIL_TYPE "text/x-partial-email" // mime type
125 status_t AddContent(const char* text, int32 length,
128 status_t AddContent(const char* text, int32 length,
/haiku/src/apps/packageinstaller/
H A DPackageStatus.cpp112 PackageStatus::StageStep(uint32 count, const char *text, const char *trailing) argument
117 fStatus->Update(count, text, trailing);
/haiku/src/apps/resedit/
H A DInlineEditor.cpp51 const char *text)
57 fTextBox = new BTextControl(BRect(0, 0, 1, 1), "inlinebox", NULL, text,
50 InlineEditor(BMessenger target, const BRect &frame, const char *text) argument
/haiku/src/preferences/locale/
H A DLanguageListView.h22 LanguageListItem(const char* text,
46 LanguageListItemWithFlag(const char* text,
/haiku/src/apps/softwareupdater/
H A DUpdateManager.h43 const char* text);
83 const char* text);
/haiku/src/tests/system/network/tcp_shell/
H A DBufferQueueTest.cpp69 dump(const char* text = "")
71 printf("%s (available %lu at %lu)\n", text, gQueue.Available(),
/haiku/src/preferences/appearance/
H A DColorWhichItem.cpp27 ColorWhichItem::ColorWhichItem(const char* text, color_which which, argument
30 BStringItem(text, 0, false),
/haiku/headers/private/netservices2/
H A DHttpResult.h26 std::optional<BString> text; member in struct:BPrivate::Network::BHttpBody
97 BString text; member in struct:BPrivate::Network::BHttpStatusClass::BHttpStatus
/haiku/src/bin/screen_blanker/
H A DPasswordWindow.cpp78 PasswordWindow::SetPassword(const char* text) argument
81 fPassword->SetText(text);
/haiku/src/apps/activitymonitor/
H A DDataSource.h40 virtual void Print(BString& text, int64 value) const;
75 virtual void Print(BString& text, int64 value) const;
219 virtual void Print(BString& text, int64 value) const;
251 virtual void Print(BString& text, int64 value) const;
277 virtual void Print(BString& text, int64 value) const;
307 virtual void Print(BString& text, int64 value) const;
332 virtual void Print(BString& text, int64 value) const;
352 ClipboardSizeDataSource(bool text);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp35 BString text; member in struct:ConsoleOutputView::OutputInfo
37 OutputInfo(int32 fd, const BString& text) argument
40 text(text)
256 fConsoleOutput->Insert(fConsoleOutput->TextLength(), info->text,
257 info->text.Length(), &run);

Completed in 160 milliseconds

1234567891011>>