Searched refs:aTextEdit (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sw/source/ui/chrdlg/ |
H A D | drpcps.cxx | 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() [all …]
|
/trunk/main/sw/source/ui/config/ |
H A D | optload.cxx | 406 aTextEdit (this, SW_RES(EDT_TEXT )), in SwCaptionOptPage() 499 aTextEdit .SetModifyHdl( aLk ); in SwCaptionOptPage() 687 aTextEdit.Enable( bChecked ); in IMPL_LINK() 755 aTextEdit.SetText(pOpt->GetCaption()); in IMPL_LINK() 830 pOpt->SetCaption(aTextEdit.IsEnabled() ? aTextEdit.GetText() : aEmptyStr ); in SaveEntry() 867 aTextEdit.Enable(bEnable); in IMPL_LINK() 957 aStr += aTextEdit.GetText(); in DrawSample()
|
/trunk/main/sw/source/ui/frmdlg/ |
H A D | cption.cxx | 121 aTextEdit (this, SW_RES(EDT_TEXT )), in SwCaptionDialog() 161 aTextEdit .SetModifyHdl( aLk ); in SwCaptionDialog() 286 aTextEdit.GrabFocus(); in SwCaptionDialog() 306 aOpt.SetCaption( aTextEdit.GetText() ); in Apply() 381 String sCaption = aTextEdit.GetText(); in DrawSample()
|
/trunk/main/sc/workben/ |
H A D | test.cxx | 76 Edit aTextEdit; member in MyWindow 202 aTextEdit( this, WinBits(WB_BORDER) ), in MyWindow() 220 aTextEdit.SetPosSizePixel( Point(10,180), Size(100,20) ); in MyWindow() 247 aTextEdit.Show(); in MyWindow() 1696 String aStr = aTextEdit.GetText(); in IMPL_LINK()
|
/trunk/main/sw/source/ui/inc/ |
H A D | drpcps.hxx | 83 Edit aTextEdit; member in SwDropCapsPage
|
H A D | cption.hxx | 80 Edit aTextEdit; member in SwCaptionDialog
|
H A D | optload.hxx | 146 Edit aTextEdit; member in SwCaptionOptPage
|
Completed in 70 milliseconds