Lines Matching refs:maRegion
72 return AWTRectangle( maRegion.GetBoundRect() ); in IMPL_XTYPEPROVIDER_START()
79 maRegion.SetEmpty(); in clear()
86 maRegion.Move( nHorzMove, nVertMove ); in move()
93 maRegion.Union( VCLRectangle( rRect ) ); in unionRectangle()
100 maRegion.Intersect( VCLRectangle( rRect ) ); in intersectRectangle()
107 maRegion.Exclude( VCLRectangle( rRect ) ); in excludeRectangle()
114 maRegion.XOr( VCLRectangle( rRect ) ); in xOrRectangle()
122 maRegion.Union( VCLUnoHelper::GetRegion( rxRegion ) ); in unionRegion()
130 maRegion.Intersect( VCLUnoHelper::GetRegion( rxRegion ) ); in intersectRegion()
138 maRegion.Exclude( VCLUnoHelper::GetRegion( rxRegion ) ); in excludeRegion()
146 maRegion.XOr( VCLUnoHelper::GetRegion( rxRegion ) ); in xOrRegion()
154 maRegion.GetRegionRectangles(aRectangles); in getRectangles()