| /aoo41x/main/sw/source/core/layout/ | 
| H A D | paintfrm.cxx | 3834 	SwRect aOut( rOutRect );  in PaintShadow()3891 				rOutRect.Right ( rOutRect.Right() - nWidth );  in PaintShadow()
 3892 				rOutRect.Bottom( rOutRect.Bottom()- nHeight );  in PaintShadow()
 3919 				rOutRect.Left( rOutRect.Left() + nWidth );  in PaintShadow()
 3920 				rOutRect.Top(  rOutRect.Top() + nHeight );  in PaintShadow()
 3947                 rOutRect.Right( rOutRect.Right() - nWidth );  in PaintShadow()
 3948 				rOutRect.Top( rOutRect.Top() + nHeight );  in PaintShadow()
 3975 				rOutRect.Left( rOutRect.Left() + nWidth );  in PaintShadow()
 3976 				rOutRect.Bottom( rOutRect.Bottom() - nHeight );  in PaintShadow()
 4035 							 const SwRect& rOutRect,  in PaintBorderLine()  argument
 [all …]
 
 | 
| /aoo41x/main/soldep/source/ | 
| H A D | tbox.cxx | 532 void SoldepToolBox::SetDockingRects( const Rectangle& rOutRect,  in SetDockingRects()  argument535 	if(rOutRect != aOutRect || rInRect != aInRect)  in SetDockingRects()
 537 		ToolBox::SetDockingRects(rOutRect,rInRect);  in SetDockingRects()
 540 		aOutRect = rOutRect;  in SetDockingRects()
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | event.hxx | 254                                        const Rectangle& rOutRect,271                                      const Rectangle& rOutRect,  in UserDrawEvent()  argument
 273             maOutRect( rOutRect )  in UserDrawEvent()
 
 | 
| H A D | toolbox.hxx | 529     void                SetDockingRects( const Rectangle& rOutRect,661 inline void ToolBox::SetDockingRects( const Rectangle& rOutRect,  in SetDockingRects()  argument
 664     maOutDockRect = rOutRect;  in SetDockingRects()
 
 | 
| /aoo41x/main/editeng/source/outliner/ | 
| H A D | outlin2.cxx | 223 void Outliner::Draw( OutputDevice* pOutDev, const Rectangle& rOutRect )  in Draw()  argument226 	pEditEngine->Draw( pOutDev, rOutRect );  in Draw()
 229 void Outliner::Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const Point& rStartDocPos )  in Draw()  argument
 232 	pEditEngine->Draw( pOutDev, rOutRect, rStartDocPos );  in Draw()
 
 | 
| /aoo41x/main/editeng/source/editeng/ | 
| H A D | editeng.cxx | 249 void EditEngine::Draw( OutputDevice* pOutDev, const Rectangle& rOutRect )  in Draw()  argument252 	Draw( pOutDev, rOutRect, Point( 0, 0 ) );  in Draw()
 274 void EditEngine::Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const Point& rStartDocPos )  in Draw()  argument
 276 	Draw( pOutDev, rOutRect, rStartDocPos, sal_True );  in Draw()
 279 void EditEngine::Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const Point& rStartDocPos,…  in Draw()  argument
 290 	Rectangle aOutRect( pOutDev->LogicToPixel( rOutRect ) );  in Draw()
 318 …tring( GetPaperSize().Width() ).GetStr() << ",\tOut-Width: " << String( rOutRect.GetWidth() ).GetS…  in Draw()
 319 …ing( GetPaperSize().Height() ).GetStr() << ",\tOut-Height: " << String( rOutRect.GetHeight() ).Get…  in Draw()
 335 			 ( rOutRect.GetHeight() >= (long)GetTextHeight() ) &&  in Draw()
 336 			 ( rOutRect.GetWidth() >= (long)CalcTextWidth() ) )  in Draw()
 
 | 
| /aoo41x/main/editeng/inc/editeng/ | 
| H A D | editeng.hxx | 306 	void			Draw( OutputDevice* pOutDev, const Rectangle& rOutRect );307 	void			Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const Point& rStartDocPos );
 308 …void			Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const Point& rStartDocPos, sal_Bool…
 
 | 
| H A D | outliner.hxx | 879 	void            Draw( OutputDevice* pOutDev, const Rectangle& rOutRect );880 …void            Draw( OutputDevice* pOutDev, const Rectangle& rOutRect, const Point& rStartDocPos …
 
 | 
| /aoo41x/main/svtools/source/filter/wmf/ | 
| H A D | winmtf.hxx | 481 				BSaveStruct( const Bitmap& rBmp, const Rectangle& rOutRect, sal_uInt32 nRop ) :  in BSaveStruct()482 					aBmp( rBmp ), aOutRect( rOutRect ), nWinRop( nRop ){};  in BSaveStruct()
 
 | 
| /aoo41x/main/soldep/inc/soldep/ | 
| H A D | tbox.hxx | 81 	void			SetDockingRects( const Rectangle& rOutRect,
 | 
| /aoo41x/main/vcl/inc/ | 
| H A D | printergfx.hxx | 418     sal_Bool        GetGlyphBoundRect (sal_Unicode c, Rectangle& rOutRect);
 |