Lines Matching refs:Point

128             aPtLT = Point( 0 + nBorderWidth,  0 + nBorderWidth );  in Resize_Impl()
129 aPtMT = Point( aSize.Width() / 2, 0 + nBorderWidth ); in Resize_Impl()
130 aPtRT = Point( aSize.Width() - nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
132 aPtLM = Point( 0 + nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
133 aPtMM = Point( aSize.Width() / 2, aSize.Height() / 2 ); in Resize_Impl()
134 aPtRM = Point( aSize.Width() - nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
136 aPtLB = Point( 0 + nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
137 aPtMB = Point( aSize.Width() / 2, aSize.Height() - nBorderWidth ); in Resize_Impl()
138 aPtRB = Point( aSize.Width() - nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
142 aPtLT = Point( 0 + 3 * nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
143 aPtMT = Point( aSize.Width() / 2, 0 + nBorderWidth ); in Resize_Impl()
144 aPtRT = Point( aSize.Width() - 3 * nBorderWidth, 0 + nBorderWidth ); in Resize_Impl()
146 aPtLM = Point( 0 + 3 * nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
147 aPtMM = Point( aSize.Width() / 2, aSize.Height() / 2 ); in Resize_Impl()
148 aPtRM = Point( aSize.Width() - 3 * nBorderWidth, aSize.Height() / 2 ); in Resize_Impl()
150 aPtLB = Point( 0 + 3 * nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
151 aPtMB = Point( aSize.Width() / 2, aSize.Height() - nBorderWidth ); in Resize_Impl()
152 aPtRB = Point( aSize.Width() - 3 * nBorderWidth, aSize.Height() - nBorderWidth ); in Resize_Impl()
248 Point aPtLast = aPtNew; in MouseButtonDown()
258 Invalidate( Rectangle( aPtLast - Point( nRadius, nRadius ), in MouseButtonDown()
259 aPtLast + Point( nRadius, nRadius ) ) ); in MouseButtonDown()
260 Invalidate( Rectangle( aPtNew - Point( nRadius, nRadius ), in MouseButtonDown()
261 aPtNew + Point( nRadius, nRadius ) ) ); in MouseButtonDown()
388 Point aPtDiff( PixelToLogic( Point( 1, 1 ) ) ); in Paint()
394 DrawRect( Rectangle( Point(0,0), GetOutputSize() ) ); in Paint()
423 DrawLine( aPtLM - Point( 2 * nBorderWidth, 0) + aPtDiff, in Paint()
424 aPtRM + Point( 2 * nBorderWidth, 0 ) + aPtDiff ); in Paint()
427 DrawLine( aPtLM - Point( 2 * nBorderWidth, 0), in Paint()
428 aPtRM + Point( 2 * nBorderWidth, 0 ) ); in Paint()
455 Point aToCenter( aDstBtnSize.Width() >> 1, aDstBtnSize.Height() >> 1); in Paint()
456 Point aBtnPnt1( IsEnabled()?0:22,0 ); in Paint()
457 Point aBtnPnt2( 11,0 ); in Paint()
458 Point aBtnPnt3( 22,0 ); in Paint()
504 Point aCenterPt( aPtNew ); in Paint()
516 Point SvxRectCtl::GetPointFromRP( RECT_POINT _eRP) const in GetPointFromRP()
544 Point SvxRectCtl::SetActualRPWithoutInvalidate( RECT_POINT eNewRP ) in SetActualRPWithoutInvalidate()
546 Point aPtLast = aPtNew; in SetActualRPWithoutInvalidate()
582 Point SvxRectCtl::GetApproxLogPtFromPixPt( const Point& rPt ) const in GetApproxLogPtFromPixPt()
584 Point aPt = PixelToLogic( rPt ); in GetApproxLogPtFromPixPt()
612 return Point( x, y ); in GetApproxLogPtFromPixPt()
620 RECT_POINT SvxRectCtl::GetRPFromPoint( Point aPt ) const in GetRPFromPoint()
661 Point aPtLast( SetActualRPWithoutInvalidate( eNewRP ) ); in SetActualRP()
663 …Invalidate( Rectangle( aPtLast - Point( nRadius, nRadius ), aPtLast + Point( nRadius, nRadius ) ) … in SetActualRP()
664 … Invalidate( Rectangle( aPtNew - Point( nRadius, nRadius ), aPtNew + Point( nRadius, nRadius ) ) ); in SetActualRP()
674 Point aPtLast( GetPointFromRP( eRP ) ); in SetState()
675 Point _aPtNew( aPtLast ); in SetState()
698 …return Rectangle( aPtNew - Point( aDstBtnSize.Width() >> 1, aDstBtnSize.Height() >> 1 ), aDstBtnSi… in CalculateFocusRectangle()
741 RECT_POINT SvxRectCtl::GetApproxRPFromPixPt( const ::com::sun::star::awt::Point& r ) const in GetApproxRPFromPixPt()
743 return GetRPFromPoint( GetApproxLogPtFromPixPt( Point( r.X, r.Y ) ) ); in GetApproxRPFromPixPt()
804 DrawLine( aPtLT - Point( 0, 0), aPtRB + Point( 0, 0 ) ); in Paint()
805 DrawLine( aPtLB - Point( 0, 0), aPtRT + Point( 0, 0 ) ); in Paint()
808 DrawLine( aPtLM - Point( 0, 0), aPtRM + Point( 0, 0 ) ); in Paint()
809 DrawLine( aPtMT - Point( 0, 0), aPtMB + Point( 0, 0 ) ); in Paint()
811 Point aDiff(aFontSize.Width() / 2, aFontSize.Height() / 2); in Paint()
839 DrawText( aPtRM - Point( 0, aDiff.Y() ), UniString::CreateFromAscii( in Paint()
865 long SvxPixelCtl::PointToIndex(const Point &aPt) const in PointToIndex()
874 Point SvxPixelCtl::IndexToPoint(long nIndex) const in IndexToPoint()
881 Point aPtTl; in IndexToPoint()
891 long SvxPixelCtl::ShowPosition( const Point &pt) in ShowPosition()
893 Point aPt = PixelToLogic( pt ); in ShowPosition()
905 Invalidate(Rectangle(Point(0,0),aRectSize)); in ShowPosition()
998 Point aPtTl, aPtBr; in Paint()
1008 DrawLine( Point( 0, nTmp ), Point( aRectSize.Width(), nTmp ) ); in Paint()
1011 DrawLine( Point( nTmp, 0 ), Point( nTmp, aRectSize.Height() ) ); in Paint()
1047 DrawLine( Point( 0, 0 ), Point( aRectSize.Width(), aRectSize.Height() ) ); in Paint()
1048 DrawLine( Point( 0, aRectSize.Height() ), Point( aRectSize.Width(), 0 ) ); in Paint()
1052 Rectangle SvxPixelCtl::implCalFocusRect( const Point& aPosition ) in implCalFocusRect()
1074 Point pRepaintPoint( aRectSize.Width() *( aFocusPosition.getX() - 1)/ nLines - 1, in KeyInput()
1574 const Point aNull(0, 0); in formatBitmapExToSize()
1593 aVirtualDevice.DrawBitmapEx(Point(0, 0), rBitmapEx); in formatBitmapExToSize()
1604 Point(x, y), in formatBitmapExToSize()
1610 rBitmapEx = aVirtualDevice.GetBitmap(Point(0, 0), rSize); in formatBitmapExToSize()
1941 aVD.DrawBitmap( Point(), aBitmap ); in Fill()
1943 aVD.GetBitmap( bStart ? Point() : Point( aBmpSize.Width() / 2, 0 ), in Fill()
1965 aVD.DrawBitmap(Point(), rBitmap); in Append()
1968 …aVD.GetBitmap(bStart ? Point() : Point(aBmpSize.Width() / 2, 0 ), Size(aBmpSize.Width() / 2, aBmpS… in Append()
1990 aVD.DrawBitmap(Point(), rBitmap); in Modify()
1993 …aVD.GetBitmap(bStart ? Point() : Point( aBmpSize.Width() / 2, 0 ), Size( aBmpSize.Width() / 2, aBm… in Modify()
2076 const Point aNull(0, 0); in LocalPrePaint()
2097 const Point aEmptyPoint; in LocalPostPaint()
2255 Point aPos = Point( aOutputSize.Width() / 3, aOutputSize.Height() / 2 ); in Paint()
2275 const Rectangle aObjectSize(Point(), GetOutputSize()); in SvxXRectPreview()
2324 const Rectangle aObjectSize( Point( aSize.Width(), aSize.Height() ), aSize ); in SvxXShadowPreview()
2329 const Rectangle aShadowSize( Point( aSize.Width(), aSize.Height() ), aSize ); in SvxXShadowPreview()
2352 void SvxXShadowPreview::SetShadowPosition(const Point& rPos) in SetShadowPosition()