Home
last modified time | relevance | path

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

/trunk/main/svtools/source/control/
H A Druler.cxx1031 Rectangle aRect1, aRect2, aRect3; in ImplDrawRulerTab() local
1032 aRect3.SetEmpty(); in ImplDrawRulerTab()
1080 aRect3.Left() = rPos.X() - RULER_TAB_CWIDTH2 + RULER_TAB_CWIDTH - 1; in ImplDrawRulerTab()
1081 aRect3.Top() = rPos.Y() - RULER_TAB_HEIGHT + 1 + 1; in ImplDrawRulerTab()
1082 aRect3.Right() = rPos.X() - RULER_TAB_CWIDTH2 + RULER_TAB_CWIDTH; in ImplDrawRulerTab()
1083 aRect3.Bottom()= rPos.Y() - RULER_TAB_HEIGHT + 1 + 2 ; in ImplDrawRulerTab()
1091 lcl_RotateRect_Impl(aRect3, rPos.Y(), bRightAligned); in ImplDrawRulerTab()
1096 pDevice->DrawRect( aRect3 ); in ImplDrawRulerTab()

Completed in 32 milliseconds