Searched refs:lcl_appendInt32ToBuffer (Results 1 – 1 of 1) sorted by relevance
/trunk/main/forms/source/xforms/ |
H A D | convert.cxx | 248 …void lcl_appendInt32ToBuffer( const sal_Int32 _nValue, ::rtl::OUStringBuffer& _rBuffer, sal_Int16 … in lcl_appendInt32ToBuffer() function 264 lcl_appendInt32ToBuffer( rDate.Year, sInfo, 4 ); in lcl_toXSD_UNODate_typed() 266 lcl_appendInt32ToBuffer( rDate.Month, sInfo, 2 ); in lcl_toXSD_UNODate_typed() 268 lcl_appendInt32ToBuffer( rDate.Day, sInfo, 2 ); in lcl_toXSD_UNODate_typed() 341 lcl_appendInt32ToBuffer( rTime.Hours, sInfo, 2 ); in lcl_toXSD_UNOTime_typed() 343 lcl_appendInt32ToBuffer( rTime.Minutes, sInfo, 2 ); in lcl_toXSD_UNOTime_typed() 345 lcl_appendInt32ToBuffer( rTime.Seconds, sInfo, 2 ); in lcl_toXSD_UNOTime_typed() 349 lcl_appendInt32ToBuffer( rTime.HundredthSeconds, sInfo, 2 ); in lcl_toXSD_UNOTime_typed()
|
Completed in 22 milliseconds