Lines Matching refs:sEntry
1222 String sEntry = pDoc->GetTitle(); in UpdateListBox() local
1223 sEntry += C2S(" ("); in UpdateListBox()
1227 sEntry += aStatusArr[ST_ACTIVE - ST_STATUS_FIRST]; in UpdateListBox()
1230 sEntry += aStatusArr[ST_INACTIVE - ST_STATUS_FIRST]; in UpdateListBox()
1231 sEntry += ')'; in UpdateListBox()
1232 aDocListBox.InsertEntry(sEntry); in UpdateListBox()
1247 String sEntry = aContentTree.GetHiddenWrtShell()->GetView(). in UpdateListBox() local
1249 sEntry += C2S(" ("); in UpdateListBox()
1250 sEntry += aStatusArr[ST_HIDDEN - ST_STATUS_FIRST]; in UpdateListBox()
1251 sEntry += ')'; in UpdateListBox()
1252 aDocListBox.InsertEntry(sEntry); in UpdateListBox()