Home
last modified time | relevance | path

Searched refs:sMonthShort (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Duserlist.cxx224 String sMonthShort, sMonthLong; in ScUserList() local
229 sMonthShort += String( xCal[i].AbbrevName ); in ScUserList()
230 sMonthShort += cDelimiter; in ScUserList()
234 sMonthShort += String( xCal[i].AbbrevName ); in ScUserList()
237 if ( !HasEntry( sMonthShort ) ) in ScUserList()
238 Insert( new ScUserListData( sMonthShort )); in ScUserList()

Completed in 19 milliseconds