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

12

/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...]
/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/preferences/time/
H A DNetworkTimeView.cpp330 fServerTextControl->TextView()->TextLength(), NULL, 0,
/haiku/src/kits/interface/
H A DTextControl.cpp587 BTextControl::TextLength() const function in class:BTextControl
589 return fText->TextLength();
H A DTextView.cpp1314 BTextView::TextLength() const function in class:BTextView
/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/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp258 if (fAddressInput->TextView()->TextLength() == 0)
/haiku/src/kits/tracker/infowindow/
H A DHeaderView.cpp225 size_t length = (size_t)fTitleEditView->TextLength();
/haiku/headers/os/interface/
H A DTextView.h113 int32 TextLength() const;
/haiku/src/apps/deskcalc/
H A DCalcView.cpp395 int32 end = fExpressionTextView->TextLength();
935 if (fExpressionTextView->TextLength() == 0) {
/haiku/src/apps/text_search/
H A DGrepWindow.cpp728 if (fSearchText->TextView()->TextLength() == 0)
1233 bool enabled = fSearchText->TextView()->TextLength() != 0;
/haiku/src/apps/screenshot/
H A DScreenshotWindow.cpp576 fNameControl->TextView()->Select(0, fNameControl->TextView()->TextLength()
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp249 fTextView->TextLength() + 1);
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp368 const int32 initialLength = TextView()->TextLength(),

Completed in 129 milliseconds

12