Symbol: TextLength
headers/os/interface/TextControl.h
42
int32 TextLength() const;
headers/os/interface/TextView.h
113
int32 TextLength() const;
src/add-ons/disk_systems/bfs/InitializeParameterEditor.cpp
86
return fNameControl->TextView()->TextLength() > 0;
src/add-ons/disk_systems/btrfs/InitializeParameterEditor.cpp
74
return fNameControl->TextView()->TextLength() > 0;
src/add-ons/disk_systems/fat/InitializeParameterEditor.cpp
75
return fNameControl->TextView()->TextLength() > 0;
src/add-ons/disk_systems/ntfs/InitializeParameterEditor.cpp
70
return fNameControl->TextView()->TextLength() > 0;
src/add-ons/network_settings/dialup/TextRequestDialog.cpp
149
fOKButton->SetEnabled(fTextControl->TextView()->TextLength() > 0);
src/apps/aboutsystem/HyperTextView.cpp
217
int32 startOffset = TextLength();
src/apps/aboutsystem/HyperTextView.cpp
219
int32 endOffset = TextLength();
src/apps/aboutsystem/HyperTextView.cpp
229
int32 startOffset = TextLength();
src/apps/aboutsystem/HyperTextView.cpp
231
int32 endOffset = TextLength();
src/apps/bootmanager/WizardPageView.cpp
96
view->SetFontAndColor(indexFirstLineEnd + 1, view->TextLength(),
src/apps/debugger/user_interface/gui/inspector_window/InspectorWindow.cpp
258
if (fAddressInput->TextView()->TextLength() == 0)
src/apps/debugger/user_interface/gui/team_window/ConsoleOutputView.cpp
256
fConsoleOutput->Insert(fConsoleOutput->TextLength(), info->text,
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
757
fFilterField->TextView()->TextLength() > 0);
src/apps/debugger/user_interface/gui/team_window/ImageFunctionsView.cpp
846
if (fFilterField->TextView()->TextLength() == 0)
src/apps/deskcalc/CalcView.cpp
395
int32 end = fExpressionTextView->TextLength();
src/apps/deskcalc/CalcView.cpp
935
if (fExpressionTextView->TextLength() == 0) {
src/apps/diskprobe/FindWindow.cpp
111
int32 textLength = TextLength();
src/apps/diskprobe/FindWindow.cpp
116
newCursor = TextLength();
src/apps/diskprobe/FindWindow.cpp
156
if (offset > TextLength())
src/apps/diskprobe/FindWindow.cpp
157
offset = TextLength();
src/apps/diskprobe/FindWindow.cpp
422
if (_GetHexFromData((const uint8*)Text(), TextLength(), &hex, &hexSize)
src/apps/diskprobe/FindWindow.cpp
435
if (_GetDataFromHex(Text(), TextLength(), &data, &dataSize) < B_OK)
src/apps/diskprobe/FindWindow.cpp
477
if (_GetDataFromHex(Text(), TextLength(), &data, &dataSize) != B_OK)
src/apps/diskprobe/FindWindow.cpp
483
message.AddData("data", B_RAW_TYPE, Text(), TextLength());
src/apps/diskprobe/TypeEditors.cpp
241
fTextView->TextLength() + 1);
src/apps/mail/AddressTextControl.cpp
817
textView->Select(0, textView->TextLength());
src/apps/mail/AddressTextControl.cpp
872
return fTextView->TextLength();
src/apps/mail/AddressTextControl.cpp
893
fTextView->Select(0, TextLength());
src/apps/mail/AddressTextControl.cpp
907
int last = fTextView->TextLength();
src/apps/mail/AddressTextControl.h
34
int32 TextLength() const;
src/apps/mail/Content.cpp
1033
end = TextLength();
src/apps/mail/Content.cpp
1210
Select(0, TextLength());
src/apps/mail/Content.cpp
1426
length = TextLength();
src/apps/mail/Content.cpp
1502
CheckSpelling(0, TextLength());
src/apps/mail/Content.cpp
2031
int32 textLength = TextLength();
src/apps/mail/Content.cpp
2425
fView->Insert(fView->TextLength(), line, count, &style.Array());
src/apps/mail/Content.cpp
2859
&& nextHighlight < TextLength())
src/apps/mail/Content.cpp
2869
textLength = TextLength();
src/apps/mail/Content.cpp
3024
int32 textLength = TextLength();
src/apps/mail/Content.cpp
418
begin = view->TextLength() == 0
src/apps/mail/Content.cpp
419
|| view->ByteAt(view->TextLength() - 1) == '\n';
src/apps/mail/Content.cpp
619
int32 count = fTextView->TextLength();
src/apps/mail/Content.cpp
661
count = fTextView->TextLength();
src/apps/mail/Content.cpp
741
int32 length = fTextView->TextLength();
src/apps/mail/Content.cpp
894
int32 textLen = TextLength();
src/apps/mail/Content.cpp
918
int32 length = TextLength();
src/apps/mail/Content.cpp
970
Select(TextLength(), TextLength());
src/apps/mail/FindWindow.cpp
168
int32 length = fTextControl->TextView()->TextLength();
src/apps/mail/MailWindow.cpp
1009
fPrint->SetEnabled(fContentView->TextView()->TextLength());
src/apps/mail/MailWindow.cpp
1134
length = ((TTextView*)source)->TextLength();
src/apps/mail/MailWindow.cpp
1136
length = ((AddressTextControl*)source)->TextLength();
src/apps/mail/MailWindow.cpp
1773
if (fContentView->TextView()->TextLength() != 0)
src/apps/mail/MailWindow.cpp
2299
text_run_array* style = text->RunArray(0, text->TextLength());
src/apps/mail/MailWindow.cpp
2301
fContentView->TextView()->SetText(text->Text(), text->TextLength(), style);
src/apps/mail/MailWindow.cpp
2396
int32 length = fContentView->TextView()->TextLength();
src/apps/mail/MailWindow.cpp
2463
if (fContentView->TextView()->TextLength() > 0) {
src/apps/mail/MailWindow.cpp
2470
originalLength = fContentView->TextView()->TextLength();
src/apps/mail/MailWindow.cpp
2799
fContentView->TextView()->TextLength());
src/apps/mail/Signature.cpp
146
fNew->SetEnabled(textView->TextLength()
src/apps/mail/Signature.cpp
147
| fSigView->fTextView->TextLength());
src/apps/mail/Signature.cpp
236
textView->Select(0, textView->TextLength());
src/apps/mail/Signature.cpp
285
textView->Select(0, textView->TextLength());
src/apps/mail/Signature.cpp
331
|| fSigView->fTextView->TextLength() != 0) {
src/apps/mail/Signature.cpp
386
fSigView->fTextView->TextLength());
src/apps/mail/Signature.cpp
472
TextView()->Select(0, TextView()->TextLength());
src/apps/mail/Signature.cpp
524
Select(TextLength(), TextLength());
src/apps/mail/Signature.cpp
584
Select(0, TextLength());
src/apps/mediaplayer/NetworkStreamWin.cpp
118
if (fTextControl->TextView()->TextLength() > 0)
src/apps/people/PersonView.cpp
155
text->Select(0, text->TextLength());
src/apps/people/PersonView.cpp
407
} else if ((end = text->TextLength())) {
src/apps/people/PersonView.cpp
411
text->Select(text->TextLength(), text->TextLength());
src/apps/poorman/PoorManWindow.cpp
263
fLoggingView->Insert(fLoggingView->TextLength(),
src/apps/poorman/PoorManWindow.cpp
265
fLoggingView->ScrollToOffset(fLoggingView->TextLength());
src/apps/poorman/PoorManWindow.cpp
318
fLoggingView->Insert(fLoggingView->TextLength(),
src/apps/poorman/PoorManWindow.cpp
320
fLoggingView->ScrollToOffset(fLoggingView->TextLength());
src/apps/poorman/PoorManWindow.cpp
513
err = fwrite(fLoggingView->Text(), 1, fLoggingView->TextLength(), f);
src/apps/screenshot/ScreenshotWindow.cpp
633
fNameControl->TextView()->Select(0, fNameControl->TextView()->TextLength()
src/apps/stylededit/StyledEditWindow.cpp
1051
if (fTextView->CountLines() > 0 && fTextView->TextLength() > 0) {
src/apps/stylededit/StyledEditWindow.cpp
131
if (fTextView->TextLength() == 0 && fSaveMessage == NULL)
src/apps/stylededit/StyledEditWindow.cpp
1957
size_t length = fTextView->TextLength();
src/apps/text_search/GrepWindow.cpp
1342
bool enabled = fSearchText->TextView()->TextLength() != 0;
src/apps/text_search/GrepWindow.cpp
832
if (fSearchText->TextView()->TextLength() == 0)
src/apps/webpositive/URLInputGroup.cpp
365
BString text(Text(), TextLength());
src/apps/webpositive/URLInputGroup.cpp
373
baseUrlEnd = TextLength();
src/apps/webpositive/URLInputGroup.cpp
387
if (baseUrlEnd < TextLength()) {
src/apps/webpositive/URLInputGroup.cpp
389
SetFontAndColor(baseUrlEnd, TextLength(), &font, B_FONT_ALL,
src/kits/interface/AboutWindow.cpp
484
if (fAboutView->InfoView()->TextLength() > 0)
src/kits/interface/AboutWindow.cpp
560
if (fAboutView->InfoView()->TextLength() > 0)
src/kits/interface/AboutWindow.cpp
573
int32 textLength = infoView->TextLength();
src/kits/interface/TextControl.cpp
587
return fText->TextLength();
src/kits/tracker/WidgetAttributeText.cpp
1612
(size_t)textView->TextLength() + 1);
src/kits/tracker/WidgetAttributeText.cpp
552
if (textView->TextLength() == 0) {
src/kits/tracker/WidgetAttributeText.cpp
793
size_t length = (size_t)textView->TextLength();
src/kits/tracker/infowindow/HeaderView.cpp
225
size_t length = (size_t)fTitleEditView->TextLength();
src/kits/translation/TranslationUtils.cpp
424
intoView->Insert(intoView->TextLength(),
src/kits/translation/TranslationUtils.cpp
432
intoView->Insert(intoView->TextLength(), text,
src/kits/translation/TranslationUtils.cpp
476
int32 textLength = fromView->TextLength();
src/kits/translation/TranslationUtils.cpp
624
int32 textLength = view->TextLength();
src/kits/translation/TranslationUtils.cpp
720
text_run_array *runArray = view->RunArray(0, view->TextLength());
src/preferences/network/IPAddressControl.cpp
75
if (TextLength() == 0) {
src/preferences/time/NetworkTimeView.cpp
330
fServerTextControl->TextView()->TextLength(), NULL, 0,
src/servers/mail/ErrorLogWindow.cpp
225
view->Insert(view->TextLength(),atime.String(),atime.Length(),&array);
src/servers/registrar/ShutdownProcess.cpp
368
const int32 initialLength = TextView()->TextLength(),
src/tests/kits/translation/TranslationUtilsTest.cpp
231
CPPUNIT_ASSERT(ptextview->TextLength() == 77);
src/tests/kits/translation/TranslationUtilsTest.cpp
238
CPPUNIT_ASSERT(ptextview->TextLength() == 0);
src/tests/kits/translation/TranslationUtilsTest.cpp
241
CPPUNIT_ASSERT(ptextview->TextLength() == 77);