Lines Matching refs:sEntry
287 String sEntry; in CreatePopupWindow() local
288 String sLongName(pGlossaryList->GetBlockName(i - 1, j, sEntry)); in CreatePopupWindow()
289 sEntry.AppendAscii(" - "); in CreatePopupWindow()
290 sEntry += sLongName; in CreatePopupWindow()
291 pSub->InsertItem(++nIndex, sEntry); in CreatePopupWindow()
801 String sEntry = String::CreateFromInt32(aZoomValues[i]); in SwZoomBox_Impl() local
802 sEntry.AppendAscii( " %" ); in SwZoomBox_Impl()
803 InsertEntry(sEntry); in SwZoomBox_Impl()
818 String sEntry(GetText()); in Select() local
819 sEntry.EraseAllChars( '%' ); in Select()
820 sal_Int32 nZoom = sEntry.ToInt32(); in Select()