Lines Matching refs:nDay
1210 sal_uInt16 nDay = 0; in ImplDateGetValue() local
1224 nDay = ImplCutNumberFromString( aStr ); in ImplDateGetValue()
1228 nDay = ImplCutNumberFromString( aStr ); in ImplDateGetValue()
1236 nDay = ImplCutNumberFromString( aStr ); in ImplDateGetValue()
1262 nDay = ImplGetNum( pBuf, bError ); in ImplDateGetValue()
1275 nDay = ImplGetNum( pBuf, bError ); in ImplDateGetValue()
1291 nDay = ImplGetNum( pBuf, bError ); in ImplDateGetValue()
1302 if ( bError || !nDay || !nMonth ) in ImplDateGetValue()
1305 Date aNewDate( nDay, nMonth, nYear ); in ImplDateGetValue()
1385 sal_uInt16 nDay = rDate.GetDay(); in ImplGetDateAsText() local
1402 pBuf = ImplAddNum( pBuf, nDay, 2 ); in ImplGetDateAsText()
1414 pBuf = ImplAddNum( pBuf, nDay, 2 ); in ImplGetDateAsText()
1428 pBuf = ImplAddNum( pBuf, nDay, 2 ); in ImplGetDateAsText()