Lines Matching refs:Point

132 			aPtLT = Point( 0 + nBorderWidth,  0 + nBorderWidth );  in Resize_Impl()
133 aPtMT = Point( aSize.Width() / 2, 0 + nBorderWidth ); in Resize_Impl()
134 aPtRT = Point( aSize.Width() - nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
136 aPtLM = Point( 0 + nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
137 aPtMM = Point( aSize.Width() / 2, aSize.Height() / 2 ); in Resize_Impl()
138 aPtRM = Point( aSize.Width() - nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
140 aPtLB = Point( 0 + nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
141 aPtMB = Point( aSize.Width() / 2, aSize.Height() - nBorderWidth ); in Resize_Impl()
142 aPtRB = Point( aSize.Width() - nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
146 aPtLT = Point( 0 + 3 * nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
147 aPtMT = Point( aSize.Width() / 2, 0 + nBorderWidth ); in Resize_Impl()
148 aPtRT = Point( aSize.Width() - 3 * nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
150 aPtLM = Point( 0 + 3 * nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
151 aPtMM = Point( aSize.Width() / 2, aSize.Height() / 2 ); in Resize_Impl()
152 aPtRM = Point( aSize.Width() - 3 * nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
154 aPtLB = Point( 0 + 3 * nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
155 aPtMB = Point( aSize.Width() / 2, aSize.Height() - nBorderWidth ); in Resize_Impl()
156 aPtRB = Point( aSize.Width() - 3 * nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
254 Point aPtLast = aPtNew; in MouseButtonDown()
264 Invalidate( Rectangle( aPtLast - Point( nRadius, nRadius ), in MouseButtonDown()
265 aPtLast + Point( nRadius, nRadius ) ) ); in MouseButtonDown()
266 Invalidate( Rectangle( aPtNew - Point( nRadius, nRadius ), in MouseButtonDown()
267 aPtNew + Point( nRadius, nRadius ) ) ); in MouseButtonDown()
396 Point aPtDiff( PixelToLogic( Point( 1, 1 ) ) ); in Paint()
402 DrawRect( Rectangle( Point(0,0), GetOutputSize() ) ); in Paint()
431 DrawLine( aPtLM - Point( 2 * nBorderWidth, 0) + aPtDiff, in Paint()
432 aPtRM + Point( 2 * nBorderWidth, 0 ) + aPtDiff ); in Paint()
435 DrawLine( aPtLM - Point( 2 * nBorderWidth, 0), in Paint()
436 aPtRM + Point( 2 * nBorderWidth, 0 ) ); in Paint()
463 Point aToCenter( aDstBtnSize.Width() >> 1, aDstBtnSize.Height() >> 1); in Paint()
464 Point aBtnPnt1( IsEnabled()?0:22,0 ); in Paint()
465 Point aBtnPnt2( 11,0 ); in Paint()
466 Point aBtnPnt3( 22,0 ); in Paint()
512 Point aCenterPt( aPtNew ); in Paint()
526 Point SvxRectCtl::GetPointFromRP( RECT_POINT _eRP) const in GetPointFromRP()
554 Point SvxRectCtl::SetActualRPWithoutInvalidate( RECT_POINT eNewRP ) in SetActualRPWithoutInvalidate()
556 Point aPtLast = aPtNew; in SetActualRPWithoutInvalidate()
592 Point SvxRectCtl::GetApproxLogPtFromPixPt( const Point& rPt ) const in GetApproxLogPtFromPixPt()
594 Point aPt = PixelToLogic( rPt ); in GetApproxLogPtFromPixPt()
622 return Point( x, y ); in GetApproxLogPtFromPixPt()
632 RECT_POINT SvxRectCtl::GetRPFromPoint( Point aPt ) const in GetRPFromPoint()
679 Point aPtLast( SetActualRPWithoutInvalidate( eNewRP ) ); in SetActualRP()
681 …Invalidate( Rectangle( aPtLast - Point( nRadius, nRadius ), aPtLast + Point( nRadius, nRadius ) ) … in SetActualRP()
682 Invalidate( Rectangle( aPtNew - Point( nRadius, nRadius ), aPtNew + Point( nRadius, nRadius ) ) ); in SetActualRP()
692 Point aPtLast( GetPointFromRP( eRP ) ); in SetState()
693 Point _aPtNew( aPtLast ); in SetState()
716 …return Rectangle( aPtNew - Point( aDstBtnSize.Width() >> 1, aDstBtnSize.Height() >> 1 ), aDstBtnSi… in CalculateFocusRectangle()
759 RECT_POINT SvxRectCtl::GetApproxRPFromPixPt( const ::com::sun::star::awt::Point& r ) const in GetApproxRPFromPixPt()
761 return GetRPFromPoint( GetApproxLogPtFromPixPt( Point( r.X, r.Y ) ) ); in GetApproxRPFromPixPt()
830 DrawLine( aPtLT - Point( 0, 0), aPtRB + Point( 0, 0 ) ); in Paint()
831 DrawLine( aPtLB - Point( 0, 0), aPtRT + Point( 0, 0 ) ); in Paint()
834 DrawLine( aPtLM - Point( 0, 0), aPtRM + Point( 0, 0 ) ); in Paint()
835 DrawLine( aPtMT - Point( 0, 0), aPtMB + Point( 0, 0 ) ); in Paint()
837 Point aDiff(aFontSize.Width() / 2, aFontSize.Height() / 2); in Paint()
865 DrawText( aPtRM - Point( 0, aDiff.Y() ), UniString::CreateFromAscii( in Paint()
893 long SvxPixelCtl::PointToIndex(const Point &aPt) const in PointToIndex()
902 Point SvxPixelCtl::IndexToPoint(long nIndex) const in IndexToPoint()
909 Point aPtTl; in IndexToPoint()
919 long SvxPixelCtl::ShowPosition( const Point &pt) in ShowPosition()
921 Point aPt = PixelToLogic( pt ); in ShowPosition()
933 Invalidate(Rectangle(Point(0,0),aRectSize)); in ShowPosition()
1034 Point aPtTl, aPtBr; in Paint()
1044 DrawLine( Point( 0, nTmp ), Point( aRectSize.Width(), nTmp ) ); in Paint()
1047 DrawLine( Point( nTmp, 0 ), Point( nTmp, aRectSize.Height() ) ); in Paint()
1083 DrawLine( Point( 0, 0 ), Point( aRectSize.Width(), aRectSize.Height() ) ); in Paint()
1084 DrawLine( Point( 0, aRectSize.Height() ), Point( aRectSize.Width(), 0 ) ); in Paint()
1088 Rectangle SvxPixelCtl::implCalFocusRect( const Point& aPosition ) in implCalFocusRect()
1110 Point pRepaintPoint( aRectSize.Width() *( aFocusPosition.getX() - 1)/ nLines - 1, in KeyInput()
1636 const Point aNull(0, 0); in formatBitmapExToSize()
1655 aVirtualDevice.DrawBitmapEx(Point(0, 0), rBitmapEx); in formatBitmapExToSize()
1666 Point(x, y), in formatBitmapExToSize()
1672 rBitmapEx = aVirtualDevice.GetBitmap(Point(0, 0), rSize); in formatBitmapExToSize()
2011 aVD.DrawBitmap( Point(), aBitmap ); in Fill()
2013 aVD.GetBitmap( bStart ? Point() : Point( aBmpSize.Width() / 2, 0 ), in Fill()
2035 aVD.DrawBitmap(Point(), rBitmap); in Append()
2038 …aVD.GetBitmap(bStart ? Point() : Point(aBmpSize.Width() / 2, 0 ), Size(aBmpSize.Width() / 2, aBmpS… in Append()
2060 aVD.DrawBitmap(Point(), rBitmap); in Modify()
2063 …aVD.GetBitmap(bStart ? Point() : Point( aBmpSize.Width() / 2, 0 ), Size( aBmpSize.Width() / 2, aBm… in Modify()
2146 const Point aNull(0, 0); in LocalPrePaint()
2167 const Point aEmptyPoint; in LocalPostPaint()
2327 Point aPos = Point( aOutputSize.Width() / 3, aOutputSize.Height() / 2 ); in Paint()
2349 const Rectangle aObjectSize(Point(), GetOutputSize()); in SvxXRectPreview()
2400 const Rectangle aObjectSize( Point( aSize.Width(), aSize.Height() ), aSize ); in SvxXShadowPreview()
2405 const Rectangle aShadowSize( Point( aSize.Width(), aSize.Height() ), aSize ); in SvxXShadowPreview()
2428 void SvxXShadowPreview::SetShadowPosition(const Point& rPos) in SetShadowPosition()