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