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()875 rTLB.GetModel()->Resort(); in SwAddStylesDlg_Impl()893 SvLBoxEntry* pEntry = rTLB.First(); in IMPL_LINK()899 String sName(rTLB.GetEntryText(pEntry)); in IMPL_LINK()[all …]
Completed in 41 milliseconds