Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dfield2.cxx128 static sal_uInt16 ImplGetNum( const sal_Unicode*& rpBuf, sal_Bool& rbError ) in ImplGetNum() function
1262 nDay = ImplGetNum( pBuf, bError ); in ImplDateGetValue()
1264 nMonth = ImplGetNum( pBuf, bError ); in ImplDateGetValue()
1267 nYear = ImplGetNum( pBuf, bError ); in ImplDateGetValue()
1273 nMonth = ImplGetNum( pBuf, bError ); in ImplDateGetValue()
1275 nDay = ImplGetNum( pBuf, bError ); in ImplDateGetValue()
1278 nYear = ImplGetNum( pBuf, bError ); in ImplDateGetValue()
1287 nYear = ImplGetNum( pBuf, bError ); in ImplDateGetValue()
1289 nMonth = ImplGetNum( pBuf, bError ); in ImplDateGetValue()
1291 nDay = ImplGetNum( pBuf, bError ); in ImplDateGetValue()

Completed in 21 milliseconds