Searched refs:text (Results 226 - 250 of 543) sorted by relevance

1234567891011>>

/haiku/src/system/libroot/posix/
H A Dsyslog.cpp97 message_to_console(syslog_context *context, const char *text, va_list args) argument
104 vfprintf(stderr, text, args);
131 send_syslog_message(syslog_context *context, int priority, const char *text, argument
144 message_to_console(context, text, args);
165 - sizeof(syslog_message), text, args);
183 message_to_console(context, text, args);
/haiku/src/preferences/repositories/
H A DRepositoriesView.cpp48 B_TRANSLATE_COMMENT("Changes pending:", "Status view text");
50 B_TRANSLATE_COMMENT("Changes completed", "Status view text");
100 // Simulate a status text with two digit queue count
103 // Set a smaller fixed font size and slightly lighten text color
155 "Label text")), 0.0)
234 BString text; local
237 text.SetTo(B_TRANSLATE_COMMENT("Remove these repositories?",
239 text.Append("\n");
243 text.SetTo(B_TRANSLATE_COMMENT("Remove this repository?",
245 text
[all...]
/haiku/src/apps/mail/
H A DAddressTextControl.cpp63 virtual void InsertText(const char* text, int32 length,
229 // Revert to text as it was when we received keyboard focus.
235 // Don't let this through to the text view.
267 // the text rect.
304 AddressTextControl::TextView::InsertText(const char* text, argument
307 if (!strncmp(text, "mailto:", 7)) {
308 text += 7;
314 // Filter all line breaks, note that text is not terminated.
316 if (*text == '\n' || *text
871 SetText(const char* text) argument
924 _AddAddress(const char* text) argument
[all...]
/haiku/src/kits/interface/textview_support/
H A DUndoBuffer.cpp112 clip->AddData("text/plain", B_MIME_TYPE, fTextData, fTextLength);
127 const char* text, int32 textLen, text_run_array* runArray,
135 memcpy(fPasteText, text, fPasteTextLength);
195 char const* text, int32 textLen, text_run_array* runArray,
206 memcpy(fDropText, text, fDropTextLength);
333 const char* text = fTextView->Text(); local
334 int32 charLen = UTF8PreviousCharLen(text + start, text);
381 // Here we need to store the erased text, so we get the text tha
126 PasteUndoBuffer(BTextView* textView, const char* text, int32 textLen, text_run_array* runArray, int32 runArrayLen) argument
194 DropUndoBuffer(BTextView* textView, char const* text, int32 textLen, text_run_array* runArray, int32 runArrayLen, int32 location, bool internalDrop) argument
[all...]
/haiku/src/preferences/notifications/
H A DNotificationsView.cpp47 BString text = fAllowed ? B_TRANSLATE("Allowed") : B_TRANSLATE("Muted"); local
48 SetField(new BStringField(text.String()), kAppEnabledIndex);
64 BString text = fAllowed ? B_TRANSLATE("Allowed") : B_TRANSLATE("Muted"); local
65 field->SetString(text.String());
196 BString text(path.Leaf());
197 text.Append(B_TRANSLATE_COMMENT(" is already listed",
199 BAlert* alert = new BAlert("", text.String(),
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp490 drag.AddData("text/plain", B_MIME_DATA, string, numBytes);
538 if (message->FindData("text/plain", B_MIME_DATA,
720 char text[32]; local
722 _GetKeyLabel(key, text, sizeof(text), keyKind);
728 snprintf(text, sizeof(text), "%02" B_PRIx32, key->code);
745 _GetAbbreviatedKeyLabelIfNeeded(view, rect, key, text, sizeof(text));
746 be_control_look->DrawLabel(view, text, rec
976 _FunctionKeyLabel(uint32 code, char* text, size_t textSize) argument
988 _GetAbbreviatedKeyLabelIfNeeded(BView* view, BRect rect, const Key* key, char* text, size_t textSize) argument
1018 _GetKeyLabel(const Key* key, char* text, size_t textSize, key_kind& keyKind) argument
[all...]
/haiku/src/apps/powerstatus/
H A DPowerStatusView.cpp321 char text[64]; local
322 _SetLabel(text, sizeof(text));
325 float textWidth = view->StringWidth(text);
326 bool showLabel = fShowLabel && text[0];
358 view->DrawString(text, BPoint(point.x + 1, point.y + 1));
362 view->DrawString(text, point);
435 char text[64]; local
436 _SetLabel(text, sizeof(text));
441 char text[256]; local
[all...]
/haiku/src/apps/terminal/
H A DTermViewStates.cpp666 // When releasing the first mouse button, we copy the selected text to the
823 BString text; local
827 text.Truncate(0);
828 textBuffer->GetStringFromRegion(text, _start, _end);
829 text.Trim();
832 int32 colonIndex = text.FindFirst(':');
834 BString protocol(text, colonIndex);
836 _link = HyperLink(text, HyperLink::TYPE_URL);
865 text.Truncate(0);
866 textBuffer->GetStringFromRegion(text, _star
[all...]
/haiku/src/apps/bootmanager/
H A DDefaultPartitionPage.cpp166 BString text; local
167 text << B_TRANSLATE_COMMENT("Default Partition", "Title") << "\n"
175 fDescription = CreateDescription(rect, "description", text);
255 const char* text = B_TRANSLATE_NOCOLLECT(get_label_for_timeout(timeout)); local
257 label.ReplaceFirst("%s", text);
/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.h76 text(_text),
95 text.String()));
102 BString text; member in class:tip_entry
289 const char* text,
304 const char* text,
/haiku/src/apps/switcher/
H A DWindowsView.cpp153 void SetText(BView* owner, const BString& text) argument
155 fText = text;
229 BString text("Workspace ");
230 text << fWorkspace;
231 SetText(owner, text);
/haiku/src/add-ons/screen_savers/leaves/
H A DLeaves.cpp139 BString text = name; local
140 text << "\n\n";
141 text << B_TRANSLATE("by Deyan Genovski, Geoffry Song");
142 text << "\n\n";
144 textView->Insert(text.String());
/haiku/src/add-ons/input_server/devices/serial_mouse/
H A DMouseInputDevice.cpp50 #define LOG_ERR(text...) LOG(text)
53 #define LOG(text...)
54 #define LOG_ERR(text...) fprintf(stderr, text)
/haiku/headers/private/shared/
H A DCalendarView.h51 const char* text, bool isSelected = false,
55 const char* text);
57 const char* text);
163 BRect frame, const char* text,
166 const char* text, bool isSelected = false,
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPDriver.cpp305 BString text; local
306 text << "An error occurred attempting to print with Gutenprint:";
307 text << "\n";
308 text << message;
309 BAlert* alert = new BAlert("", text.String(), "OK");
/haiku/src/system/boot/platform/efi/
H A Dstart.cpp152 get_kernel_regions(addr_range& text, addr_range& data) argument
157 text.start = image->text_region.start;
158 text.size = image->text_region.size;
165 text.start = image->text_region.start;
166 text.size = image->text_region.size;
188 dprintf(" text: %#" B_PRIx64 ", %#" B_PRIx64 "\n", textRegion.start, textRegion.size);
/haiku/src/apps/haikudepot/ui/
H A DScreenshotWindow.cpp367 BString text; local
368 text << currentIndex + 1;
369 text << " / ";
370 text << numScreenshots;
371 fIndexView->SetText(text);
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleter.h48 virtual void GetEditViewState(BString& text,
50 virtual void SetEditViewState(const BString& text,
59 virtual void SelectPatternBounds(const BString& text,
/haiku/src/servers/print/
H A DPrintServerApp.R5.cpp142 BString text(B_TRANSLATE("Would you like to make @ "
144 text.ReplaceFirst("@", printerName.String());
145 BAlert* alert = new BAlert("", text.String(),
/haiku/src/apps/sudoku/
H A DSudokuGenerator.cpp45 SudokuGenerator::_Progress(BMessenger progress, const char* text, argument
49 if (text)
50 update.AddString("message", text);
/haiku/headers/private/kernel/boot/
H A Dmenu.h53 void SetHelpText(const char* text);
136 void SetChoiceText(const char* text) argument
137 { fChoiceText = text; }
/haiku/src/apps/midiplayer/
H A DScopeView.cpp200 ScopeView::DrawText(const char* text) argument
205 float stringWidth = StringWidth(text);
215 DrawString(text, BPoint(x, y));
/haiku/src/preferences/mail/
H A DConfigViews.cpp137 BString text(B_TRANSLATE("An error occurred while creating the "
139 text.ReplaceAll("%error", strerror(status));
140 view = new BStringView("error", text.String());
/haiku/src/add-ons/print/transports/hp_jetdirect/
H A DSetupWindow.cpp137 BString text; local
138 text << "Failed to connect to " << fServerAddress->Text()
140 BAlert* alert = new BAlert("", text.String(), "OK");
/haiku/src/apps/expander/
H A DPasswordAlert.cpp49 PasswordAlert::PasswordAlert(const char* title, const char* text) argument
61 // Set up the text view
65 fTextControl = new BTextControl(textControlRect, "_password_", text,
70 fTextControl->SetDivider(10 + fTextControl->StringWidth(text));

Completed in 236 milliseconds

1234567891011>>