Searched refs:rOutRect (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sw/source/core/layout/ |
H A D | paintfrm.cxx | 3947 SwRect aOut( rOutRect ); in PaintShadow() 4004 rOutRect.Right ( rOutRect.Right() - nWidth ); in PaintShadow() 4005 rOutRect.Bottom( rOutRect.Bottom()- nHeight ); in PaintShadow() 4032 rOutRect.Left( rOutRect.Left() + nWidth ); in PaintShadow() 4033 rOutRect.Top( rOutRect.Top() + nHeight ); in PaintShadow() 4060 rOutRect.Right( rOutRect.Right() - nWidth ); in PaintShadow() 4061 rOutRect.Top( rOutRect.Top() + nHeight ); in PaintShadow() 4088 rOutRect.Left( rOutRect.Left() + nWidth ); in PaintShadow() 4089 rOutRect.Bottom( rOutRect.Bottom() - nHeight ); in PaintShadow() 4148 const SwRect& rOutRect, in PaintBorderLine() argument [all …]
|
/trunk/main/editeng/source/outliner/ |
H A D | outlin2.cxx | 223 void Outliner::Draw( OutputDevice* pOutDev, const Rectangle& rOutRect ) in Draw() argument 226 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()
|
/trunk/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()
|
/trunk/main/editeng/source/editeng/ |
H A D | editeng.cxx | 249 void EditEngine::Draw( OutputDevice* pOutDev, const Rectangle& rOutRect ) in Draw() argument 252 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()
|
/trunk/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 …
|
/trunk/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()
|
/trunk/main/vcl/inc/ |
H A D | printergfx.hxx | 418 sal_Bool GetGlyphBoundRect (sal_Unicode c, Rectangle& rOutRect);
|
Completed in 82 milliseconds