Lines Matching refs:aTextEdit
580 aTextEdit (this, SW_RES(EDT_TEXT )), in SwDropCapsPage()
598 aTextEdit.Enable( !bFormat ); in SwDropCapsPage()
610 aTextEdit .SetModifyHdl( aLk ); in SwDropCapsPage()
693 aTextEdit.SetText(GetDefaultString(nVal)); in Reset()
696 aTextEdit.SetText(rSh.GetDropTxt(nVal)); in Reset()
697 aTextEdit.Enable(); in Reset()
702 pPict->SetValues( aTextEdit.GetText(), in Reset()
729 aTextEdit .Enable( bChecked && !bFormat ); in IMPL_LINK()
789 String sEdit(aTextEdit.GetText()); in IMPL_LINK()
798 aTextEdit.SetText(sPreview); in IMPL_LINK()
800 else if (pEdit == &aTextEdit) // Ggf. Anzahl setzen in IMPL_LINK()
802 sal_uInt16 nTmp = aTextEdit.GetText().Len(); in IMPL_LINK()
805 sPreview = aTextEdit.GetText().Copy(0, nTmp); in IMPL_LINK()
809 if (pEdit == &aDropCapsField || pEdit == &aTextEdit) in IMPL_LINK()
877 String sText(aTextEdit.GetText()); in FillSet()