Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Dcalendar.cxx1051 long nMonthTextWidth = GetTextWidth( aMonthText ); in ImplDraw() local
1062 if ( nMonthTextWidth > nMaxMonthWidth ) in ImplDraw()
1069 nMonthTextWidth = GetTextWidth( aMonthText ); in ImplDraw()
1071 long nTempOff = (mnMonthWidth-nMonthTextWidth+1)/2; in ImplDraw()
1076 if ( nTempOff+nMonthTextWidth > mnMonthWidth-nMonthOffX2 ) in ImplDraw()
1077 nDeltaX += mnMonthWidth-nMonthOffX2-nMonthTextWidth; in ImplDraw()

Completed in 16 milliseconds