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

12

/haiku/headers/os/interface/
H A DTextControl.h42 int32 TextLength() const;
H A DTextView.h113 int32 TextLength() const;
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp149 fOKButton->SetEnabled(fTextControl->TextView()->TextLength() > 0);
/haiku/src/apps/bootmanager/
H A DWizardPageView.cpp96 view->SetFontAndColor(indexFirstLineEnd + 1, view->TextLength(),
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DInspectorWindow.cpp258 if (fAddressInput->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/apps/mail/
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();
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 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...]
/haiku/src/apps/mediaplayer/
H A DNetworkStreamWin.cpp118 if (fTextControl->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/preferences/network/
H A DIPAddressControl.cpp75 if (TextLength() == 0) {
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp187 view->Insert(view->TextLength(),atime.String(),atime.Length(),&array);
/haiku/src/add-ons/disk_systems/bfs/
H A DInitializeParameterEditor.cpp86 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/fat/
H A DInitializeParameterEditor.cpp75 return fNameControl->TextView()->TextLength() > 0;
/haiku/src/add-ons/disk_systems/ntfs/
H A DInitializeParameterEditor.cpp70 return fNameControl->TextView()->TextLength() > 0;
/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/apps/deskcalc/
H A DCalcView.cpp395 int32 end = fExpressionTextView->TextLength();
935 if (fExpressionTextView->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());
H A DTypeEditors.cpp249 fTextView->TextLength() + 1);

Completed in 184 milliseconds

12