Lines Matching refs:rTLB
832 SwIndexTreeLB& rTLB = aHeaderTree.GetTreeListBox(); in SwAddStylesDlg_Impl() local
833 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
893 SvLBoxEntry* pEntry = rTLB.First(); in IMPL_LINK()
899 String sName(rTLB.GetEntryText(pEntry)); in IMPL_LINK()
904 pEntry = rTLB.Next(pEntry); in IMPL_LINK()