| /AOO41X/main/vcl/source/window/ |
| H A D | window.cxx | 1798 Region aRegion = *pWinChildClipRegion; in ImplSysObjClip() local 1803 if ( aRegion == aWinRectRegion ) in ImplSysObjClip() 1809 aWinRectRegion.Exclude( aRegion ); in ImplSysObjClip() 1810 aRegion = aWinRectRegion; in ImplSysObjClip() 1813 aRegion.Move( -mnOutOffX, -mnOutOffY ); in ImplSysObjClip() 1817 aRegion.GetRegionRectangles(aRectangles); in ImplSysObjClip() 2039 Region aRegion( Rectangle( aPoint, in ImplExcludeWindowRegion() local 2041 aRegion.Intersect( ImplPixelToDevicePixel( mpWindowImpl->maWinRegion ) ); in ImplExcludeWindowRegion() 2042 rRegion.Exclude( aRegion ); in ImplExcludeWindowRegion() 2298 Region aRegion( rSourceRect ); in ImplCalcOverlapRegion() 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()
|
| /AOO41X/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()
|
| /AOO41X/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 969 aRegion = *(pWindow->mpWindowImpl->mpPaintRegion); in ImplInitClipRegion() 972 aRegion = *(pWindow->ImplGetWinChildClipRegion()); in ImplInitClipRegion() 976 ImplReMirror ( aRegion ); in ImplInitClipRegion() 979 aRegion.Intersect( ImplPixelToDevicePixel( maRegion ) ); in ImplInitClipRegion() 980 if ( aRegion.IsEmpty() ) in ImplInitClipRegion() 985 ImplSelectClipRegion( aRegion ); in ImplInitClipRegion() 1000 Region aRegion( ImplPixelToDevicePixel( maRegion ) ); in ImplInitClipRegion() local 1011 aRegion.Intersect( aDeviceBounds ); in ImplInitClipRegion() 1014 if ( aRegion.IsEmpty() ) in ImplInitClipRegion() [all …]
|
| H A D | outmap.cxx | 803 Region aRegion( rRegion ); in ImplPixelToDevicePixel() local 804 aRegion.Move( mnOutOffX+mnOutOffOrigX, mnOutOffY+mnOutOffOrigY ); in ImplPixelToDevicePixel() 805 return aRegion; in ImplPixelToDevicePixel() 1280 Region aRegion; in LogicToPixel() local 1284 aRegion = Region(LogicToPixel(*rLogicRegion.getB2DPolyPolygon())); in LogicToPixel() 1288 aRegion = Region(LogicToPixel(*rLogicRegion.getPolyPolygon())); in LogicToPixel() 1299 aRegion.Union(LogicToPixel(*aRectIter)); in LogicToPixel() 1320 return aRegion; in LogicToPixel() 1491 Region aRegion; in LogicToPixel() local 1495 aRegion = Region(LogicToPixel(*rLogicRegion.getB2DPolyPolygon(), rMapMode)); in LogicToPixel() [all …]
|
| H A D | region.cxx | 1424 Region aRegion(rRect); in IsInside() local 1425 aRegion.Exclude(*this); in IsInside() 1428 return aRegion.IsEmpty(); in IsInside() 1450 Region aRegion(rRect); in IsOver() local 1451 aRegion.Intersect( *this ); in IsOver() 1454 return !aRegion.IsEmpty(); in IsOver()
|
| /AOO41X/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() 529 if( pEntry->MakeRegion(pDoc, aRegion, sal_True)) in SetAttrInDoc() 531 SwNodeIndex aTmpStart( aRegion.Start()->nNode ); in SetAttrInDoc() 533 SwNodeIndex& rRegEndNd = aRegion.End()->nNode; in SetAttrInDoc() 569 MakePoint(pEntry, pDoc, aRegion); in SetAttrInDoc() 570 pDoc->InsertPoolItem(aRegion, SwFmtFld(aFld), 0); in SetAttrInDoc() 571 MoveAttrs( *(aRegion.GetPoint()) ); in SetAttrInDoc() 576 MakeBookRegionOrPoint(pEntry, pDoc, aRegion, sal_True); in SetAttrInDoc() [all …]
|
| /AOO41X/main/sw/source/core/layout/ |
| H A D | trvlfrm.cxx | 2013 SwRegionRects aRegion( pSh && !pSh->GetViewOptions()->IsPDFExport() ? in CalcFrmRects() local 2173 Sub( aRegion, aTmp2 ); in CalcFrmRects() 2194 Sub( aRegion, aTmp ); in CalcFrmRects() 2212 Sub( aRegion, aTmp ); in CalcFrmRects() 2247 Sub( aRegion, aTmp2 ); in CalcFrmRects() 2268 Sub( aRegion, aTmp ); in CalcFrmRects() 2290 Sub( aRegion, aTmp ); in CalcFrmRects() 2320 Sub( aRegion, aTmp ); in CalcFrmRects() 2337 Sub( aRegion, aTmp ); in CalcFrmRects() 2408 Sub( aRegion, aTmp ); in CalcFrmRects() [all …]
|
| H A D | paintfrm.cxx | 1944 SwRegionRects aRegion( rOut, 4 ); in DrawGraphic() local 1946 aRegion -= aGrf; in DrawGraphic() 1950 for( sal_uInt16 i = 0; i < aRegion.Count(); ++i ) in DrawGraphic() 1952 pOutDev->DrawRect( aRegion[i].SVRect() ); in DrawGraphic() 3652 SwRegionRects aRegion( aRect ); in Paint() local 3664 aRegion -= aTmp; in Paint() 3681 for ( sal_uInt16 i = 0; i < aRegion.Count(); ++i ) in Paint() 3682 PaintBackground( aRegion[i], pPage, rAttrs, sal_False, sal_True ); in Paint() 3686 for ( sal_uInt16 i = 0; i < aRegion.Count(); ++i ) in Paint() 3687 PaintBackground( aRegion[i], pPage, rAttrs, sal_False, sal_True ); in Paint() [all …]
|
| H A D | layact.cxx | 1508 SwRegionRects aRegion( aOldRect ); in FormatLayout() local 1509 aRegion -= aPaint; in FormatLayout() 1510 for ( i = 0; i < aRegion.Count(); ++i ) in FormatLayout() 1511 pImp->GetShell()->AddPaintRect( aRegion[i] ); in FormatLayout() 1512 aRegion.ChangeOrigin( aPaint ); in FormatLayout() 1513 aRegion.Remove( 0, aRegion.Count() ); in FormatLayout() 1514 aRegion.Insert( aPaint, 0 ); in FormatLayout() 1515 aRegion -= aOldRect; in FormatLayout() 1516 for ( i = 0; i < aRegion.Count(); ++i ) in FormatLayout() 1517 pImp->GetShell()->AddPaintRect( aRegion[i] ); in FormatLayout()
|
| /AOO41X/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 …]
|
| /AOO41X/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 …]
|
| /AOO41X/main/sw/source/core/crsr/ |
| H A D | swcrsr.cxx | 783 SwPaM& aRegion, FindRanges eFndRngs, in lcl_FindSelection() argument 808 aRegion.SetMark(); in lcl_FindSelection() 811 SwPosition *pSttPos = aRegion.GetMark(), in lcl_FindSelection() 812 *pEndPos = aRegion.GetPoint(); in lcl_FindSelection() 816 aRegion.Exchange(); in lcl_FindSelection() 819 pPHdl = new _PercentHdl( aRegion ); in lcl_FindSelection() 824 &aRegion, bInReadOnly )) && in lcl_FindSelection() 884 pPHdl->NextPos( *aRegion.GetMark() ); in lcl_FindSelection() 983 SwPaM aRegion( *GetPoint() ); in FindAll() local 984 SwMoveFn fnMove = MakeFindRange( nStart, nEnde, &aRegion ); in FindAll() [all …]
|
| /AOO41X/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() 241 for( sal_uInt16 i = 0; i < aRegion.Count(); ++i ) in lcl_ClearArea() 242 ::DrawGraphic( pItem, &rOut, aOrigRect, aRegion[i] ); in lcl_ClearArea() 249 for( sal_uInt16 i = 0; i < aRegion.Count(); ++i ) in lcl_ClearArea() 250 rOut.DrawRect( aRegion[i].SVRect() ); in lcl_ClearArea()
|
| /AOO41X/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 ()()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/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()
|
| /AOO41X/main/sd/source/ui/view/ |
| H A D | clview.cxx | 74 Region aRegion; in InvalidateOneWin() local 75 CompleteRedraw(&rWin, aRegion); in InvalidateOneWin()
|
| /AOO41X/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()
|
| /AOO41X/main/sw/source/ui/misc/ |
| H A D | insrule.cxx | 180 Region aRegion = pDev->GetClipRegion(); in UserDraw() local 183 pDev->SetClipRegion(aRegion); in UserDraw()
|
| /AOO41X/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()
|