36 sal_Int32 nEnlargeTop,
37 sal_Int32 nEnlargeBottom );
40 :
m_bOn(pOutDev && pOutDev->IsClipRegion())
48 bool bEnlargeRect =
false,
49 sal_Int32 nEnlargeTop = 0,
50 sal_Int32 nEnlargeBottom = 0)
52 bEnlargeRect, nEnlargeTop, nEnlargeBottom ); }
85 :
pOut( bOn ? pOutDev : nullptr )
113 const Color aColor( eColor );
115 pOut->SetLineColor( aColor );
118 pOut->DrawRect( rRect );
119 pOut->SetLineColor( aLineColor );
120 pOut->SetFillColor( aFillColor );
DbgBackColor(OutputDevice *pOut, const bool bOn)
DbgRect(OutputDevice *pOut, const tools::Rectangle &rRect, const bool bOn, Color eColor)
SwDbgOut(OutputDevice *pOutDev, const bool bOn)
VclPtr< OutputDevice > pOut
Of course Writer needs its own rectangles.
VclPtr< OutputDevice > m_pOut
SwSaveClip(OutputDevice *pOutDev)
void ChgClip(const SwRect &rRect, const SwTextFrame *pFrame=nullptr, bool bEnlargeRect=false, sal_Int32 nEnlargeTop=0, sal_Int32 nEnlargeBottom=0)
void ChgClip_(const SwRect &rRect, const SwTextFrame *pFrame, bool bEnlargeRect, sal_Int32 nEnlargeTop, sal_Int32 nEnlargeBottom)
Represents the visualization of a paragraph.
constexpr ::Color COL_RED(0x80, 0x00, 0x00)
constexpr ::Color COL_TRANSPARENT(ColorTransparency, 0xFF, 0xFF, 0xFF, 0xFF)