Home
last modified time | relevance | path

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

/AOO42X/main/svtools/source/control/
H A Dcalendar.cxx55 #define TITLE_BORDERY 2 macro
57 #define SPIN_OFFY TITLE_BORDERY
479 mnWeekDayOffY = nTextHeight + TITLE_OFFY + (TITLE_BORDERY*2); in ImplFormat()
489 long nSpinSize = nTextHeight+TITLE_BORDERY-SPIN_OFFY; in ImplFormat()
641 if ( rPos.Y() < (nY+(TITLE_BORDERY*2)+mnDayHeight)) in ImplHitTest()
993 Rectangle aTitleRect( 0, nY, aOutSize.Width()-1, nY+mnDayHeight-DAY_OFFY+TITLE_BORDERY*2 ); in ImplDraw()
996 Rectangle aTempRect( 1, aTitleRect.Top()+TITLE_BORDERY, in ImplDraw()
998 aTitleRect.Bottom()-TITLE_BORDERY ); in ImplDraw()
1024 Point aSepPos1( 0, aTitleRect.Top()+TITLE_BORDERY ); in ImplDraw()
1025 Point aSepPos2( 0, aTitleRect.Bottom()-TITLE_BORDERY ); in ImplDraw()
[all …]