Home
last modified time | relevance | path

Searched refs:TextLength (Results 1 – 25 of 40) sorted by relevance

12

/haiku/src/apps/mail/
H A DSignature.cpp146 fNew->SetEnabled(textView->TextLength() in MenusBeginning()
147 | fSigView->fTextView->TextLength()); in MenusBeginning()
236 textView->Select(0, textView->TextLength()); in MessageReceived()
285 textView->Select(0, textView->TextLength()); in Show()
331 || fSigView->fTextView->TextLength() != 0) { in IsDirty()
386 fSigView->fTextView->TextLength()); in Save()
472 TextView()->Select(0, TextView()->TextLength()); in MessageReceived()
524 Select(TextLength(), TextLength()); in KeyDown()
584 Select(0, TextLength()); in MessageReceived()
H A DAddressTextControl.h38 int32 TextLength() const;
H A DAddressTextControl.cpp815 textView->Select(0, textView->TextLength()); in MessageReceived()
889 AddressTextControl::TextLength() const in TextLength() function in AddressTextControl
891 return fTextView->TextLength(); in TextLength()
912 fTextView->Select(0, TextLength()); in SelectAll()
926 int last = fTextView->TextLength(); in _AddAddress()
H A DContent.cpp418 begin = view->TextLength() == 0 in FillInQuoteTextRuns()
419 || view->ByteAt(view->TextLength() - 1) == '\n'; in FillInQuoteTextRuns()
619 int32 count = fTextView->TextLength(); in FindString()
661 count = fTextView->TextLength(); in FindString()
741 int32 length = fTextView->TextLength(); in MessageReceived()
894 int32 textLen = TextLength(); in KeyDown()
918 int32 length = TextLength(); in KeyDown()
970 Select(TextLength(), TextLength()); in KeyDown()
1033 end = TextLength(); in KeyDown()
1210 Select(0, TextLength()); in MessageReceived()
[all …]
H A DFindWindow.cpp168 int32 length = fTextControl->TextView()->TextLength(); in KeyDown()
H A DMailWindow.cpp989 fPrint->SetEnabled(fContentView->TextView()->TextLength()); in MenusBeginning()
1074 length = ((TTextView*)source)->TextLength(); in MessageReceived()
1076 length = ((AddressTextControl*)source)->TextLength(); in MessageReceived()
1648 if (fContentView->TextView()->TextLength() != 0) in MessageReceived()
2166 text_run_array* style = text->RunArray(0, text->TextLength()); in CopyMessage()
2168 fContentView->TextView()->SetText(text->Text(), text->TextLength(), style); in CopyMessage()
2263 int32 length = fContentView->TextView()->TextLength(); in Reply()
2330 if (fContentView->TextView()->TextLength() > 0) { in Send()
2337 originalLength = fContentView->TextView()->TextLength(); in Send()
2666 fContentView->TextView()->TextLength()); in SaveAsDraft()
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp111 int32 textLength = TextLength(); in _HexReformat()
116 newCursor = TextLength(); in _HexReformat()
156 if (offset > TextLength()) in InsertText()
157 offset = TextLength(); in InsertText()
422 if (_GetHexFromData((const uint8*)Text(), TextLength(), &hex, &hexSize) in SetMode()
435 if (_GetDataFromHex(Text(), TextLength(), &data, &dataSize) < B_OK) in SetMode()
477 if (_GetDataFromHex(Text(), TextLength(), &data, &dataSize) != B_OK) in GetData()
483 message.AddData("data", B_RAW_TYPE, Text(), TextLength()); in GetData()
/haiku/src/apps/aboutsystem/
H A DHyperTextView.cpp217 int32 startOffset = TextLength(); in InsertHyperText()
219 int32 endOffset = TextLength(); in InsertHyperText()
229 int32 startOffset = TextLength(); in InsertHyperText()
231 int32 endOffset = TextLength(); in InsertHyperText()
/haiku/src/apps/people/
H A DPersonView.cpp155 text->Select(0, text->TextLength()); in MessageReceived()
405 } else if ((end = text->TextLength())) { in SetAttribute()
409 text->Select(text->TextLength(), text->TextLength()); in SetAttribute()
/haiku/src/preferences/network/
H A DIPAddressControl.cpp75 if (TextLength() == 0) { in _UpdateMark()
/haiku/src/add-ons/disk_systems/ntfs/
H A DInitializeParameterEditor.cpp70 return fNameControl->TextView()->TextLength() > 0; in ValidateParameters()
/haiku/src/tests/kits/translation/
H A DTranslationUtilsTest.cpp231 CPPUNIT_ASSERT(ptextview->TextLength() == 77); in GetPutStyledTextTest()
238 CPPUNIT_ASSERT(ptextview->TextLength() == 0); in GetPutStyledTextTest()
241 CPPUNIT_ASSERT(ptextview->TextLength() == 77); in GetPutStyledTextTest()
/haiku/src/apps/poorman/
H A DPoorManWindow.cpp264 fLoggingView->Insert(fLoggingView->TextLength(), in MessageReceived()
266 fLoggingView->ScrollToOffset(fLoggingView->TextLength()); in MessageReceived()
319 fLoggingView->Insert(fLoggingView->TextLength(), in QuitRequested()
321 fLoggingView->ScrollToOffset(fLoggingView->TextLength()); in QuitRequested()
514 err = fwrite(fLoggingView->Text(), 1, fLoggingView->TextLength(), f); in SaveConsole()
/haiku/src/add-ons/disk_systems/btrfs/
H A DInitializeParameterEditor.cpp74 return fNameControl->TextView()->TextLength() > 0; in ValidateParameters()
/haiku/src/kits/translation/
H A DTranslationUtils.cpp424 intoView->Insert(intoView->TextLength(), in GetStyledText()
432 intoView->Insert(intoView->TextLength(), text, in GetStyledText()
476 int32 textLength = fromView->TextLength(); in PutStyledText()
624 int32 textLength = view->TextLength(); in WriteStyledEditFile()
720 text_run_array *runArray = view->RunArray(0, view->TextLength()); in WriteStyledEditFile()
/haiku/src/apps/webpositive/
H A DURLInputGroup.cpp365 BString text(Text(), TextLength()); in InsertText()
373 baseUrlEnd = TextLength(); in InsertText()
387 if (baseUrlEnd < TextLength()) { in InsertText()
389 SetFontAndColor(baseUrlEnd, TextLength(), &font, B_FONT_ALL, in InsertText()
/haiku/src/apps/mediaplayer/
H A DNetworkStreamWin.cpp118 if (fTextControl->TextView()->TextLength() > 0) in _LookIntoClipboardForUrl()
/haiku/src/apps/bootmanager/
H A DWizardPageView.cpp96 view->SetFontAndColor(indexFirstLineEnd + 1, view->TextLength(), in MakeHeading()
/haiku/src/add-ons/disk_systems/fat/
H A DInitializeParameterEditor.cpp75 return fNameControl->TextView()->TextLength() > 0; in ValidateParameters()
/haiku/src/kits/interface/
H A DAboutWindow.cpp484 if (fAboutView->InfoView()->TextLength() > 0) in AddCopyright()
560 if (fAboutView->InfoView()->TextLength() > 0) in AddExtraInfo()
573 int32 textLength = infoView->TextLength(); in AddText()
/haiku/src/add-ons/disk_systems/bfs/
H A DInitializeParameterEditor.cpp86 return fNameControl->TextView()->TextLength() > 0; in ValidateParameters()
/haiku/src/add-ons/network_settings/dialup/
H A DTextRequestDialog.cpp149 fOKButton->SetEnabled(fTextControl->TextView()->TextLength() > 0); in UpdateControls()
/haiku/headers/os/interface/
H A DTextControl.h42 int32 TextLength() const;
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DConsoleOutputView.cpp256 fConsoleOutput->Insert(fConsoleOutput->TextLength(), info->text, in _HandleConsoleOutput()
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp187 view->Insert(view->TextLength(),atime.String(),atime.Length(),&array); in Error()

12