Searched refs:TextLength (Results 1 - 25 of 39) sorted by relevance

12

/haiku/src/preferences/network/
H A DIPAddressControl.cpp75 if (TextLength() == 0) {
/haiku/src/apps/mail/
H A DSignature.cpp146 fNew->SetEnabled(textView->TextLength()
147 | fSigView->fTextView->TextLength());
236 textView->Select(0, textView->TextLength());
285 textView->Select(0, textView->TextLength());
331 || fSigView->fTextView->TextLength() != 0) {
386 fSigView->fTextView->TextLength());
472 TextView()->Select(0, TextView()->TextLength());
524 Select(TextLength(), TextLength());
584 Select(0, TextLength());
[all...]
H A DAddressTextControl.h38 int32 TextLength() const;
H A DAddressTextControl.cpp331 BString text(Text(), TextLength());
339 baseUrlEnd = TextLength();
351 if (baseUrlEnd < TextLength()) {
353 SetFontAndColor(baseUrlEnd, TextLength(), &font, B_FONT_ALL, &gray);
815 textView->Select(0, textView->TextLength());
889 AddressTextControl::TextLength() const function in class:AddressTextControl
891 return fTextView->TextLength();
912 fTextView->Select(0, TextLength());
926 int last = fTextView->TextLength();
H A DContent.cpp418 begin = view->TextLength() == 0
419 || view->ByteAt(view->TextLength() - 1) == '\n';
619 int32 count = fTextView->TextLength();
661 count = fTextView->TextLength();
741 int32 length = fTextView->TextLength();
894 int32 textLen = TextLength();
918 int32 length = TextLength();
970 Select(TextLength(), TextLength());
1033 end = TextLength();
[all...]
H A DFindWindow.cpp168 int32 length = fTextControl->TextView()->TextLength();
/haiku/src/apps/aboutsystem/
H A DHyperTextView.cpp217 int32 startOffset = TextLength();
219 int32 endOffset = TextLength();
229 int32 startOffset = TextLength();
231 int32 endOffset = TextLength();
/haiku/src/add-ons/disk_systems/ntfs/
H A DInitializeParameterEditor.cpp70 return fNameControl->TextView()->TextLength() > 0;
/haiku/src/add-ons/disk_systems/btrfs/
H A DInitializeParameterEditor.cpp74 return fNameControl->TextView()->TextLength() > 0;
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp111 int32 textLength = TextLength();
116 newCursor = TextLength();
156 if (offset > TextLength())
157 offset = TextLength();
422 if (_GetHexFromData((const uint8*)Text(), TextLength(), &hex, &hexSize)
435 if (_GetDataFromHex(Text(), TextLength(), &data, &dataSize) < B_OK)
477 if (_GetDataFromHex(Text(), TextLength(), &data, &dataSize) != B_OK)
483 message.AddData("data", B_RAW_TYPE, Text(), TextLength());
/haiku/src/apps/bootmanager/
H A DWizardPageView.cpp96 view->SetFontAndColor(indexFirstLineEnd + 1, view->TextLength(),
/haiku/src/apps/mediaplayer/
H A DNetworkStreamWin.cpp118 if (fTextControl->TextView()->TextLength() > 0)
/haiku/src/apps/people/
H A DPersonView.cpp155 text->Select(0, text->TextLength());
405 } else if ((end = text->TextLength())) {
409 text->Select(text->TextLength(), text->TextLength());
/haiku/src/tests/kits/translation/
H A DTranslationUtilsTest.cpp231 CPPUNIT_ASSERT(ptextview->TextLength() == 77);
238 CPPUNIT_ASSERT(ptextview->TextLength() == 0);
241 CPPUNIT_ASSERT(ptextview->TextLength() == 77);
/haiku/src/add-ons/disk_systems/fat/
H A DInitializeParameterEditor.cpp75 return fNameControl->TextView()->TextLength() > 0;
/haiku/src/kits/translation/
H A DTranslationUtils.cpp424 intoView->Insert(intoView->TextLength(),
432 intoView->Insert(intoView->TextLength(), text,
476 int32 textLength = fromView->TextLength();
624 int32 textLength = view->TextLength();
720 text_run_array *runArray = view->RunArray(0, view->TextLength());
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp264 fLoggingView->Insert(fLoggingView->TextLength(),
266 fLoggingView->ScrollToOffset(fLoggingView->TextLength());
319 fLoggingView->Insert(fLoggingView->TextLength(),
321 fLoggingView->ScrollToOffset(fLoggingView->TextLength());
514 err = fwrite(fLoggingView->Text(), 1, fLoggingView->TextLength(), f);
/haiku/src/kits/interface/
H A DAboutWindow.cpp484 if (fAboutView->InfoView()->TextLength() > 0)
560 if (fAboutView->InfoView()->TextLength() > 0)
573 int32 textLength = infoView->TextLength();
/haiku/headers/os/interface/
H A DTextControl.h42 int32 TextLength() const;
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp149 fOKButton->SetEnabled(fTextControl->TextView()->TextLength() > 0);
/haiku/src/add-ons/disk_systems/bfs/
H A DInitializeParameterEditor.cpp86 return fNameControl->TextView()->TextLength() > 0;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp256 fConsoleOutput->Insert(fConsoleOutput->TextLength(), info->text,
H A DImageFunctionsView.cpp757 fFilterField->TextView()->TextLength() > 0);
846 if (fFilterField->TextView()->TextLength() == 0)
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp187 view->Insert(view->TextLength(),atime.String(),atime.Length(),&array);
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp365 BString text(Text(), TextLength());
373 baseUrlEnd = TextLength();
387 if (baseUrlEnd < TextLength()) {
389 SetFontAndColor(baseUrlEnd, TextLength(), &font, B_FONT_ALL,

Completed in 547 milliseconds

12