Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dcalendar.cxx1047 String aMonthText( maCalendarWrapper.getDisplayName( in ImplDraw() local
1049 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 27 milliseconds