Lines Matching refs:rPos

992 static void ImplCenterTabPos( Point& rPos, sal_uInt16 nTabStyle )  in ImplCenterTabPos()  argument
996 rPos.Y() += RULER_TAB_HEIGHT/2; in ImplCenterTabPos()
998 rPos.X() -= RULER_TAB_WIDTH/2; in ImplCenterTabPos()
1000 rPos.X() += RULER_TAB_WIDTH/2; in ImplCenterTabPos()
1024 const Point& rPos, sal_uInt16 nStyle, WinBits nWinBits ) in ImplDrawRulerTab() argument
1035 aRect1.Left() = rPos.X() - RULER_TAB_DWIDTH2 + 1 ; in ImplDrawRulerTab()
1036 aRect1.Top() = rPos.Y() - RULER_TAB_DHEIGHT2 + 1 ; in ImplDrawRulerTab()
1037 aRect1.Right() = rPos.X() - RULER_TAB_DWIDTH2 + RULER_TAB_DWIDTH ; in ImplDrawRulerTab()
1038 aRect1.Bottom() = rPos.Y(); in ImplDrawRulerTab()
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()
1047 aRect1.Left() = rPos.X(); in ImplDrawRulerTab()
1048 aRect1.Top() = rPos.Y() - RULER_TAB_HEIGHT2 + 1; in ImplDrawRulerTab()
1049 aRect1.Right() = rPos.X() + RULER_TAB_WIDTH - 1; in ImplDrawRulerTab()
1050 aRect1.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()
1058 aRect1.Left() = rPos.X() - RULER_TAB_WIDTH + 1; in ImplDrawRulerTab()
1059 aRect1.Top() = rPos.Y() - RULER_TAB_HEIGHT2 + 1; in ImplDrawRulerTab()
1060 aRect1.Right() = rPos.X(); in ImplDrawRulerTab()
1061 aRect1.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()
1069 aRect1.Left() = rPos.X() - RULER_TAB_CWIDTH2 + 1; in ImplDrawRulerTab()
1070 aRect1.Top() = rPos.Y() - RULER_TAB_HEIGHT2 + 1; in ImplDrawRulerTab()
1071 aRect1.Right() = rPos.X() - RULER_TAB_CWIDTH2 + RULER_TAB_CWIDTH; in ImplDrawRulerTab()
1072 aRect1.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()
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()
1089 lcl_RotateRect_Impl(aRect1, rPos.Y(), bRightAligned); in ImplDrawRulerTab()
1090 lcl_RotateRect_Impl(aRect2, rPos.Y(), bRightAligned); in ImplDrawRulerTab()
1091 lcl_RotateRect_Impl(aRect3, rPos.Y(), bRightAligned); in ImplDrawRulerTab()
1102 void Ruler::ImplDrawTab( OutputDevice* pDevice, const Point& rPos, sal_uInt16 nStyle ) in ImplDrawTab() argument
1115 ImplDrawRulerTab( pDevice, rPos, nStyle, GetStyle()); in ImplDrawTab()
1616 sal_Bool Ruler::ImplHitTest( const Point& rPos, ImplRulerHitTest* pHitTest, in ImplHitTest() argument
1634 nX = rPos.X(); in ImplHitTest()
1635 nY = rPos.Y(); in ImplHitTest()
1639 nX = rPos.Y(); in ImplHitTest()
1640 nY = rPos.X(); in ImplHitTest()
1919 sal_Bool Ruler::ImplDocHitTest( const Point& rPos, RulerType eDragType, in ImplDocHitTest() argument
1922 Point aPos = rPos; in ImplDocHitTest()
2036 void Ruler::ImplDrag( const Point& rPos ) in ImplDrag() argument
2044 nX = rPos.X(); in ImplDrag()
2045 nY = rPos.Y(); in ImplDrag()
2050 nX = rPos.Y(); in ImplDrag()
2051 nY = rPos.X(); in ImplDrag()
2672 RulerType Ruler::GetDocType( const Point& rPos, RulerType eDragType, in GetDocType() argument
2686 ImplDocHitTest( rPos, eDragType, &aHitTest ); in GetDocType()
2707 RulerType Ruler::GetType( const Point& rPos, sal_uInt16* pAryPos ) const in GetType() argument
2720 ImplHitTest( rPos, &aHitTest ); in GetType()
3149 void Ruler::DrawTab( OutputDevice* pDevice, const Point& rPos, sal_uInt16 nStyle ) in DrawTab() argument
3152 Point aPos( rPos ); in DrawTab()