Searched refs:rTLB (Results 1 – 1 of 1) sorted by relevance
832 SwIndexTreeLB& rTLB = aHeaderTree.GetTreeListBox(); in SwAddStylesDlg_Impl() local833 rTLB.SetStyle(rTLB.GetStyle()|WB_CLIPCHILDREN|WB_SORT); in SwAddStylesDlg_Impl()835 rTLB.GetModel()->SetSortMode(SortAscending); in SwAddStylesDlg_Impl()842 SvLBoxEntry* pEntry = rTLB.InsertEntry(sTmp); in SwAddStylesDlg_Impl()861 SvLBoxEntry* pEntry = rTLB.First(); in SwAddStylesDlg_Impl()865 if(rTLB.GetEntryText(pEntry) == rName) in SwAddStylesDlg_Impl()867 pEntry = rTLB.Next(pEntry); in SwAddStylesDlg_Impl()871 rTLB.InsertEntry(rName)->SetUserData((void*)USHRT_MAX); in SwAddStylesDlg_Impl()875 rTLB.GetModel()->Resort(); in SwAddStylesDlg_Impl()892 SwIndexTreeLB& rTLB = aHeaderTree.GetTreeListBox(); in IMPL_LINK() local[all …]