Searched refs:XOr (Results 1 – 7 of 7) sorted by relevance
/aoo42x/main/vcl/source/gdi/ |
H A D | region.cxx | 782 bool Region::XOr( const Rectangle& rRect ) in XOr() function in Region 854 pNew->XOr(nLeft, nTop, nRight, nBottom); in XOr() 1162 bool Region::XOr( const Region& rRegion ) in XOr() function in Region 1238 pNew->XOr(*pSource); in XOr() 1809 aResult.XOr( aRect ); in GetRegionFromPolyPolygon() 1813 aResult.XOr( Region(rPoly) ); in GetRegionFromPolyPolygon()
|
H A D | regionband.cxx | 1040 void RegionBand::XOr(long nLeft, long nTop, long nRight, long nBottom) in XOr() function in RegionBand 1054 pBand->XOr(nLeft, nRight); in XOr() 1222 void RegionBand::XOr(const RegionBand& rSource) in XOr() function in RegionBand 1236 XOr( pSep->mnXLeft, pBand->mnYTop, pSep->mnXRight, pBand->mnYBottom ); in XOr()
|
H A D | regband.cxx | 594 void ImplRegionBand::XOr( long nXLeft, long nXRight ) in XOr() function in ImplRegionBand
|
/aoo42x/main/vcl/inc/ |
H A D | regionband.hxx | 74 void XOr(long nLeft, long nTop, long nRight, long nBottom); 77 void XOr(const RegionBand& rSource);
|
/aoo42x/main/vcl/inc/vcl/ |
H A D | region.hxx | 93 bool XOr( const Rectangle& rRegion ); 97 bool XOr( const Region& rRegion );
|
H A D | regband.hxx | 123 void XOr( long nXLeft, long nXRight );
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxregion.cxx | 114 maRegion.XOr( VCLRectangle( rRect ) ); in xOrRectangle() 146 maRegion.XOr( VCLUnoHelper::GetRegion( rxRegion ) ); in xOrRegion()
|
Completed in 110 milliseconds