Lines Matching refs:aRect2
1031 Rectangle aRect1, aRect2, aRect3; in ImplDrawRulerTab() local
1039 aRect2.Left() = rPos.X() - RULER_TAB_DWIDTH2 + RULER_TAB_DWIDTH3; in ImplDrawRulerTab()
1040 aRect2.Top() = rPos.Y() - RULER_TAB_DHEIGHT + 1; in ImplDrawRulerTab()
1041 … aRect2.Right() = rPos.X() - RULER_TAB_DWIDTH2 + RULER_TAB_DWIDTH3 + RULER_TAB_DWIDTH4 - 1; in ImplDrawRulerTab()
1042 aRect2.Bottom() = rPos.Y(); in ImplDrawRulerTab()
1051 aRect2.Left() = rPos.X(); in ImplDrawRulerTab()
1052 aRect2.Top() = rPos.Y() - RULER_TAB_HEIGHT + 1; in ImplDrawRulerTab()
1053 aRect2.Right() = rPos.X() + RULER_TAB_WIDTH2 - 1; in ImplDrawRulerTab()
1054 aRect2.Bottom() = rPos.Y(); in ImplDrawRulerTab()
1062 aRect2.Left() = rPos.X() - RULER_TAB_WIDTH2 + 1; in ImplDrawRulerTab()
1063 aRect2.Top() = rPos.Y() - RULER_TAB_HEIGHT + 1; in ImplDrawRulerTab()
1064 aRect2.Right() = rPos.X(); in ImplDrawRulerTab()
1065 aRect2.Bottom() = rPos.Y(); in ImplDrawRulerTab()
1073 aRect2.Left() = rPos.X() - RULER_TAB_CWIDTH2 + RULER_TAB_CWIDTH3; in ImplDrawRulerTab()
1074 aRect2.Top() = rPos.Y() - RULER_TAB_HEIGHT + 1; in ImplDrawRulerTab()
1075 … aRect2.Right() = rPos.X() - RULER_TAB_CWIDTH2 + RULER_TAB_CWIDTH3 + RULER_TAB_CWIDTH4 - 1; in ImplDrawRulerTab()
1076 aRect2.Bottom() = rPos.Y(); in ImplDrawRulerTab()
1090 lcl_RotateRect_Impl(aRect2, rPos.Y(), bRightAligned); in ImplDrawRulerTab()
1094 pDevice->DrawRect( aRect2 ); in ImplDrawRulerTab()
1095 if(!aRect2.IsEmpty()) in ImplDrawRulerTab()