Searched refs:text (Results 451 - 475 of 543) sorted by relevance

<<11121314151617181920>>

/haiku/src/add-ons/input_server/devices/mouse/
H A DMouseInputDevice.cpp85 # define LOG_EVENT(text...) do {} while (0)
86 # define LOG_ERR(text...) TRACE(text)
/haiku/src/apps/webpositive/tabview/
H A DTabManager.cpp387 virtual void SetToolTip(const BString& text) argument
389 if (fCurrentToolTip == text)
392 fCurrentToolTip = text;
/haiku/src/add-ons/input_server/devices/keyboard/
H A DTeamMonitorWindow.cpp592 fInfoTextView = new BStringView("info text", "");
689 BString text; local
690 format.Format(text, fSeconds);
691 fInfoTextView->SetText(text);
/haiku/src/preferences/shortcuts/
H A DShortcutsWindow.cpp169 B_TRANSLATE("*LaunchHandler text/html"), NULL));
442 // text in the entry, or NULL if no text is desired.
719 } else if (message->FindString("text", &bytes) == B_OK) {
785 data->RemoveName("text/plain");
786 data->AddData("text/plain", B_MIME_TYPE,
804 const char* text; local
806 if (data->FindData("text/plain", B_MIME_TYPE, (const void**)
807 &text, &textLen) == B_OK) {
812 char buf[2] = {text[
[all...]
/haiku/src/apps/serialconnect/
H A DSerialWindow.cpp491 BString text; local
492 text.SetToFormat("%" B_PRId32 "/%" B_PRId32, pos, size);
494 fStatusBar->SetTo(pos, label, text);
/haiku/src/apps/haikudepot/textview/
H A DTextDocumentView.cpp225 // are updated in a way that would work here, nor is the text updated
437 BString text = fTextDocument->Text(start, end - start); local
438 clip->AddData("text/plain", B_MIME_TYPE, text.String(),
439 text.Length());
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp366 void SetText(const char* text) argument
371 BAlert::SetText(text);
1109 ShutdownProcess::_SetShutdownWindowText(const char* text) argument
1114 fWindow->SetText(text);
1321 const char* text = fReboot local
1326 BAlert* alert = new BAlert(title.String(), text,
1563 // set window text
1866 // compose the text to be displayed
/haiku/src/apps/haikudepot/ui/
H A DMainWindow.cpp1148 MainWindow::_NotifyWorkStatusChange(const BString& text, float progress) argument
1152 if (!text.IsEmpty())
1153 message.AddString(KEY_WORK_STATUS_TEXT, text);
1191 BString text;
1194 if (message->FindString(KEY_WORK_STATUS_TEXT, &text) == B_OK)
1195 fWorkStatusView->SetText(text);
/haiku/src/apps/text_search/
H A DGrepWindow.cpp453 B_TRANSLATE("Copy text to clipboard"), new BMessage(MSG_COPY_TEXT), 'B');
755 // the grepping, the text control's text will be replaced
1014 message->GetInfo("text", &type, &count);
1033 while (message->FindString("text", --count, &buf) == B_OK) {
1244 if (message->FindString("text", &buf) == B_OK)
1253 BString text; local
1254 text << B_TRANSLATE("Please select the files you wish to keep searching.");
1255 text << "\n";
1256 text << B_TRANSLAT
[all...]
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp546 const char* text = textView->Text(); local
548 if (fFullValueText == text) {
564 // update text and width in this widget
565 fFullValueText = text;
1144 // false, even if the attribute text hasn't changed
1340 // the value text
1529 const char* text = textView->Text(); local
1531 if (fFullValueText == text)
1538 // update text and width in this widget
1539 fFullValueText = text;
[all...]
/haiku/src/apps/launchbox/
H A DLaunchButton.cpp351 LaunchButton::SetDescription(const char* text) argument
353 fDescription.SetTo(text);
/haiku/src/system/libroot/os/arch/x86/
H A Datomic.S16 .text
/haiku/src/bin/makebootable/platform/bios_ia32/
H A Dmakebootable.cpp91 " -h, --help - Print this help text and exit.\n"
205 if (((addr_t)info->text <= (addr_t)find_own_image
206 && (addr_t)info->text + info->text_size
/haiku/src/system/kernel/arch/riscv64/
H A Darch_asm.S11 .text
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dwrapper.cpp64 if (((addr_t)info.text > (addr_t)address
65 || (addr_t)info.text + info.text_size < (addr_t)address)
/haiku/src/apps/mail/
H A DMailWindow.cpp580 // If auto-signature, add signature to the text here.
599 // If we find the named query, add it to the text.
954 fPaste->SetEnabled(be_clipboard->Data()->HasData("text/plain",
977 "text/plain", B_MIME_TYPE));
2165 TTextView* text = src->fContentView->TextView(); local
2166 text_run_array* style = text->RunArray(0, text->TextLength());
2168 fContentView->TextView()->SetText(text->Text(), text->TextLength(), style);
2238 // insert (if selection) or load (if whole mail) message text int
2243 char* text = (char*)malloc(finish - start + 1); local
3227 _LaunchQuery(const char* title, const char* attribute, BString text) argument
[all...]
H A DContent.h56 #define MIME_TEXT "text/"
161 virtual void InsertText(const char *text, int32 length, int32 offset,
/haiku/src/system/boot/platform/bios_ia32/
H A Dbios_asm.S32 .text
/haiku/src/system/libroot/posix/glibc/arch/x86/
H A Dlshift.S31 .text
H A Drshift.S31 .text
/haiku/src/system/kernel/arch/x86/32/
H A Darch.S20 .text
/haiku/src/apps/sudoku/
H A DSudokuView.h93 void _SetText(char* text, uint32 value);
/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h251 const char* text,...);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h162 void ShowWarningAlert(const char* text);
/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dasm-syntax.h92 #define ENTRY_NP(x) .text; .align 2; _ENTRY(x)

Completed in 266 milliseconds

<<11121314151617181920>>