Searched refs:TextLength (Results 1 - 25 of 39) sorted by last modified time

12

/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp555 if (textView->TextLength() == 0) {
784 size_t length = (size_t)textView->TextLength();
1598 (size_t)textView->TextLength() + 1);
/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/apps/text_search/
H A DGrepWindow.cpp728 if (fSearchText->TextView()->TextLength() == 0)
1233 bool enabled = fSearchText->TextView()->TextLength() != 0;
/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,
/haiku/src/apps/deskcalc/
H A DCalcView.cpp395 int32 end = fExpressionTextView->TextLength();
935 if (fExpressionTextView->TextLength() == 0) {
/haiku/src/kits/interface/
H A DTextView.cpp1314 BTextView::TextLength() const function in class:BTextView
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 DTextView.h113 int32 TextLength() const;
/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/apps/mail/
H A DMailWindow.cpp989 fPrint->SetEnabled(fContentView->TextView()->TextLength());
1074 length = ((TTextView*)source)->TextLength();
1076 length = ((AddressTextControl*)source)->TextLength();
1648 if (fContentView->TextView()->TextLength() != 0)
2166 text_run_array* style = text->RunArray(0, text->TextLength());
2168 fContentView->TextView()->SetText(text->Text(), text->TextLength(), style);
2263 int32 length = fContentView->TextView()->TextLength();
2330 if (fContentView->TextView()->TextLength() > 0) {
2337 originalLength = fContentView->TextView()->TextLength();
2666 fContentView->TextView()->TextLength());
[all...]
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 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 DFindWindow.cpp168 int32 length = fTextControl->TextView()->TextLength();
/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());
H A DTypeEditors.cpp249 fTextView->TextLength() + 1);
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp225 size_t length = (size_t)fTitleEditView->TextLength();
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp368 const int32 initialLength = TextView()->TextLength(),
/haiku/src/add-ons/disk_systems/ntfs/
H A DInitializeParameterEditor.cpp70 return fNameControl->TextView()->TextLength() > 0;
/haiku/src/add-ons/disk_systems/fat/
H A DInitializeParameterEditor.cpp75 return fNameControl->TextView()->TextLength() > 0;
/haiku/src/add-ons/disk_systems/btrfs/
H A DInitializeParameterEditor.cpp74 return fNameControl->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 DImageFunctionsView.cpp757 fFilterField->TextView()->TextLength() > 0);
846 if (fFilterField->TextView()->TextLength() == 0)
/haiku/src/apps/stylededit/
H A DStyledEditWindow.cpp146 if (fTextView->TextLength() == 0 && fSaveMessage == NULL)
1046 if (fTextView->CountLines() > 0 && fTextView->TextLength() > 0) {
1942 size_t length = fTextView->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/apps/aboutsystem/
H A DHyperTextView.cpp217 int32 startOffset = TextLength();
219 int32 endOffset = TextLength();
229 int32 startOffset = TextLength();
231 int32 endOffset = TextLength();

Completed in 149 milliseconds

12