Searched refs:Text (Results 76 - 100 of 247) sorted by relevance

12345678910

/haiku-fatelf/src/apps/debugger/user_interface/gui/team_window/
H A DWatchPromptWindow.cpp147 address = parser.EvaluateToInt64(fAddressInput->Text());
148 length = (int32)parser.EvaluateToInt64(fLengthInput->Text());
/haiku-fatelf/src/apps/stylededit/
H A DReplaceWindow.cpp162 message.AddString("FindText", fSearchString->Text());
163 message.AddString("ReplaceText", fReplaceString->Text());
/haiku-fatelf/src/documentation/docbook-xsl/extensions/saxon643/com/nwalsh/saxon/
H A DText.java0 // Text - Saxon extension element for inserting text
28 * <p>$Id: Text.java,v 1.5 2006/04/27 08:26:47 xmldoc Exp $</p>
45 * @version $Id: Text.java,v 1.5 2006/04/27 08:26:47 xmldoc Exp $
48 public class Text extends StyleElement { class in inherits:StyleElement
50 * <p>Constructor for Text</p>
54 public Text() { method in class:Text
/haiku-fatelf/src/documentation/docbook-xsl/extensions/xalan27/src/com/nwalsh/xalan/
H A DText.java0 // Text - Xalan extension element for inserting text
34 * <p>$Id: Text.java,v 1.2 2006/05/15 11:14:03 nwalsh Exp $</p>
51 * @version $Id: Text.java,v 1.2 2006/05/15 11:14:03 nwalsh Exp $
54 public class Text { class
56 * <p>Constructor for Text</p>
60 public Text() { method in class:Text
/haiku-fatelf/src/kits/bluetooth/UI/
H A DPincodeWindow.cpp126 strlen(fPincodeText->Text()),
127 (char*)fPincodeText->Text(), &size);
/haiku-fatelf/src/apps/drivesetup/
H A DCreateParametersPanel.cpp72 name.SetTo(fNameTextControl->Text());
167 int32 size = atoi(fSizeTextControl->Text());
/haiku-fatelf/headers/os/interface/
H A DStringView.h28 const char* Text() const;
/haiku-fatelf/src/add-ons/mail_daemon/outbound_filters/fortune/
H A DConfigView.cpp78 BString line = control->Text();
/haiku-fatelf/src/add-ons/print/drivers/pdf/source/
H A DLink.h108 const char* Text() const { return fText.String(); } function in class:TextSegment
/haiku-fatelf/src/apps/bootmanager/
H A DWizardPageView.cpp80 const char* text = view->Text();
/haiku-fatelf/src/apps/cortex/support/
H A DTextControlFloater.cpp170 message->AddString("_value", m_control->TextView()->Text());
/haiku-fatelf/src/apps/launchbox/
H A DNamePanel.cpp108 cloneMessage.AddString("name", fNameTC->Text());
/haiku-fatelf/src/apps/musiccollection/
H A DMusicCollectionWindow.cpp27 return BPrivate::NaturalCompare(firstItem->Text(), secondItem->Text());
183 if (strcmp(item->Text(), text) == 0)
318 BString orgString = fQueryField->Text();
/haiku-fatelf/src/apps/terminal/
H A DSetTitleDialog.cpp117 fTitle = fTitleTextControl->Text();
/haiku-fatelf/src/bin/coreutils/src/
H A Dnl.c62 Header, Body, Footer, Text
382 return Text;
392 return Text;
413 case Text:
61 Header, Body, Footer, Text enumerator in enum:section
/haiku-fatelf/src/bin/findutils/lib/
H A Dbuildcmd.c48 # define _(Text) gettext (Text)
50 # define _(Text) Text
/haiku-fatelf/src/preferences/appearance/
H A DColorWhichItem.cpp69 owner->DrawString(Text());
/haiku-fatelf/src/preferences/dun/
H A DNewConnectionWindow.cpp96 msg.AddString("ConnectionName", txtNewConnection->Text());
/haiku-fatelf/src/tests/kits/net/DialUpPreflet/
H A DInterfaceUtils.cpp53 if(item && strcasecmp(name, item->Text()) <= 0)
/haiku-fatelf/src/tests/kits/net/preflet/DialUpAddOn/
H A DInterfaceUtils.cpp69 if(item && strcasecmp(name, item->Text()) <= 0)
/haiku-fatelf/src/apps/deskcalc/
H A DExpressionTextView.cpp80 BString current = Text();
96 if (current != Text())
156 AddExpressionToHistory(Text());
388 fCurrentExpression = Text();
/haiku-fatelf/src/apps/mail/
H A DMailWindow.cpp115 // Text for both the main menu and the pop-up menu.
852 bool gotToField = fHeaderView->fTo->Text()[0] != 0;
853 bool gotCcField = fHeaderView->fCc->Text()[0] != 0;
854 bool gotBccField = fHeaderView->fBcc->Text()[0] != 0;
855 bool gotSubjectField = fHeaderView->fSubject->Text()[0] != 0;
856 bool gotText = fContentView->fTextView->Text()[0] != 0;
875 enable = strlen(fHeaderView->fTo->Text());
1015 SetTitle(fHeaderView->fSubject->Text());
1690 && (strlen(fHeaderView->fTo->Text())
1691 || strlen(fHeaderView->fSubject->Text())
[all...]
/haiku-fatelf/src/add-ons/mail_daemon/inbound_filters/match_header/
H A DConfigView.cpp141 into->AddString("attribute",attr->Text());
142 into->AddString("regex",regex->Text());
146 into->AddString("argument",arg->Text());
/haiku-fatelf/src/apps/login/
H A DLoginView.cpp168 if (strlen(fPasswordControl->Text()) < 1
174 m->AddString("login", fLoginControl->Text());
175 m->AddString("password", fPasswordControl->Text());
/haiku-fatelf/src/apps/webpositive/
H A DAuthenticationPanel.cpp103 BString text = m_passwordTextControl->Text();
231 user = m_usernameTextControl->Text();
232 pass = m_passwordTextControl->Text();

Completed in 160 milliseconds

12345678910