/aoo42x/main/vcl/source/window/ |
H A D | window.cxx | 2042 rRegion.Exclude( aRegion ); in ImplExcludeWindowRegion() 2326 aTempRegion = aRegion; in ImplCalcOverlapRegion() 2650 Region aRegion = rRegion; in ImplInvalidateOverlapFrameRegion() local 2653 if ( !aRegion.IsEmpty() ) in ImplInvalidateOverlapFrameRegion() 2758 if ( !aRegion.IsEmpty() ) in ImplInvalidate() 2912 if ( !aRegion.IsEmpty() ) in ImplValidate() 3012 if ( !aRegion.IsEmpty() ) in ImplScroll() 7609 Region aRegion( aRect ); in Invalidate() local 7628 if ( !aRegion.IsEmpty() ) in Invalidate() 7657 Region aRegion( aRect ); in Validate() local [all …]
|
H A D | window2.cxx | 592 Region aRegion( Rectangle( aPoint, in InvertTracking() local 594 ImplClipBoundaries( aRegion, sal_False, sal_False ); in InvertTracking() 595 ImplSelectClipRegion( aRegion, pGraphics ); in InvertTracking() 658 Region aRegion( Rectangle( aPoint, in InvertTracking() local 660 ImplClipBoundaries( aRegion, sal_False, sal_False ); in InvertTracking() 661 ImplSelectClipRegion( aRegion, pGraphics ); in InvertTracking()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | fltshell.cxx | 489 SwPaM aRegion( rTmpPos ); in SetAttrInDoc() local 498 MakePoint(pEntry, pDoc, aRegion); in SetAttrInDoc() 500 aAnchor.SetAnchor(aRegion.GetPoint()); in SetAttrInDoc() 566 MakePoint(pEntry, pDoc, aRegion); in SetAttrInDoc() 568 MoveAttrs( *(aRegion.GetPoint()) ); in SetAttrInDoc() 586 MakePoint(pEntry, pDoc, aRegion); in SetAttrInDoc() 588 SwPosition* pPoint = aRegion.GetPoint(); in SetAttrInDoc() 630 pDoc->InsertSwSection(aRegion, in SetAttrInDoc() 637 if (pEntry->MakeRegion(pDoc, aRegion, sal_True)) in SetAttrInDoc() 683 if (pEntry->MakeRegion(pDoc, aRegion, sal_False)) in SetAttrInDoc() [all …]
|
/aoo42x/main/vcl/source/gdi/ |
H A D | bmpacc3.cxx | 319 Region aRegion( rPoly ); in FillPolygon() local 322 aRegion.Intersect( Rectangle( Point(), Size( Width(), Height() ) ) ); in FillPolygon() 324 if( !aRegion.IsEmpty() ) in FillPolygon() 327 aRegion.GetRegionRectangles(aRectangles); in FillPolygon() 380 Region aRegion( rPolyPoly ); in FillPolyPolygon() local 383 aRegion.Intersect( Rectangle( Point(), Size( Width(), Height() ) ) ); in FillPolyPolygon() 385 if( !aRegion.IsEmpty() ) in FillPolyPolygon() 388 aRegion.GetRegionRectangles(aRectangles); in FillPolyPolygon()
|
H A D | outdev.cxx | 963 Region aRegion; in ImplInitClipRegion() local 976 ImplReMirror ( aRegion ); in ImplInitClipRegion() 980 if ( aRegion.IsEmpty() ) in ImplInitClipRegion() 985 ImplSelectClipRegion( aRegion ); in ImplInitClipRegion() 1014 if ( aRegion.IsEmpty() ) in ImplInitClipRegion() 1098 ImplSetClipRegion( &aRegion ); in SetClipRegion() 1122 Region aRegion(true); in GetActiveClipRegion() local 1127 aRegion.Move( -mnOutOffX, -mnOutOffY ); in GetActiveClipRegion() 1130 aRegion.Intersect( maRegion ); in GetActiveClipRegion() 1131 return PixelToLogic( aRegion ); in GetActiveClipRegion() [all …]
|
H A D | outmap.cxx | 803 Region aRegion( rRegion ); in ImplPixelToDevicePixel() local 805 return aRegion; in ImplPixelToDevicePixel() 1280 Region aRegion; in LogicToPixel() local 1299 aRegion.Union(LogicToPixel(*aRectIter)); in LogicToPixel() 1320 return aRegion; in LogicToPixel() 1491 Region aRegion; in LogicToPixel() local 1531 return aRegion; in LogicToPixel() 1675 Region aRegion; in PixelToLogic() local 1715 return aRegion; in PixelToLogic() 1890 Region aRegion; in PixelToLogic() local [all …]
|
H A D | region.cxx | 1426 Region aRegion(rRect); in IsInside() local 1427 aRegion.Exclude(*this); in IsInside() 1430 return aRegion.IsEmpty(); in IsInside() 1452 Region aRegion(rRect); in IsOver() local 1453 aRegion.Intersect( *this ); in IsOver() 1456 return !aRegion.IsEmpty(); in IsOver()
|
/aoo42x/main/sfx2/source/doc/ |
H A D | objembed.cxx | 263 Region aRegion; in DoDraw_Impl() local 266 aRegion = pDev->GetClipRegion(); in DoDraw_Impl() 267 aRegion = pDev->LogicToPixel( aRegion ); in DoDraw_Impl() 283 aRegion = pDev->PixelToLogic( aRegion ); in DoDraw_Impl() 284 pDev->SetClipRegion( aRegion ); in DoDraw_Impl()
|
H A D | doctempl.cxx | 2026 Content aRegion; in GetTargetURL() local 2028 if ( Content::create( GetHierarchyURL(), aCmdEnv, aRegion ) ) in GetTargetURL() 2032 getTextProperty_Impl( aRegion, aPropName, maTargetURL ); in GetTargetURL() 2189 Content aRegion; in GetTargetURL() local 2191 if ( Content::create( GetHierarchyURL(), aCmdEnv, aRegion ) ) in GetTargetURL() 2195 getTextProperty_Impl( aRegion, aPropName, maTargetURL ); in GetTargetURL()
|
H A D | doctdlg.cxx | 96 const SfxStringItem aRegion( SID_TEMPLATE_REGIONNAME, aRegionLb.GetSelectEntry() ); in IMPL_LINK() local 98 …l()->Execute( SID_OPENTEMPLATE, SFX_CALLMODE_ASYNCHRON|SFX_CALLMODE_RECORD, &aRegion, &aName, 0L ); in IMPL_LINK()
|
/aoo42x/main/sw/source/core/layout/ |
H A D | trvlfrm.cxx | 2194 Sub( aRegion, aTmp ); in CalcFrmRects() 2212 Sub( aRegion, aTmp ); in CalcFrmRects() 2268 Sub( aRegion, aTmp ); in CalcFrmRects() 2320 Sub( aRegion, aTmp ); in CalcFrmRects() 2337 Sub( aRegion, aTmp ); in CalcFrmRects() 2408 Sub( aRegion, aTmp ); in CalcFrmRects() 2436 Sub( aRegion, aSubRect ); in CalcFrmRects() 2468 Sub( aRegion, aSubRect ); in CalcFrmRects() 2550 Sub( aRegion, aSubRect ); in CalcFrmRects() 2553 aRegion.Invert(); in CalcFrmRects() [all …]
|
H A D | paintfrm.cxx | 3987 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow() 3994 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow() 4001 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow() 4015 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow() 4022 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow() 4029 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow() 4043 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow() 4050 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow() 4057 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow() 4071 aRegion.Insert( aOut, aRegion.Count() ); in PaintShadow() [all …]
|
H A D | layact.cxx | 1506 SwRegionRects aRegion( aOldRect ); in FormatLayout() local 1507 aRegion -= aPaint; in FormatLayout() 1508 for ( i = 0; i < aRegion.Count(); ++i ) in FormatLayout() 1509 pImp->GetShell()->AddPaintRect( aRegion[i] ); in FormatLayout() 1510 aRegion.ChangeOrigin( aPaint ); in FormatLayout() 1511 aRegion.Remove( 0, aRegion.Count() ); in FormatLayout() 1512 aRegion.Insert( aPaint, 0 ); in FormatLayout() 1513 aRegion -= aOldRect; in FormatLayout() 1514 for ( i = 0; i < aRegion.Count(); ++i ) in FormatLayout() 1515 pImp->GetShell()->AddPaintRect( aRegion[i] ); in FormatLayout()
|
/aoo42x/main/sw/source/core/view/ |
H A D | viewsh.cxx | 1644 SwRegionRects aRegion( rRect ); in PaintDesktop() local 1668 aRegion.Remove( 0, aRegion.Count() ); in PaintDesktop() 1670 aRegion.Insert( aLeft, 0 ); in PaintDesktop() 1672 aRegion.Insert( aRight, 1 ); in PaintDesktop() 1679 while ( pPage && aRegion.Count() && in PaintDesktop() 1695 aRegion -= aPageRect; in PaintDesktop() 1700 if ( aRegion.Count() ) in PaintDesktop() 1701 _PaintDesktop( aRegion ); in PaintDesktop() 1830 SwRegionRects aRegion( rRect ); in CheckInvalidForPaint() local 1837 { aRegion -= rTmp; in CheckInvalidForPaint() [all …]
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtfly.cxx | 947 SwRegionRects aRegion( aRect ); in DrawTextOpaque() local 974 if( aRegion.GetOrigin().IsOver( pFly->Frm() ) ) in DrawTextOpaque() 1008 aRegion -= pFly->Frm(); in DrawTextOpaque() 1029 else if( aRegion.Count() ) in DrawTextOpaque() 1033 for( MSHORT i = 0; i < aRegion.Count(); ++i ) in DrawTextOpaque() 1035 SwRect &rRect = aRegion[i]; in DrawTextOpaque() 1036 if( rRect != aRegion.GetOrigin() ) in DrawTextOpaque() 1060 SwRegionRects aRegion( rRect ); in DrawFlyRect() local 1108 aRegion -= aFly; in DrawFlyRect() 1114 for( MSHORT i = 0; i < aRegion.Count(); ++i ) in DrawFlyRect() [all …]
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 795 SwPaM& aRegion, FindRanges eFndRngs, in lcl_FindSelection() argument 820 aRegion.SetMark(); in lcl_FindSelection() 823 SwPosition *pSttPos = aRegion.GetMark(), in lcl_FindSelection() 824 *pEndPos = aRegion.GetPoint(); in lcl_FindSelection() 828 aRegion.Exchange(); in lcl_FindSelection() 831 pPHdl = new _PercentHdl( aRegion ); in lcl_FindSelection() 836 &aRegion, bInReadOnly )) && in lcl_FindSelection() 896 pPHdl->NextPos( *aRegion.GetMark() ); in lcl_FindSelection() 995 SwPaM aRegion( *GetPoint() ); in FindAll() local 1011 pFndRing, aRegion, eFndRngs, in FindAll() [all …]
|
/aoo42x/main/sw/source/core/doc/ |
H A D | notxtfrm.cxx | 234 SwRegionRects aRegion( rPtArea, 4, 4 ); in lcl_ClearArea() local 235 aRegion -= rGrfArea; in lcl_ClearArea() 237 if ( aRegion.Count() ) in lcl_ClearArea() 250 for( sal_uInt16 i = 0; i < aRegion.Count(); ++i ) in lcl_ClearArea() 252 ::DrawGraphic( pItem, &rOut, aOrigRect, aRegion[i] ); in lcl_ClearArea() 262 for( sal_uInt16 i = 0; i < aRegion.Count(); ++i ) in lcl_ClearArea() 263 rOut.DrawRect( aRegion[i].SVRect() ); in lcl_ClearArea()
|
/aoo42x/main/sw/source/filter/ww8/ |
H A D | writerhelper.cxx | 826 SwPaM aRegion(pEntry->nMkNode); in operator ()() local 828 pEntry->MakeRegion(&mrDoc, aRegion, true) && in operator ()() 829 (*aRegion.GetPoint() != *aRegion.GetMark()) in operator ()() 843 mrDoc.AppendRedline(new SwRedline(aData, aRegion), true); in operator ()() 849 mrDoc.AppendRedline(new SwRedline(aData, aRegion), true); in operator ()()
|
/aoo42x/main/svx/source/sdr/overlay/ |
H A D | overlaymanagerbuffered.cxx | 194 Region aRegion(rSource.LogicToPixel(rRegion)); in ImpSaveBackground() local 202 aRegion.Intersect(aPaintRegionPixel); in ImpSaveBackground() 211 aRegion.Intersect(aBufferDeviceRectanglePixel); in ImpSaveBackground() 221 aRegion.GetRegionRectangles(aRectangles); in ImpSaveBackground()
|
/aoo42x/main/filter/source/graphicfilter/eps/ |
H A D | eps.cxx | 937 Region aRegion( pA->GetRect() ); in ImplWriteActions() local 938 ImplSetClipRegion( aRegion ); in ImplWriteActions() 945 Region aRegion( pA->GetRegion() ); in ImplWriteActions() local 946 ImplSetClipRegion( aRegion ); in ImplWriteActions() 953 Region aRegion( pA->GetRegion() ); in ImplWriteActions() local 954 ImplSetClipRegion( aRegion ); in ImplWriteActions() 1726 Region aRegion; in ImplBmp() local 1739 aRegion = Region( pMaskBitmap->CreateRegion( COL_BLACK, aRect ) ); in ImplBmp() 1744 aRegion.GetRegionRectangles(aRectangleVector); in ImplBmp() 1769 aRegion.GetRegionRectangles(aRectangles); in ImplBmp()
|
/aoo42x/main/canvas/source/cairo/ |
H A D | cairo_canvashelper_text.cxx | 176 Region aRegion = Region::GetRegionFromPolyPolygon( ::PolyPolygon( aClipPoly ) ); in setupOutDevState() local 179 aClipRegion = aRegion; in setupOutDevState() 181 aClipRegion.Intersect( aRegion ); in setupOutDevState()
|
/aoo42x/main/sd/source/ui/view/ |
H A D | clview.cxx | 74 Region aRegion; in InvalidateOneWin() local 75 CompleteRedraw(&rWin, aRegion); in InvalidateOneWin()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | tabcont.cxx | 444 Region aRegion( Rectangle(0,0,0,0) ); in StartDrag() local 446 if (TabBar::StartDrag( aCEvt, aRegion )) in StartDrag() 447 DoDrag( aRegion ); in StartDrag()
|
/aoo42x/main/sw/source/ui/misc/ |
H A D | insrule.cxx | 180 Region aRegion = pDev->GetClipRegion(); in UserDraw() local 183 pDev->SetClipRegion(aRegion); in UserDraw()
|
/aoo42x/main/svtools/source/control/ |
H A D | headbar.cxx | 634 Region aRegion( aRect ); in ImplDrawItem() local 636 aRegion.Intersect( *pRect ); in ImplDrawItem() 637 pDev->SetClipRegion( aRegion ); in ImplDrawItem() 1061 Region aRegion( aRect ); in Draw() local 1062 pDev->SetClipRegion( aRegion ); in Draw()
|