Lines Matching refs:aDateSep
1182 String aDateSep = rLocaleDataWrapper.getDateSep(); in ImplGetDateSep() local
1185 aDateSep = String( RTL_CONSTASCII_USTRINGPARAM( "-" ) ); in ImplGetDateSep()
1187 return aDateSep; in ImplGetDateSep()
1243 String aDateSep = ImplGetDateSep( rLocaleDataWrapper, eDateFormat ); in ImplDateGetValue() local
1244 sal_uInt16 nSepPos = aStr.Search( aDateSep ); in ImplDateGetValue()
1247 nSepPos = aStr.Search( aDateSep, nSepPos+1 ); in ImplDateGetValue()
1384 String aDateSep = ImplGetDateSep( ImplGetLocaleDataWrapper(), GetExtDateFormat( sal_True ) ); in ImplGetDateAsText() local
1403 pBuf = ImplAddString( pBuf, aDateSep ); in ImplGetDateAsText()
1405 pBuf = ImplAddString( pBuf, aDateSep ); in ImplGetDateAsText()
1413 pBuf = ImplAddString( pBuf, aDateSep ); in ImplGetDateAsText()
1415 pBuf = ImplAddString( pBuf, aDateSep ); in ImplGetDateAsText()
1425 pBuf = ImplAddString( pBuf, aDateSep ); in ImplGetDateAsText()
1427 pBuf = ImplAddString( pBuf, aDateSep ); in ImplGetDateAsText()
1550 String aDateSep = ImplGetDateSep( ImplGetLocaleDataWrapper(), eFormat ); in ImplDateSpinArea() local
1553 nPos = aText.Search( aDateSep, nPos ); in ImplDateSpinArea()