Searched refs:Text (Results 1 - 25 of 229) sorted by last modified time

12345678910

/haiku/src/kits/interface/
H A DSpinner.cpp256 SetValue(atol(TextView()->Text()));
H A DStatusBar.cpp590 BStatusBar::Text() const function in class:BStatusBar
H A DTextView.cpp205 "Text",
212 "Text",
219 "Text",
446 err = data->AddString("_text", Text());
1307 BTextView::Text() const function in class:BTextView
3762 _DoInsertText(Text() + start, offset - start, fSelStart, NULL);
4013 // Text wrapping is turned off.
5592 } else if (strcmp(property, "Text") == 0) {
5637 } else if (strcmp(property, "Text") == 0) {
5667 if (strcmp(property, "Text")
[all...]
/haiku/src/kits/tracker/
H A DFilePanelPriv.cpp598 enabled = textControl->Text()[0] != '\0';
1586 if (strcmp(fTextControl->Text(), ".") == 0
1587 || strcmp(fTextControl->Text(), "..") == 0) {
1604 if (dir.Contains(fTextControl->Text())) {
1605 if (dir.Contains(fTextControl->Text(), B_DIRECTORY_NODE)) {
1617 str.ReplaceFirst("%name", fTextControl->Text());
1631 message.AddString("name", fTextControl->Text());
H A DTextWidget.cpp102 BTextWidget::Text(const BPoseView* view) const function in class:BTextWidget
H A DUtilities.cpp723 if (Text() != NULL) {
737 font.GetEdges(Text(), 1, &eInfo);
744 float width = StringWidth(Text());
752 float width = StringWidth(Text());
758 offscreen->DrawString(Text(), loc);
H A DPoseView.cpp6933 text = widget->Text(this);
7523 BEntry entry(widget->Text(this));
10482 text = widget->Text(this);
H A DWidgetAttributeText.cpp548 const char* text = textView->Text();
783 const char* name = textView->Text();
1531 const char* text = textView->Text();
1597 size = fModel->WriteAttr(columnName, type, 0, textView->Text(),
1603 bool value = strncasecmp(textView->Text(), "0", 1) != 0
1604 && strncasecmp(textView->Text(), "off", 2) != 0
1605 && strncasecmp(textView->Text(), "no", 3) != 0
1606 && strncasecmp(textView->Text(), "false", 4) != 0
1607 && strlen(textView->Text()) != 0;
1616 sscanf(textView->Text(), "
[all...]
H A DFindPanel.cpp379 predicate.SetTo(textControl->Text(), 1023);
1384 query->PushString(textControl->Text(), true);
1391 parsedate_etc(textControl->Text(), -1,
1398 query->PushDate(textControl->Text());
1405 if (strcasecmp(textControl->Text(),
1408 } else if (strcasecmp(textControl->Text(),
1412 value = (uint32)atoi(textControl->Text());
1423 textControl->Text()));
1430 textControl->Text()));
1435 textControl->Text()));
[all...]
/haiku/src/apps/text_search/
H A DGrepWindow.cpp472 B_TRANSLATE("Text files only"), new BMessage(MSG_TEXT_ONLY));
733 fModel->AddToHistory(fSearchText->Text());
760 fOldPattern = fSearchText->Text();
965 fOldPattern = fSearchText->Text();
1197 lineNum = atol(str->Text());
1277 if (path == item->Text())
1280 path = item->Text();
1316 buffer << item->Text() << "\n";
1318 buffer << item->Text() << "\n";
1375 if (filePath == item->Text())
[all...]
/haiku/src/apps/terminal/
H A DTermViewStates.cpp1115 if (fLink.Text() != fLink.Address()) {
1147 ? fLink.Text() : fLink.Address();
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp480 BString username = fNicknameField->Text();
482 _Authenticate(UserCredentials(username, fPasswordField->Text()));
1090 detail.SetNickname(fNewNicknameField->Text());
1091 detail.SetPasswordClear(fNewPasswordField->Text());
1092 detail.SetIsPasswordRepeated(strlen(fRepeatPasswordField->Text()) > 0
1093 && strcmp(fNewPasswordField->Text(),
1094 fRepeatPasswordField->Text()) == 0);
1095 detail.SetEmail(fEmailField->Text());
1100 detail.SetCaptchaResponse(fCaptchaResultField->Text());
H A DRatePackageWindow.cpp635 BString comment = fRatingText->Text();
H A DPackageInfoView.cpp754 BUrl url(fWebsiteLinkView->Text());
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp247 clearItem->SetEnabled(strlen(Text()) > 0);
277 // Text already unlocked && replaced in BrowserWindow,
288 BString currentText = Text();
292 && Text() != currentText)
365 BString text(Text(), TextLength());
574 const char* url = static_cast<URLInputGroup*>(Parent())->Text();
736 if (!text || !Text() || strcmp(Text(), text) != 0) {
745 URLInputGroup::Text() const function in class:URLInputGroup
747 return fTextView->Text();
[all...]
H A DBrowserWindow.cpp845 url = fURLInputGroup->Text();
1054 CurrentWebView()->FindString(fFindTextControl->Text(), true,
1059 bool findTextAvailable = strlen(fFindTextControl->Text()) > 0;
1065 CurrentWebView()->FindString(fFindTextControl->Text(), false,
1343 userData->SetURLInputContents(fURLInputGroup->Text());
/haiku/src/apps/devices/
H A DDevicesView.cpp172 return Compare(stringItem1->Text(), stringItem2->Text());
/haiku/src/apps/deskcalc/
H A DExpressionTextView.cpp84 BString current = Text();
100 if (current != Text())
168 AddExpressionToHistory(Text());
409 fCurrentExpression = Text();
H A DCalcView.cpp397 if (fEnabled || strcmp(fExpressionTextView->Text() + start,
815 BString expression = fExpressionTextView->Text();
916 ret = archive->AddString("displayText", fExpressionTextView->Text());
1113 BString expression(calcView->fExpressionTextView->Text());
/haiku/src/apps/installer/
H A DInstallerWindow.cpp483 fLastStatus = fStatusView->Text();
/haiku/src/apps/aboutsystem/
H A DAboutSystem.cpp737 fVersionLabelView->StringWidth(fVersionLabelView->Text()) + insets));
739 fCPUInfoView->StringWidth(fCPUInfoView->Text()) + insets));
741 fMemSizeView->StringWidth(fMemSizeView->Text()) + insets));
747 float lineCount = ceilf(be_plain_font->StringWidth(fUptimeView->Text())
/haiku/src/tests/kits/interface/
H A DOutlineListViewTest.cpp32 return ((BStringItem*)x)->Text();
41 fprintf(stderr, "Item @%d: %s\n", gIndex, str == NULL ? "(null)" : str->Text());
/haiku/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp70 const char* text = Text();
950 clone = new SimpleItem(item->Text());
/haiku/src/apps/haikudepot/textview/
H A DTextSpan.h27 inline const BString& Text() const function in class:TextSpan
H A DTextDocumentView.cpp437 BString text = fTextDocument->Text(start, end - start);

Completed in 171 milliseconds

12345678910