Searched refs:text (Results 101 - 125 of 543) sorted by relevance

1234567891011>>

/haiku/src/apps/launchbox/
H A DNamePanel.h14 NamePanel(const char* label, const char* text,
/haiku/src/apps/resedit/
H A DInlineEditor.h21 const char *text);
/haiku/src/apps/expander/
H A DPasswordAlert.h21 const char* text);
/haiku/src/apps/haikudepot/ui/
H A DWorkStatusView.cpp40 fStatusText(new BStringView("status text", NULL))
71 WorkStatusView::SetBusy(const BString& text) argument
73 SetText(text);
106 WorkStatusView::SetText(const BString& text) argument
108 fStatusText->SetText(text);
/haiku/src/preferences/appearance/
H A DColorWhichItem.h22 ColorWhichItem(const char* text, color_which which,
/haiku/src/apps/bootmanager/
H A DWizardView.cpp92 WizardView::SetPreviousButtonLabel(const char* text) argument
94 fPrevious->SetLabel(text);
99 WizardView::SetNextButtonLabel(const char* text) argument
101 fNext->SetLabel(text);
H A DWizardPageView.cpp52 BTextView* view = new BTextView(frame, "text",
69 BTextView* view = new BTextView("text");
82 const char* text = view->Text(); local
83 const char* firstLineEnd = strchr(text, '\n');
85 int indexFirstLineEnd = firstLineEnd - text;
/haiku/headers/private/interface/
H A DToolTip.h60 BTextToolTip(const char* text);
71 void SetText(const char* text);
74 void _InitData(const char* text);
/haiku/src/apps/showimage/
H A DPrintOptionsWindow.cpp122 BTextControl* text; local
123 text = new BTextControl(name, label, "", new BMessage(what));
124 text->SetModificationMessage(new BMessage(what));
125 SetValue(text, value);
126 return text;
216 PrintOptionsWindow::GetValue(BTextControl* text, float* value) argument
218 *value = atof(text->Text());
224 PrintOptionsWindow::SetValue(BTextControl* text, float value) argument
229 // prevent sending a notification when text is set
230 msg = new BMessage(*text
[all...]
/haiku/src/kits/debugger/value/value_formatters/
H A DFloatValueFormatter.cpp85 const char* text = input.String(); local
87 double parsedValue = strtod(text, &parseEnd);
88 if (parseEnd - text < input.Length() && !isspace(*parseEnd))
H A DIntegerValueFormatter.cpp120 const char* text = input.String(); local
122 intmax_t parsedValue = strtoimax(text, &parseEnd, 10);
123 if (parseEnd - text < input.Length() && !isspace(*parseEnd))
175 const char* text = input.String(); local
179 uintmax_t parsedValue = strtoumax(text, &parseEnd, base);
180 if (parseEnd - text < input.Length() && !isspace(*parseEnd))
/haiku/src/add-ons/print/drivers/gutenprint/
H A DGPParameterVisitor.cpp144 if (!BeginParameter(description->name, description->text,
193 const char* displayName = entry->text;
230 BooleanParameter(description->name, description->text, defaultValue,
240 const char* text = description->text; local
245 DoubleParameter(name, text, lower, upper, defaultValue, parameterClass);
254 const char* text = description->text; local
259 IntParameter(name, text, lower, upper, defaultValue, parameterClass);
268 const char* text local
[all...]
/haiku/src/kits/network/libnetapi/
H A DNetDebug.cpp153 char text[96]; // only 3*16 + 3 + 16 max by line needed local
158 ptr = text;
181 fputs(text, stderr);
/haiku/src/apps/charactermap/
H A DCharacterView.cpp172 CharacterView::UnicodeToUTF8(uint32 c, char* text, size_t textSize) argument
176 text[0] = '\0';
180 char* s = text;
203 CharacterView::UnicodeToUTF8Hex(uint32 c, char* text, size_t textSize) argument
206 snprintf(text, textSize, "\\x00");
215 size += snprintf(text + size, textSize - size, "\\x%02x",
236 char text[17]; local
238 UnicodeToUTF8Hex(character, text, sizeof(text));
240 UnicodeToUTF8(character, text, sizeo
297 PreviewItem(const char* text, float width, float height) argument
369 char text[16]; local
474 char text[17]; local
785 _CopyToClipboard(const char* text) argument
[all...]
/haiku/src/apps/webpositive/autocompletion/
H A DTextViewCompleter.cpp29 TextViewCompleter::TextViewWrapper::GetEditViewState(BString& text, argument
33 text = fTextView->Text();
44 TextViewCompleter::TextViewWrapper::SetEditViewState(const BString& text, argument
48 fTextView->SetText(text.String(), text.Length());
117 // Insert the current choice into the text view, so the user can
/haiku/src/kits/interface/
H A DStringItem.cpp22 BStringItem::BStringItem(const char* text, uint32 level, bool expanded) argument
28 SetText(text);
102 BStringItem::SetText(const char* text) argument
107 if (text)
108 fText = strdup(text);
/haiku/src/kits/shared/
H A DTextTable.cpp68 void UpdateNeededWidth(const BString& text) argument
71 int32 textWidth = text.CountChars();
76 BString Format(const BString& text) argument
79 int32 textWidth = text.CountChars();
81 return text;
85 BString result(text);
96 BString result(text);
105 result.Append(text);
113 result.Append(text);
183 TextTable::SetTextAt(int32 rowIndex, int32 columnIndex, const BString& text) argument
[all...]
/haiku/src/apps/webpositive/
H A DConsoleWindow.cpp83 BString text = message->FindString("string"); local
86 source.String(), lineNumber, columnNumber, text.String());
141 BString text; local
146 text << item->Text();
151 text << item->Text();
155 ssize_t textLen = text.Length();
160 clip->AddData("text/plain", B_MIME_TYPE, text.String(), textLen);
/haiku/src/system/libroot/os/
H A Ddriver_settings.cpp86 char *text; member in struct:settings_handle
367 char *text = handle->text; local
372 if (text == NULL)
376 &handle->settings.parameter_count, &text, 0);
400 free(handle->text);
413 handle->text = buffer;
448 char *text = (char *)malloc(stat.st_size + 1); local
449 if (text != NULL && read(file, text, sta
762 char *text = (char*)malloc(settings->size + 1); local
833 char *text = NULL; local
[all...]
/haiku/src/apps/sudoku/
H A DSudokuView.cpp238 BString text = "# Written by Sudoku\n\n"; local
239 stream.Write(text.String(), text.Length());
241 char* line = text.LockBuffer(1024);
251 text.UnlockBuffer();
253 stream.Write(text.String(), text.Length());
255 nodeInfo.SetType("text/plain");
262 BString text = "<html>\n<head>\n<!-- Written by Sudoku -->\n" local
263 "<style type=\"text/cs
884 char text[2]; local
966 _SetText(char* text, uint32 value) argument
1415 char text[2]; local
[all...]
/haiku/src/apps/mail/
H A DContent.cpp335 CopyQuotes(const char *text, size_t length, char *outText, size_t &outLength)
342 if (text[i] == quote[0])
344 else if (text[i] != ' ' && text[i] != '\t')
388 specified text.
421 // the following line works only reliable when text wrapping is set to
425 const char *text = view->Text();
428 // if the text is not the start of a new line, go back
431 if (text[start - 1] == '\n')
440 // if there was no text i
[all...]
H A DFindWindow.cpp70 void FindWindow::DoFind(BWindow* window, const char* text) argument
75 // Send the text to a waiting window
97 msg.AddString("findthis",text);
203 const char* text = fTextControl->Text(); local
204 if (text == NULL || text[0] == 0) return;
209 // Send the text to a waiting window
215 FindWindow::DoFind(window, text);
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DTools.inc9 %define segment_code segment .text align=32 class=CODE use32
19 %define segment_code segment .text
24 %define segment_code segment .text align=32 class=CODE use32
/haiku/src/kits/package/
H A DPackageInfoParser.h134 BString text; member in struct:BPackageKit::BPackageInfo::Parser::Token
138 const char* text = NULL)
143 if (text != NULL)
144 this->text = text;
146 this->text.SetTo(pos, length);
/haiku/src/apps/cortex/TipManager/
H A DTipManager.h37 // simple 'manual' operation: call showTip() with text and
134 const char* text,
148 const char* text,
176 const char* text,

Completed in 112 milliseconds

1234567891011>>