Searched refs:appendDigits (Results 1 – 1 of 1) sorted by relevance
/trunk/main/forms/source/component/ |
H A D | DatabaseForm.cxx | 607 static void appendDigits( sal_Int32 _nNumber, sal_Int8 nDigits, ::rtl::OUStringBuffer& _rOut ) in appendDigits() function 800 appendDigits( aDate.GetMonth(), 2, aBuffer ); in AppendComponent() 802 appendDigits( aDate.GetDay(), 2, aBuffer ); in AppendComponent() 804 appendDigits( aDate.GetYear(), 4, aBuffer ); in AppendComponent() 823 appendDigits( aTime.GetHour(), 2, aBuffer ); in AppendComponent() 825 appendDigits( aTime.GetMin(), 2, aBuffer ); in AppendComponent() 827 appendDigits( aTime.GetSec(), 2, aBuffer ); in AppendComponent()
|
Completed in 73 milliseconds