Home
last modified time | relevance | path

Searched refs:rOutRect (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx3947 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 Doutlin2.cxx223 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 Devent.hxx254 const Rectangle& rOutRect,
271 const Rectangle& rOutRect, in UserDrawEvent() argument
273 maOutRect( rOutRect ) in UserDrawEvent()
H A Dtoolbox.hxx529 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 Dediteng.cxx249 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 Dediteng.hxx306 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 Doutliner.hxx879 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 Dwinmtf.hxx481 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 Dprintergfx.hxx418 sal_Bool GetGlyphBoundRect (sal_Unicode c, Rectangle& rOutRect);

Completed in 72 milliseconds