Searched refs:SwRegionRects (Results 1 – 13 of 13) sorted by relevance
/trunk/main/sw/source/core/bastyp/ |
H A D | swregion.cxx | 47 SwRegionRects::SwRegionRects( const SwRect &rStartRect, sal_uInt16 nInit, in SwRegionRects() function in SwRegionRects 63 inline void SwRegionRects::InsertRect( const SwRect &rRect, const sal_uInt16 nPos, in InsertRect() 90 void SwRegionRects::operator-=( const SwRect &rRect ) in operator -=() 157 void SwRegionRects::Invert() in Invert() 170 SwRegionRects aInvRegion( aOrigin, Count()*2+2 ); in Invert() 204 void SwRegionRects::Compress( sal_Bool bFuzzy ) in Compress()
|
/trunk/main/sw/source/core/inc/ |
H A D | viewimp.hxx | 42 class SwRegionRects; 49 class SwRegionRects; 82 SwRegionRects *pRegion; //Sammler fuer Paintrects aus der LayAction. 199 SwRegionRects *GetRegion() { return pRegion; } in GetRegion()
|
/trunk/main/sw/inc/ |
H A D | swregion.hxx | 32 class SwRegionRects : public SwRects class 39 SwRegionRects( const SwRect& rStartRect, sal_uInt16 nInit = 20,
|
H A D | viewsh.hxx | 74 class SwRegionRects; 182 SW_DLLPRIVATE void _PaintDesktop( const SwRegionRects &rRegion );
|
/trunk/main/sw/source/core/crsr/ |
H A D | viscrs.cxx | 224 SwRegionRects aReg( GetShell()->VisArea() ); in FillRects() 706 SwRegionRects aReg( GetShell()->VisArea() ); in Invalidate() 1005 SwRegionRects aReg( GetShell()->VisArea() ); in FillRects()
|
/trunk/main/sw/source/core/view/ |
H A D | viewsh.cxx | 237 SwRegionRects *pRegion = Imp()->GetRegion(); in ImplEndAction() 1644 SwRegionRects aRegion( rRect ); in PaintDesktop() 1706 void ViewShell::_PaintDesktop( const SwRegionRects &rRegion ) in _PaintDesktop() 1803 SwRegionRects *pRegion = Imp()->GetRegion(); in CheckInvalidForPaint() 1830 SwRegionRects aRegion( rRect ); in CheckInvalidForPaint()
|
H A D | viewimp.cxx | 182 pRegion = new SwRegionRects( pSh->VisArea() ); in AddPaintRect()
|
H A D | pagepreviewlayout.cxx | 1089 SwRegionRects aPreviewBackgrdRegion( _aOutRect ); in Paint()
|
/trunk/main/sw/source/core/text/ |
H A D | txtfly.cxx | 947 SwRegionRects aRegion( aRect ); in DrawTextOpaque() 1060 SwRegionRects aRegion( rRect ); in DrawFlyRect()
|
/trunk/main/sw/source/core/layout/ |
H A D | layact.cxx | 223 SwRegionRects aTmp( rRect ); in PaintWithoutFlys() 1506 SwRegionRects aRegion( aOldRect ); in FormatLayout()
|
H A D | trvlfrm.cxx | 1998 inline void Sub( SwRegionRects& rRegion, const SwRect& rRect ) in Sub() 2013 SwRegionRects aRegion( pSh && !pSh->GetViewOptions()->IsPDFExport() ? in CalcFrmRects()
|
H A D | paintfrm.cxx | 2035 SwRegionRects aRegion( rOut, 4 ); in DrawGraphic() 3765 SwRegionRects aRegion( aRect ); in Paint() 6603 SwRegionRects aRegion( aRetouche ); in Retouche()
|
/trunk/main/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 234 SwRegionRects aRegion( rPtArea, 4, 4 ); in lcl_ClearArea()
|
Completed in 278 milliseconds