Lines Matching refs:aCurName
359 aCurName ( this, SW_RES( ED_RANAME ) ), in SwEditRegionDlg()
408 aCurName.SetModifyHdl ( LINK( this, SwEditRegionDlg, NameEditHdl)); in SwEditRegionDlg()
737 aCurName .Enable(sal_False); in IMPL_LINK()
758 aCurName .Enable(sal_True); in IMPL_LINK()
772 aCurName.SetText(pBox->GetEntryText(pEntry)); in IMPL_LINK()
773 aCurName.Enable(); in IMPL_LINK()
835 aCurName .Enable(sal_False); in IMPL_LINK()
1063 aCurName. Enable(sal_False); in IMPL_LINK()
1452 String aName = aCurName.GetText(); in IMPL_LINK()
1697 aCurName ( this, SW_RES( ED_RNAME ) ), in SwInsertSectionTabPage()
1737 aCurName.SetModifyHdl ( LINK( this, SwInsertSectionTabPage, NameEditHdl)); in SwInsertSectionTabPage()
1765 lcl_FillSubRegionList( *m_pWrtSh, aSubRegionED, &aCurName ); in SetWrtShell()
1772 aCurName.SetText( in SetWrtShell()
1783 aCurName.SetText( rSh.GetUniqueSectionName() ); in SetWrtShell()
1791 SwSectionData aSection(CONTENT_SECTION, aCurName.GetText()); in FillItemSet()
1933 String aName=aCurName.GetText(); in IMPL_LINK_INLINE_START()
1934 GetTabDialog()->GetOKButton().Enable(aName.Len() && aCurName.GetEntryPos( aName ) == USHRT_MAX); in IMPL_LINK_INLINE_START()