Searched refs:Text (Results 126 - 150 of 229) sorted by relevance

12345678910

/haiku/src/apps/expander/
H A DExpanderWindow.cpp193 BEntry entry(fDestText->Text(), true);
206 if (create_directory(fDestText->Text(), 0755) != B_OK) {
216 BEntry newEntry(fDestText->Text(), true);
252 BEntry entry(fSourceText->Text(), true);
270 BEntry entry(fDestText->Text(), true);
350 BEntry entry(fSourceText->Text(), true);
375 string += fSourceText->Text();
651 BEntry destEntry(fDestText->Text(), true);
H A DPasswordAlert.cpp168 password = fTextControl->Text();
/haiku/src/apps/mail/
H A DAddressTextControl.cpp253 fPreviousText = Text();
331 BString text(Text(), TextLength());
873 if (text == NULL || Text() == NULL || strcmp(Text(), text) != 0) {
882 AddressTextControl::Text() const function in class:AddressTextControl
884 return fTextView->Text();
/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/preferences/screensaver/
H A DScreenSaverWindow.cpp654 if (strcmp(item->Text(), B_TRANSLATE("Blackness")) == 0)
657 fSettings.SetModuleName(item->Text());
825 if (strcmp(fSettings.ModuleName(), item->Text()) == 0)
846 return strcasecmp(leftItem->Text(), rightItem->Text());
961 if (strcasecmp(selectedItem->Text(), name) == 0) {
973 if (strcasecmp(item->Text(), name) == 0) {
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp296 fDelay = (atoi(fDelayControl->Text()) * 1000000) + 50000;
303 fNameControl->Text()).String());
315 fNameControl->Text()).String());
432 path.Append(fNameControl->Text());
615 fNameControl->Text(), _message.String());
659 path.Append(fNameControl->Text());
822 fDelay = (atoi(fDelayControl->Text()) * 1000000) + 50000;
/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...]
/haiku/src/add-ons/print/drivers/postscript/
H A DSelectPPDDlg.cpp133 manu = ((BStringItem*)fManufacturersListView->ItemAt(idx))->Text();
/haiku/src/apps/webpositive/autocompletion/
H A DAutoCompleter.h31 const BString& Text() const { return fText; } function in class:BAutoCompleter::Choice
/haiku/src/apps/terminal/
H A DFindWindow.cpp150 message.AddString("findstring", fFindLabel->Text());
H A DColorListView.cpp132 setColorMessage.AddString(kName, item->Text());
/haiku/src/preferences/time/
H A DTimeZoneListItem.cpp174 owner->DrawString(Text());
/haiku/src/tests/kits/interface/balert/alert_manual_test/
H A DAlertTestWindow.cpp119 which_label(pTextView->Text(), strLabel);
/haiku/headers/os/interface/
H A DTextControl.h41 const char* Text() const;
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp112 toSend.AddString("text", fTextControl->Text());
/haiku/src/apps/haikudepot/ui/
H A DFilterView.cpp91 searchTerms.AddString("search terms", fSearchTermsText->Text());
/haiku/src/libs/print/libprint/
H A DBlockingWindow.cpp118 char *text = (char*)v->Text();
/haiku/src/tests/kits/game/simple_game_sound_test/
H A DSimpleSoundTest.cpp167 bigtime_t ramp = bigtime_t(atoi(fRamp->Text()) * 100000.0);
/haiku/src/apps/drivesetup/
H A DChangeParametersPanel.cpp177 status_t status = storage.SetString("name", fNameTextControl->Text());
/haiku/src/add-ons/disk_systems/bfs/
H A DInitializeParameterEditor.cpp115 parameters << "name \"" << fNameControl->Text() << "\";\n";
/haiku/src/kits/tracker/
H A DSelectionWindow.cpp234 result = fExpressionTextControl->Text();
/haiku/src/apps/bootmanager/
H A DPartitionsPage.cpp72 partition.ReplaceString("name", nameControl->Text());
/haiku/src/apps/haikudepot/textview/
H A DTextDocument.cpp323 TextDocument::Text() const function in class:TextDocument
325 return Text(0, Length());
330 TextDocument::Text(int32 start, int32 length) const function in class:TextDocument
353 text << paragraph.Text(start, copyLength);
/haiku/src/kits/interface/
H A DSpinner.cpp256 SetValue(atol(TextView()->Text()));
/haiku/src/kits/print/
H A DJobSetupPanel.cpp160 BString text(fFirstPage->Text());
171 BString text(fLastPage->Text());

Completed in 193 milliseconds

12345678910