Home
last modified time | relevance | path

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

/AOO42X/main/svtools/source/control/
H A Dcalendar.cxx290 maDropDate( 0, 0, 1900 ) in Calendar()
306 maDropDate( 0, 0, 1900 ) in Calendar()
955 if( mbDropPos && maDropDate == Date( nDay, nMonth, nYear ) ) in ImplDrawDate()
1399 Rectangle aRect = GetDateRect( maDropDate );//this is one Pixel to width and one to heigh in ImplInvertDropPos()
2223 rDate = maDropDate; in GetDropDate()
2528 if ( !mbDropPos || (aTempDate != maDropDate) ) in ShowDropPos()
2532 maDropDate = aTempDate; in ShowDropPos()
2537 rDate = maDropDate; in ShowDropPos()
/AOO42X/main/svtools/inc/svtools/
H A Dcalendar.hxx196 Date maDropDate; member in Calendar