| /aoo42x/main/vcl/source/window/ | 
| H A D | decoview.cxx | 47 	long	nMin	= Min( rRect.GetWidth(), rRect.GetHeight() );  in ImplDrawSymbol()444                     rRect.Bottom() - rRect.GetHeight() / 3 );  in ImplDrawSymbol()
 445 …        Point aPos2( bRTL ? rRect.Right() - rRect.GetWidth()/3 : rRect.Left() + rRect.GetWidth()/3,  in ImplDrawSymbol()
 702 			    pDev->DrawLine( Point( rRect.Left()+1, rRect.Top()), Point( rRect.Right()-1, rRect.Top()) );  in ImplDrawDPILineRect()
 703 … pDev->DrawLine( Point( rRect.Left()+1, rRect.Bottom()), Point( rRect.Right()-1, rRect.Bottom()) );  in ImplDrawDPILineRect()
 704 …	    pDev->DrawLine( Point( rRect.Left(), rRect.Top()+1), Point( rRect.Left(), rRect.Bottom()-1) );  in ImplDrawDPILineRect()
 705 …   pDev->DrawLine( Point( rRect.Right(), rRect.Top()+1), Point( rRect.Right(), rRect.Bottom()-1) );  in ImplDrawDPILineRect()
 1167 	rRect.Left()++;  in ImplDrawButton()
 1168 	rRect.Top()++;  in ImplDrawButton()
 1175 		rRect.Top()++;  in ImplDrawButton()
 [all …]
 
 | 
| H A D | splitwin.cxx | 1787 		rRect.Right()	= rRect.Left()+SPLITWIN_SPLITSIZEAUTOHIDE;  in ImplGetButtonRect()1799 		rRect.Right()	= rRect.Left()+SPLITWIN_SPLITSIZEAUTOHIDE;  in ImplGetButtonRect()
 1812 		rRect.Bottom()	= rRect.Top()+SPLITWIN_SPLITSIZEAUTOHIDE;  in ImplGetButtonRect()
 1888 		DrawLine( Point( rRect.Left(), rRect.Top() ), Point( rRect.Left(), rRect.Bottom() ) );  in ImplDrawButtonRect()
 1889 		DrawLine( Point( rRect.Left(), rRect.Top() ), Point( rRect.Right(), rRect.Top() ) );  in ImplDrawButtonRect()
 1891 		DrawLine( Point( rRect.Right(), rRect.Top() ), Point( rRect.Right(), rRect.Bottom() ) );  in ImplDrawButtonRect()
 1892 		DrawLine( Point( rRect.Left(), rRect.Bottom() ), Point( rRect.Right(), rRect.Bottom() ) );  in ImplDrawButtonRect()
 1918 		DrawLine( Point( rRect.Left(), rRect.Top() ), Point( rRect.Right(), rRect.Top() ) );  in ImplDrawButtonRect()
 1919 		DrawLine( Point( rRect.Left(), rRect.Top() ), Point( rRect.Left(), rRect.Bottom() ) );  in ImplDrawButtonRect()
 1921 		DrawLine( Point( rRect.Right(), rRect.Top() ), Point( rRect.Right(), rRect.Bottom() ) );  in ImplDrawButtonRect()
 [all …]
 
 | 
| /aoo42x/main/starmath/source/ | 
| H A D | rect.cxx | 106 :	aTopLeft(rRect.aTopLeft),  in SmRect()107 	aSize(rRect.aSize)  in SmRect()
 378 				aPos.Y() += SmFromTo(rRect.GetAlignB(), rRect.GetAlignT(), 0.4)  in AlignTo()
 415 	if (rRect.IsEmpty())  in Union()
 420 		  nT  = rRect.GetTop(),  in Union()
 464 	Union(rRect);  in ExtendBy()
 469 		CopyAlignInfo(rRect);  in ExtendBy()
 482 				CopyMBL(rRect);  in ExtendBy()
 490 					CopyMBL(rRect);  in ExtendBy()
 702 	{	rRect.SetEmpty();  in SmGetGlyphBoundRect()
 [all …]
 
 | 
| /aoo42x/main/svx/source/dialog/ | 
| H A D | swframeexample.cxx | 243 					rRect.Left() = aPage.Left();  in CalcBoundRect_Impl()244 					rRect.Right() = aPage.Right();  in CalcBoundRect_Impl()
 254 					rRect.Left() = aPage.Left();  in CalcBoundRect_Impl()
 274 					rRect.Top() = aPage.Top();  in CalcBoundRect_Impl()
 330 					rRect.Left() = aPara.Left();  in CalcBoundRect_Impl()
 340 					rRect.Left() = aPage.Left();  in CalcBoundRect_Impl()
 350 					rRect.Left() = aPage.Left();  in CalcBoundRect_Impl()
 360 					rRect.Left() = aPara.Left();  in CalcBoundRect_Impl()
 378 					rRect.Top() = aPara.Top();  in CalcBoundRect_Impl()
 418 					rRect.Bottom() = rRect.Top();  in CalcBoundRect_Impl()
 [all …]
 
 | 
| H A D | framelink.cxx | 192                             maBeg( bTLBR ? rRect.TopLeft() : rRect.TopRight() ),  in LinePoints()193                             maEnd( bTLBR ? rRect.BottomRight() : rRect.BottomLeft() ) {}  in LinePoints()
 1000     LinePoints aPoints( rRect, bTLBR );  in lclGetDiagLineEnds()
 1001     bool bVert = rRect.GetWidth() < rRect.GetHeight();  in lclGetDiagLineEnds()
 1002     double fAngle = bVert ? GetVerDiagAngle( rRect ) : GetHorDiagAngle( rRect );  in lclGetDiagLineEnds()
 1039     Rectangle aClipRect( rRect );  in lclPushDiagClipRect()
 1083 …        aLPoints.maBeg, aLPoints.maEnd, rRect.BottomRight(), rRect.BottomLeft(), rRect.TopLeft() );  in lclPushCrossingClipRegion()
 1085 …        aRPoints.maBeg, aRPoints.maEnd, rRect.BottomRight(), rRect.TopRight(), rRect.TopLeft() ) );  in lclPushCrossingClipRegion()
 1090             aLPoints.maBeg, aLPoints.maEnd, rRect.BottomLeft(), rRect.TopLeft(), rRect.TopRight() );  in lclPushCrossingClipRegion()
 1092 …     aRPoints.maBeg, aRPoints.maEnd, rRect.BottomLeft(), rRect.BottomRight(), rRect.TopRight() ) );  in lclPushCrossingClipRegion()
 [all …]
 
 | 
| /aoo42x/main/sw/source/core/bastyp/ | 
| H A D | swrect.cxx | 49 	m_Point( rRect.Left(), rRect.Top() )  in SwRect()52 							rRect.Right()  - rRect.Left() +1);  in SwRect()
 54 							rRect.Bottom() - rRect.Top() + 1);  in SwRect()
 92 		Top( rRect.Top() );  in Union()
 98 	n = rRect.Bottom();  in Union()
 128 		n = rRect.Bottom();  in Intersection()
 152 	n = rRect.Bottom();  in _Intersection()
 175 	return (Left() <= rRect.Left()) && (rRect.Left()<= nRight)  &&  in IsInside()
 177 		   (Top()  <= rRect.Top())	&& (rRect.Top() <= nBottom) &&  in IsInside()
 326 	rStream << '[' << rRect.Top()   << '/' << rRect.Left()  in operator <<()
 [all …]
 
 | 
| /aoo42x/main/vcl/source/gdi/ | 
| H A D | region.cxx | 586     const long nLeft(std::min(rRect.Left(), rRect.Right()));  in Union()587     const long nTop(std::min(rRect.Top(), rRect.Bottom()));  in Union()
 588     const long nRight(std::max(rRect.Left(), rRect.Right()));  in Union()
 679     const long nLeft(std::min(rRect.Left(), rRect.Right()));  in Intersect()
 680     const long nTop(std::min(rRect.Top(), rRect.Bottom()));  in Intersect()
 739                 basegfx::B2DRectangle(rRect.Left(), rRect.Top(), rRect.Right(), rRect.Bottom())));  in Exclude()
 760     const long nLeft(std::min(rRect.Left(), rRect.Right()));  in Exclude()
 761     const long nTop(std::min(rRect.Top(), rRect.Bottom()));  in Exclude()
 822                 basegfx::B2DRectangle(rRect.Left(), rRect.Top(), rRect.Right(), rRect.Bottom())));  in XOr()
 845     const long nLeft(std::min(rRect.Left(), rRect.Right()));  in XOr()
 [all …]
 
 | 
| H A D | gdimetafiletools.cxx | 328                         rRect.Left(), rRect.Top(),  in clipMetafileContentAgainstOwnRegions()329                         rRect.Right(), rRect.Bottom());  in clipMetafileContentAgainstOwnRegions()
 526                                         rRect.Left(), rRect.Top(),  in clipMetafileContentAgainstOwnRegions()
 527                                         rRect.Right(), rRect.Bottom()))),  in clipMetafileContentAgainstOwnRegions()
 547 …          const basegfx::B2DRange aRange(rRect.Left(), rRect.Top(), rRect.Right(), rRect.Bottom());  in clipMetafileContentAgainstOwnRegions()
 584 …          const basegfx::B2DRange aRange(rRect.Left(), rRect.Top(), rRect.Right(), rRect.Bottom());  in clipMetafileContentAgainstOwnRegions()
 611                             rRect,   in clipMetafileContentAgainstOwnRegions()
 637                             rRect,   in clipMetafileContentAgainstOwnRegions()
 663                             rRect,   in clipMetafileContentAgainstOwnRegions()
 992                                         rRect.Left(), rRect.Top(),  in clipMetafileContentAgainstOwnRegions()
 [all …]
 
 | 
| H A D | pdfwriter.cxx | 115                          const Rectangle& rRect,  in DrawText()  argument119     ((PDFWriterImpl*)pImplementation)->drawText( rRect, rStr, nStyle );  in DrawText()
 142 void PDFWriter::DrawRect( const Rectangle& rRect )  in DrawRect()  argument
 144     ((PDFWriterImpl*)pImplementation)->drawRectangle( rRect );  in DrawRect()
 152 void PDFWriter::DrawEllipse( const Rectangle& rRect )  in DrawEllipse()  argument
 154     ((PDFWriterImpl*)pImplementation)->drawEllipse( rRect );  in DrawEllipse()
 262     ((PDFWriterImpl*)pImplementation)->drawGradient( rRect, rGradient );  in DrawGradient()
 350 void PDFWriter::IntersectClipRegion( const Rectangle& rRect )  in IntersectClipRegion()  argument
 352     ((PDFWriterImpl*)pImplementation)->intersectClipRegion( rRect );  in IntersectClipRegion()
 504 void PDFWriter::SetStructureBoundingBox( const Rectangle& rRect )  in SetStructureBoundingBox()  argument
 [all …]
 
 | 
| H A D | outdev4.cxx | 678 		DrawRect( rRect );  in DrawGradient()1270 		const long		nYOff = FRound( ( rRect.Right() - rRect.Left() ) * fTan );  in ImplCalcHatchValues()
 1278 			rPt2 = Point( rRect.Right(), rRect.Top() - nYOff );  in ImplCalcHatchValues()
 1279 			rEndPt1 = Point( rRect.Left(), rRect.Bottom() + nYOff );  in ImplCalcHatchValues()
 1285 			rPt2 = Point( rRect.Left(), rRect.Top() - nYOff );  in ImplCalcHatchValues()
 1286 			rEndPt1 = Point( rRect.Right(), rRect.Bottom() + nYOff );  in ImplCalcHatchValues()
 1302 		const long	 nXOff = FRound( ( rRect.Bottom() - rRect.Top() ) / fTan );  in ImplCalcHatchValues()
 1310 			rPt2 = Point( rRect.Left() - nXOff, rRect.Bottom() );  in ImplCalcHatchValues()
 1311 			rEndPt1 = Point( rRect.Right() + nXOff, rRect.Top() );  in ImplCalcHatchValues()
 1317 			rPt2 = Point( rRect.Left() - nXOff, rRect.Top() );  in ImplCalcHatchValues()
 [all …]
 
 | 
| H A D | outdev5.cxx | 47 void OutputDevice::DrawRect( const Rectangle& rRect,  in DBG_NAMEEX()59 	const Rectangle aRect( ImplLogicToDevicePixel( rRect ) );  in DBG_NAMEEX()
 107 void OutputDevice::DrawEllipse( const Rectangle& rRect )  in DrawEllipse()  argument
 118 	Rectangle aRect( ImplLogicToDevicePixel( rRect ) );  in DrawEllipse()
 152         mpAlphaVDev->DrawEllipse( rRect );  in DrawEllipse()
 157 void OutputDevice::DrawArc( const Rectangle& rRect,  in DrawArc()  argument
 169 	Rectangle aRect( ImplLogicToDevicePixel( rRect ) );  in DrawArc()
 204 void OutputDevice::DrawPie( const Rectangle& rRect,  in DrawPie()  argument
 216 	Rectangle aRect( ImplLogicToDevicePixel( rRect ) );  in DrawPie()
 258 void OutputDevice::DrawChord( const Rectangle& rRect,  in DrawChord()  argument
 [all …]
 
 | 
| /aoo42x/main/tools/source/generic/ | 
| H A D | gen.cxx | 227     if ( rRect.IsEmpty() )  in Union()231         *this = rRect;  in Union()
 234         nLeft  =  Min( Min( nLeft, rRect.nLeft ), Min( nRight, rRect.nRight )   );  in Union()
 235         nRight  = Max( Max( nLeft, rRect.nLeft ), Max( nRight, rRect.nRight )   );  in Union()
 236         nTop    = Min( Min( nTop, rRect.nTop ),   Min( nBottom, rRect.nBottom ) );  in Union()
 237         nBottom = Max( Max( nTop, rRect.nTop ),   Max( nBottom, rRect.nBottom ) );  in Union()
 363     if ( IsInside( rRect.TopLeft() ) && IsInside( rRect.BottomRight() ) )  in IsInside()
 464 		rIStream >> rRect.nLeft >> rRect.nTop >> rRect.nRight >> rRect.nBottom;  in operator >>()
 486 		if ( rRect.nLeft < 0 )  in operator <<()
 527 		if ( rRect.nTop < 0 )  in operator <<()
 [all …]
 
 | 
| /aoo42x/main/tools/inc/tools/ | 
| H A D | gen.hxx | 644 	return aTmpRect.Union( rRect );  in GetUnion()656 			(nTop	 == rRect.nTop	  ) &&  in operator ==()
 658 			(nBottom == rRect.nBottom ));  in operator ==()
 664 			(nTop	 != rRect.nTop	  ) ||  in operator !=()
 666 			(nBottom != rRect.nBottom ));  in operator !=()
 693 	Rectangle aRect( rRect.nLeft  + rPt.X(), rRect.nTop    + rPt.Y(),  in operator +()
 694 					 (rRect.nRight	== RECT_EMPTY) ? RECT_EMPTY : rRect.nRight + rPt.X(),  in operator +()
 695 					 (rRect.nBottom == RECT_EMPTY) ? RECT_EMPTY : rRect.nBottom + rPt.Y() );  in operator +()
 702 					 rRect.nTop - rPt.Y(),  in operator -()
 703 					 (rRect.nRight	== RECT_EMPTY) ? RECT_EMPTY : rRect.nRight - rPt.X(),  in operator -()
 [all …]
 
 | 
| /aoo42x/main/svtools/source/control/ | 
| H A D | taskmisc.cxx | 105 		ImplVert( rRect );  in ImplTile()118 	long		nX = rRect.Left();  in ImplTile()
 119 	long		nY = rRect.Top();  in ImplTile()
 192 	long		nX = rRect.Left();  in ImplHorz()
 193 	long		nY = rRect.Top();  in ImplHorz()
 227 	long		nY = rRect.Top();  in ImplVert()
 260 	long		nY = rRect.Top();  in ImplCascade()
 360 			ImplTile( rRect );  in Arrange()
 363 			ImplHorz( rRect );  in Arrange()
 366 			ImplVert( rRect );  in Arrange()
 [all …]
 
 | 
| /aoo42x/main/basegfx/source/tools/ | 
| H A D | canvastools.cxx | 479 											  rRect.getMaxZ());  in rectangle3DFromB3DRectangle()496             return ::basegfx::B2DRange( rRect.X1,  in b2DRectangleFromRealRectangle2D()
 497                                         rRect.Y1,  in b2DRectangleFromRealRectangle2D()
 498                                         rRect.X2,  in b2DRectangleFromRealRectangle2D()
 504             return ::basegfx::B3DRange( rRect.X1,  in b3DRectangleFromRealRectangle3D()
 505                                         rRect.Y1,  in b3DRectangleFromRealRectangle3D()
 509 										rRect.Z2);  in b3DRectangleFromRealRectangle3D()
 589             return ::basegfx::B2IRange( rRect.X,  in b2IRectangleFromAwtRectangle()
 590                                         rRect.Y,  in b2IRectangleFromAwtRectangle()
 591                                         rRect.X + rRect.Width,  in b2IRectangleFromAwtRectangle()
 [all …]
 
 | 
| /aoo42x/main/sw/inc/ | 
| H A D | swrect.hxx | 37 	inline SwRect( const SwRect &rRect );43 	SwRect( const Rectangle &rRect );
 77 		   SwRect &Union( const SwRect& rRect );
 264 	m_Point = rRect.m_Point;  in operator =()
 265 	m_Size = rRect.m_Size;  in operator =()
 270 	return (m_Point == rRect.m_Point && m_Size == rRect.m_Size);  in operator ==()
 274 	return (m_Point != rRect.m_Point || m_Size != rRect.m_Size);  in operator !=()
 313 	return SwRect( *this ).Intersection( rRect );  in GetIntersection()
 338 inline SwRect::SwRect( const SwRect &rRect ) :  in SwRect()  argument
 339 	m_Point( rRect.m_Point ),  in SwRect()
 [all …]
 
 | 
| /aoo42x/main/canvas/source/directx/ | 
| H A D | dx_impltools.cxx | 322                                   rRect.X2 - rRect.X1,   in gdiPlusRectFromIntegerRectangle2D()323                                   rRect.Y2 - rRect.Y1 );  in gdiPlusRectFromIntegerRectangle2D()
 330                                    static_cast<Gdiplus::REAL>(rRect.X2 - rRect.X1),   in gdiPlusRectFFromRectangle2D()
 331                                    static_cast<Gdiplus::REAL>(rRect.Y2 - rRect.Y1) );  in gdiPlusRectFFromRectangle2D()
 336             RECT aRect = {rRect.getMinX(),  in gdiRectFromB2IRect()
 351             return geometry::RealRectangle2D( rRect.X, rRect.Y,  in realRectangle2DFromGdiPlusRectF()
 352                                               rRect.X + rRect.Width,   in realRectangle2DFromGdiPlusRectF()
 353                                               rRect.Y + rRect.Height );  in realRectangle2DFromGdiPlusRectF()
 363             return ::basegfx::B2DRange( rRect.X, rRect.Y,  in b2dRangeFromGdiPlusRectF()
 364                                         rRect.X + rRect.Width,   in b2dRangeFromGdiPlusRectF()
 [all …]
 
 | 
| /aoo42x/main/sw/source/core/layout/ | 
| H A D | paintfrm.cxx | 405 	SwRect( rRect ),  in SwLineRect()420 		if ( Left()  == rRect.Left() && Width() == rRect.Width() )  in MakeUnion()
 435 		if ( Top()	== rRect.Top() && Height() == rRect.Height() )  in MakeUnion()
 462 			 (rLRect.Height() > rLRect.Width()) == (rRect.Height() > rRect.Width()) &&  in AddLineRect()
 647 	if ( rRect.Height() > DEF_LINE_WIDTH_4 || rRect.Width() > DEF_LINE_WIDTH_4 )  in Ins()
 1196 		rRect = pFrm->Prt();  in lcl_CalcBorderRect()
 1200 		rRect = pFrm->Frm();  in lcl_CalcBorderRect()
 1203 		rRect = pFrm->Prt();  in lcl_CalcBorderRect()
 3275             nLimit = rRect.Left() + rRect.Width();  in SwShortCut()
 3281         nLimit = rRect.Top() + rRect.Height();  in SwShortCut()
 [all …]
 
 | 
| H A D | flylay.cxx | 1089 			rRect = pClip->Frm();  in CalcClipRect()1134                     rRect.Union( aTmp );  in CalcClipRect()
 1146                         rRect.Union( aTmp );  in CalcClipRect()
 1204                         rRect  = pUp->Prt();  in CalcClipRect()
 1248                         rRect = pUp->Prt();  in CalcClipRect()
 1273                     rRect.Union( aTmp );  in CalcClipRect()
 1283             rRect = pUp->Frm();  in CalcClipRect()
 1286                 rRect += pUp->Prt().Pos();  in CalcClipRect()
 1341             rRect = pUp->Prt();  in CalcClipRect()
 1342             rRect += pUp->Frm().Pos();  in CalcClipRect()
 [all …]
 
 | 
| /aoo42x/main/svtools/source/contnr/ | 
| H A D | imivctl2.cxx | 57 		const Rectangle& rRect=  in GetSortListPos()  local61 			nCurValue = rRect.Top();  in GetSortListPos()
 63 			nCurValue = rRect.Left();  in GetSortListPos()
 89 		short nY = (short)( ((rRect.Top()+rRect.Bottom())/2) / nDeltaHeight );  in ImplCreate()
 90 		short nX = (short)( ((rRect.Left()+rRect.Right())/2) / nDeltaWidth );  in ImplCreate()
 148 				if( rRect.Top() > rRefRect.Top() )  in SearchCol()
 162 					if( rRect.Top() < rRefRect.Top() )  in SearchCol()
 507 			short nY = (short)( ((rRect.Top()+rRect.Bottom())/2) / pView->nGridDY );  in CreateGridAjustData()
 527 			short nY = (short)( ((rRect.Top()+rRect.Bottom())/2) / pView->nGridDY );  in CreateGridAjustData()
 747 		if( _aLastOccupiedGrid == rRect )  in OccupyGrids()
 [all …]
 
 | 
| H A D | svimpicn.cxx | 2892 	if( rRect.Top() < 0 )  in ClipAtVirtOutRect()2893 		rRect.Top() = 0;  in ClipAtVirtOutRect()
 2895 		rRect.Left() = 0;  in ClipAtVirtOutRect()
 3106 		short nY = (short)( ((rRect.Top()+rRect.Bottom())/2) / nDeltaHeight );  in ImplCreate()
 3107 		short nX = (short)( ((rRect.Left()+rRect.Right())/2) / nDeltaWidth );  in ImplCreate()
 3576 			rRect.Bottom() = rRect.Top() + nGridDY;  in FindEmptyGridRect()
 3578 			rRect.Right() = rRect.Left() + nGridDX;  in FindEmptyGridRect()
 3590 	rRect.Bottom() = rRect.Top() + nGridDY;  in FindEmptyGridRect()
 3592 	rRect.Right() = rRect.Left() + nGridDX;  in FindEmptyGridRect()
 3617 			short nY = (short)( ((rRect.Top()+rRect.Bottom())/2) / pView->nGridDY );  in CreateGridAjustData()
 [all …]
 
 | 
| /aoo42x/main/framework/source/layoutmanager/ | 
| H A D | helpers.cxx | 149     rRect.setX(0);  in setZeroRectangle()150     rRect.setY(0);  in setZeroRectangle()
 151     rRect.setWidth(0);  in setZeroRectangle()
 152     rRect.setHeight(0);  in setZeroRectangle()
 254     aRect.X = rRect.Left();  in putRectangleValueToAWT()
 255     aRect.Y = rRect.Top();  in putRectangleValueToAWT()
 265     aRect.Left() = rRect.X;  in putAWTToRectangle()
 266     aRect.Top() = rRect.Y;  in putAWTToRectangle()
 277     aRect.Y = rRect.Top();  in convertRectangleToAWT()
 288     aRect.Right()  = rRect.X + rRect.Width;  in convertAWTToRectangle()
 [all …]
 
 | 
| /aoo42x/main/svx/source/svdraw/ | 
| H A D | svdocapt.cxx | 102 		nX=rRect.Right()-rRect.Left();  in CalcEscPos()104 		nY=rRect.Bottom()-rRect.Top();  in CalcEscPos()
 110 	nX+=rRect.Left();  in CalcEscPos()
 111 	nY+=rRect.Top();  in CalcEscPos()
 132 		Point aLft(rRect.Left()-nGap,nY);  in CalcEscPos()
 133 		Point aRgt(rRect.Right()+nGap,nY);  in CalcEscPos()
 144 		Point aTop(nX,rRect.Top()-nGap);  in CalcEscPos()
 145 		Point aBtm(nX,rRect.Bottom()+nGap);  in CalcEscPos()
 206 	SdrRectObj(OBJ_TEXT,rRect),  in SdrCaptionObj()
 214 	SdrRectObj(OBJ_TEXT,rRect),  in SdrCaptionObj()
 [all …]
 
 | 
| /aoo42x/main/basegfx/test/ | 
| H A D | testtools.cxx | 174             plot( B2DPoint(rRect.getMinX(),  in plot()175                            rRect.getMinY()),   in plot()
 176                   B2DPoint(rRect.getMaxX(),  in plot()
 178             plot( B2DPoint(rRect.getMaxX(),  in plot()
 179                            rRect.getMinY()),   in plot()
 180                   B2DPoint(rRect.getMaxX(),  in plot()
 182             plot( B2DPoint(rRect.getMaxX(),  in plot()
 183                            rRect.getMaxY()),   in plot()
 184                   B2DPoint(rRect.getMinX(),  in plot()
 186             plot( B2DPoint(rRect.getMinX(),  in plot()
 [all …]
 
 | 
| /aoo42x/main/sd/source/ui/view/ | 
| H A D | drviewsh.cxx | 97 	Size aLogicSize(rRect.GetSize());  in MakeVisible()113 			SetZoomRect(rRect);  in MakeVisible()
 129 				if(aInnerRectangle.Left() > rRect.Right())  in MakeVisible()
 135 				if(aInnerRectangle.Right() < rRect.Left())  in MakeVisible()
 143 				if(nFreeSpaceX > rRect.GetWidth())  in MakeVisible()
 144 					nFreeSpaceX = rRect.GetWidth();  in MakeVisible()
 149 				while(rRect.Left() < aNewPos.X())  in MakeVisible()
 155 				if(aInnerRectangle.Top() > rRect.Bottom())  in MakeVisible()
 169 				if(nFreeSpaceY > rRect.GetHeight())  in MakeVisible()
 170 					nFreeSpaceY = rRect.GetHeight();  in MakeVisible()
 [all …]
 
 |