Searched refs:aMonthText (Results 1 – 1 of 1) sorted by relevance
1047 String aMonthText( maCalendarWrapper.getDisplayName( in ImplDraw() local1049 aMonthText += ' '; in ImplDraw()1050 aMonthText += String::CreateFromInt64( nYear ); in ImplDraw()1051 long nMonthTextWidth = GetTextWidth( aMonthText ); in ImplDraw()1065 aMonthText = maCalendarWrapper.getDisplayName( in ImplDraw()1067 aMonthText += ' '; in ImplDraw()1068 aMonthText += String::CreateFromInt64( nYear ); in ImplDraw()1069 nMonthTextWidth = GetTextWidth( aMonthText ); in ImplDraw()1082 DrawText( Point( nDeltaX, nDeltaY ), aMonthText ); in ImplDraw()
Completed in 11 milliseconds