Home
last modified time | relevance | path

Searched refs:aRegion (Results 1 – 25 of 59) sorted by last modified time

123

/trunk/main/sw/source/filter/ww8/
H A Dww8par.cxx1273 SwPaM aRegion(rTmpPos); in SetAttrInDoc() local
1274 if (pEntry->MakeRegion(pDoc, aRegion, false)) in SetAttrInDoc()
1277 sal_uLong nStart = aRegion.Start()->nNode.GetIndex(); in SetAttrInDoc()
1278 sal_uLong nEnd = aRegion.End()->nNode.GetIndex(); in SetAttrInDoc()
1291 pNum = GetNumFmtFromStack( *aRegion.GetPoint(), *pTxtNode ); in SetAttrInDoc()
1337 SwPaM aRegion(rTmpPos); in SetAttrInDoc() local
1338 if (pEntry->MakeRegion(pDoc, aRegion, false)) in SetAttrInDoc()
1344 if (0 != (pFrm = rReader.ContainsSingleInlineGraphic(aRegion))) in SetAttrInDoc()
1355 pDoc->InsertPoolItem(aRegion, *pEntry->pAttr, 0); in SetAttrInDoc()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx3987 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 Dlayact.cxx1506 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()
H A Dtrvlfrm.cxx2194 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 …]
/trunk/main/sw/source/core/text/
H A Dtxtfly.cxx947 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 …]
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx937 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()
/trunk/main/sw/source/core/doc/
H A Dnotxtfrm.cxx234 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()
/trunk/main/vcl/source/gdi/
H A Dbitmap.cxx1381 Region aRegion; in CreateRegion() local
1446 aRegion.Union(aSubRect); in CreateRegion()
1469 aRegion.Union(aSubRect); in CreateRegion()
1479 aRegion = aRect; in CreateRegion()
1481 return aRegion; in CreateRegion()
H A Dregion.cxx1426 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()
H A Dpdfwriter_impl.cxx10775 …basegfx::B2DPolyPolygon aRegion = getReferenceDevice()->LogicToPixel( rRegion, m_aGraphicsStack.fr… in setClipRegion() local
10776 aRegion = getReferenceDevice()->PixelToLogic( aRegion, m_aMapMode ); in setClipRegion()
10777 m_aGraphicsStack.front().m_aClipRegion = aRegion; in setClipRegion()
10811 …basegfx::B2DPolyPolygon aRegion( getReferenceDevice()->LogicToPixel( rRegion, m_aGraphicsStack.fro… in intersectClipRegion() local
10812 aRegion = getReferenceDevice()->PixelToLogic( aRegion, m_aMapMode ); in intersectClipRegion()
10817 aRegion = basegfx::tools::prepareForPolygonOperation( aRegion ); in intersectClipRegion()
10818 …m_aGraphicsStack.front().m_aClipRegion = basegfx::tools::solvePolygonOperationAnd( aOld, aRegion ); in intersectClipRegion()
10822 m_aGraphicsStack.front().m_aClipRegion = aRegion; in intersectClipRegion()
H A Doutmap.cxx803 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 Doutdev.cxx963 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 Dcvtsvm.cxx1054 Region aRegion; in ImplConvertFromSVM1() local
1072 aRegion = Region( aRegRect ); in ImplConvertFromSVM1()
1080 aRegion = Region( aActionPoly ); in ImplConvertFromSVM1()
1098 aRegion = Region( aPolyPoly ); in ImplConvertFromSVM1()
1105 aRegion.Intersect( aRect ); in ImplConvertFromSVM1()
1107 rMtf.AddAction( new MetaClipRegionAction( aRegion, bClip ) ); in ImplConvertFromSVM1()
H A Dbmpacc3.cxx319 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()
/trunk/main/drawinglayer/source/primitive2d/
H A Dgraphicprimitivehelper2d.cxx357 Region aRegion(aRightRectangle); in create2DDecompositionOfGraphic() local
358 aRegion.Intersect(aBottomRectangle); in create2DDecompositionOfGraphic()
359 aOut.IntersectClipRegion(aRegion); in create2DDecompositionOfGraphic()
H A Dmetafileprimitive2d.cxx389 Region aRegion(rRegion); in getB2DPolyPolygonFromRegion() local
391 aRetval = aRegion.GetAsB2DPolyPolygon(); in getB2DPolyPolygonFromRegion()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1644 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 …]
/trunk/main/vcl/source/window/
H A Dbrdwin.cxx2191 Region aRegion( aWinRect ); in InvalidateBorder() local
2202 aRegion.Exclude( aWinRect ); in InvalidateBorder()
2203 Invalidate( aRegion, INVALIDATE_NOCHILDREN ); in InvalidateBorder()
H A Dwindow.cxx2042 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 Dwinproc.cxx1578 Region aRegion( rBoundRect ); in ImplHandlePaint() local
1579 pWindow->ImplInvalidateOverlapFrameRegion( aRegion ); in ImplHandlePaint()
H A Dmenu.cxx4109 Region aRegion = aRect; in ImplCalcClipRegion() local
4111aRegion.Union( Rectangle( Point(), Size( pMenu->pLogo->aBitmap.GetSizePixel().Width(), aOutSz.Heig… in ImplCalcClipRegion()
4113 return aRegion; in ImplCalcClipRegion()
H A Dwindow2.cxx592 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()
H A Dstatus.cxx449 Region aRegion( aTextRect ); in ImplDrawItem() local
450 SetClipRegion( aRegion ); in ImplDrawItem()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsLayeredDevice.cxx457 Region aRegion (maInvalidationRegion); in Validate() local
462 aRegion, in Validate()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx487 Region aRegion (Rectangle( aPoint, aPageSize ) ); in CreatePageVDev() local
491 pView->CompleteRedraw(pVDev, aRegion, &aRedirector); in CreatePageVDev()

Completed in 361 milliseconds

123