Searched refs:text (Results 426 - 450 of 543) sorted by relevance

<<11121314151617181920>>

/haiku/src/system/libroot/posix/glibc/arch/x86/
H A Dadd_n.S32 .text
H A Dsub_n.S32 .text
/haiku/src/apps/stylededit/
H A DStyledEditWindow.h78 int32 _ShowAlert(const BString& text,
H A DStyledEditWindow.cpp656 BString text; local
657 bs_printf(&text,
660 _ShowAlert(text, B_TRANSLATE("OK"), "", "", B_STOP_ALERT);
786 // text encoding
1370 // must focus text view after window layout is built
1535 BString text; local
1537 bs_printf(&text,
1540 bs_printf(&text, B_TRANSLATE("Error loading \"%s\":\n\t%s"),
1543 _ShowAlert(text, B_TRANSLATE("OK"), "", "", B_STOP_ALERT);
1824 // start from the beginning of text
2000 _ShowAlert(const BString& text, const BString& label, const BString& label2, const BString& label3, alert_type type) const argument
[all...]
/haiku/src/add-ons/media/media-add-ons/vst_host/
H A DVSTAddOn.cpp42 VSTAddOn::InitCheck(const char** text) argument
/haiku/headers/private/print/
H A DPicturePrinter.h92 void Print(const char* text);
/haiku/src/bin/
H A Dleak_analyser.sh39 expression is matched against the whole text block of the
/haiku/src/apps/terminal/
H A DTermView.cpp509 // convert view coordinates to terminal text buffer position
517 // convert terminal text buffer position to view coordinates
616 // synchronize the visible text buffer
908 clipMsg->AddData("text/plain", B_MIME_TYPE, copyStr.String(),
922 const char* text; local
924 if (clipMsg->FindData("text/plain", B_MIME_TYPE,
925 (const void**)&text, &numBytes) == B_OK ) {
929 _WritePTY(text, numBytes);
1589 BString text; local
1590 text << column
1618 char *text; local
1694 const char* text; local
2497 _WritePTY(const char* text, int32 numBytes) argument
[all...]
/haiku/src/apps/mail/
H A DMailWindow.h131 const char* attribute, BString text);
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.h115 void _NotifyWorkStatusChange(const BString& text,
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp592 = dynamic_cast<BTextControl*>(FindView("text view"));
608 // the text field, do not alter focus
748 // add file name text view
754 fTextControl = new BTextControl(rect, "text view",
755 B_TRANSLATE("save text"), "", NULL,
863 // Focus on text control initially, but do not alter focus afterwords
1164 TFilePanel::SetButtonLabel(file_panel_button selector, const char* text) argument
1175 button->SetLabel(text);
1176 float delta = old_width - button->StringWidth(text);
1186 fButtonText = text;
1211 SetSaveText(const char* text) argument
1552 ShowCenteredAlert(const char* text, const char* button1, const char* button2, const char* button3) argument
[all...]
/haiku/src/apps/switcher/
H A DLaunchButton.cpp307 LaunchButton::SetDescription(const char* text) argument
309 fDescription.SetTo(text);
/haiku/src/kits/mail/
H A DMailContainer.cpp34 // Content-Type: text/plain; charset="ISO-8859-1"
100 void BMIMEMultipartMailContainer::SetThisIsAnMIMEMessageText(const char *text) { argument
101 _MIME_message_warning = text;
/haiku/src/apps/serialconnect/libvterm/src/
H A Dparser.c139 if(vt->parser_callbacks && vt->parser_callbacks->text)
140 if((eaten = (*vt->parser_callbacks->text)(str_frag, len, vt->cbdata)))
143 fprintf(stderr, "libvterm: Unhandled text (%zu chars)\n", len);
/haiku/src/apps/tv/
H A DController.cpp55 HandleError(const char *text, status_t err) argument
58 printf("%s. error 0x%08x (%s)\n",text, (int)err, strerror(err));
/haiku/src/apps/haikudepot/textview/
H A DTextEditor.cpp241 BString text(event.bytes, event.length);
243 Replace(SelectionStart(), SelectionLength(), text); local
/haiku/src/apps/webpositive/
H A DCookieWindow.cpp95 DomainItem(BString text, bool empty) argument
97 BStringItem(text),
H A DURLInputGroup.cpp232 canPaste = data->HasData("text/plain", B_MIME_TYPE);
283 // Don't let this through to the text view.
324 // the text rect.
365 BString text(Text(), TextLength());
366 int32 baseUrlStart = text.FindFirst("://");
371 int32 baseUrlEnd = text.FindFirst("/", baseUrlStart);
717 // Forward this to the text view, we never accept focus ourselves.
730 URLInputGroup::SetText(const char* text) argument
732 // Ignore setting the text, if the input is locked.
736 if (!text || !Tex
[all...]
/haiku/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp177 _FindStringItem(BObjectList<ListItem>& list, const char* text, argument
185 if (strcmp(item->Text(), text) == 0)
/haiku/src/add-ons/print/transports/ipp/
H A DIppContent.cpp346 : IppNamedAttribute(t, n), text(s ? s : "")
352 return IppNamedAttribute::length() + 2 + text.length();
365 text = buffer;
376 writeLength(os, text.length());
377 os << text; local
385 os << '\t' << "Value: " << text << '\n'; local
/haiku/src/tests/add-ons/print/pcl6/
H A Ddisasm.cpp111 void Disasm::Error(const char* text) { argument
112 fprintf(stderr, "%s\n", text);
115 bool Disasm::Expect(const char* text) { argument
117 for (uint8* t = (uint8*)text; *t != '\0'; t++) {
123 bool Disasm::SkipTo(const char* text) { argument
128 uint8* t = (uint8*)text;
/haiku/src/preferences/filetypes/
H A DFileTypesWindow.cpp157 const char* text = NULL; local
161 text = B_TRANSLATE("no icon");
164 text = B_TRANSLATE("(from application)");
167 text = B_TRANSLATE("(from super type)");
184 // center text in the middle of the icon
189 DrawString(text, BPoint(ceilf((Bounds().Width() - StringWidth(text)) / 2.0f),
/haiku/src/apps/launchbox/
H A DMainWindow.cpp445 const char* text; local
446 if (message->FindString("description", i, &text) >= B_OK)
447 button->SetDescription(text);
/haiku/src/apps/people/
H A DPictureView.cpp565 BString text = B_TRANSLATE("The file '%name%' could not " local
567 text.ReplaceFirst("%name%", name);
568 BAlert* alert = new BAlert(B_TRANSLATE("Error"), text.String(),
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.cpp669 BString text; local
671 err = message->FindString("text", &text);
674 "! RouteWindow::_handleShowErrorMessage(): no text in message!\n"));
678 m_statusView->setErrorMessage(text.String(), message->HasBool("error"));

Completed in 244 milliseconds

<<11121314151617181920>>