| /AOO41X/main/vcl/source/gdi/ |
| H A D | region.cxx | 606 bool Region::Intersect( const Rectangle& rRect ) in Intersect() function in Region 686 pNew->Intersect(nLeft, nTop, nRight, nBottom); in Intersect() 953 bool Region::Intersect( const Region& rRegion ) in Intersect() function in Region 1051 aTempRegion.Intersect( *this ); in Intersect() 1060 pNew->Intersect(*pSource); in Intersect() 1451 aRegion.Intersect( *this ); in IsOver()
|
| H A D | bmpacc3.cxx | 322 aRegion.Intersect( Rectangle( Point(), Size( Width(), Height() ) ) ); in FillPolygon() 383 aRegion.Intersect( Rectangle( Point(), Size( Width(), Height() ) ) ); in FillPolyPolygon()
|
| H A D | regionband.cxx | 936 void RegionBand::Intersect(long nLeft, long nTop, long nRight, long nBottom) in Intersect() function in RegionBand 948 pBand->Intersect(nLeft, nRight); in Intersect() 1082 void RegionBand::Intersect(const RegionBand& rSource) in Intersect() function in RegionBand
|
| H A D | outdev.cxx | 979 aRegion.Intersect( ImplPixelToDevicePixel( maRegion ) ); in ImplInitClipRegion() 1011 aRegion.Intersect( aDeviceBounds ); in ImplInitClipRegion() 1130 aRegion.Intersect( maRegion ); in GetActiveClipRegion() 1169 maRegion.Intersect( aRect ); in IntersectClipRegion() 1190 maRegion.Intersect( aRegion ); in IntersectClipRegion()
|
| H A D | outdevnative.cxx | 250 aTestRegion.Intersect( rControlRegion ); in DrawNativeControl()
|
| H A D | regband.cxx | 467 void ImplRegionBand::Intersect( long nXLeft, long nXRight ) in Intersect() function in ImplRegionBand
|
| /AOO41X/main/vcl/inc/ |
| H A D | regionband.hxx | 71 void Intersect(long nLeft, long nTop, long nRight, long nBottom); 75 void Intersect(const RegionBand& rSource);
|
| /AOO41X/main/vcl/inc/vcl/ |
| H A D | region.hxx | 91 bool Intersect( const Rectangle& rRegion ); 95 bool Intersect( const Region& rRegion );
|
| H A D | regband.hxx | 121 void Intersect( long nXLeft, long nXRight );
|
| /AOO41X/main/toolkit/source/awt/ |
| H A D | vclxregion.cxx | 100 maRegion.Intersect( VCLRectangle( rRect ) ); in intersectRectangle() 130 maRegion.Intersect( VCLUnoHelper::GetRegion( rxRegion ) ); in intersectRegion()
|
| /AOO41X/main/vcl/source/window/ |
| H A D | window.cxx | 1791 pWinChildClipRegion->Intersect( *pOldRegion ); in ImplSysObjClip() 2019 rRegion.Intersect( mpWindowImpl->maWinClipRegion ); in ImplIntersectWindowClipRegion() 2026 rRegion.Intersect( Rectangle( Point( mnOutOffX, mnOutOffY ), in ImplIntersectWindowRegion() 2029 rRegion.Intersect( ImplPixelToDevicePixel( mpWindowImpl->maWinRegion ) ); in ImplIntersectWindowRegion() 2041 aRegion.Intersect( ImplPixelToDevicePixel( mpWindowImpl->maWinRegion ) ); in ImplExcludeWindowRegion() 2089 …rRegion.Intersect( Rectangle( Point( 0, 0 ), Size( mpWindowImpl->mpFrameWindow->mnOutWidth, mpWind… in ImplClipBoundaries() 2177 … mpWindowImpl->maWinClipRegion.Intersect( ImplPixelToDevicePixel( mpWindowImpl->maWinRegion ) ); in ImplInitWinClipRegion() 2300 rRegion.Intersect( ImplPixelToDevicePixel( mpWindowImpl->maWinRegion ) ); in ImplCalcOverlapRegion() 2423 mpWindowImpl->maInvalidateRegion.Intersect( *pWinChildClipRegion ); in ImplCallPaint() 2738 aRegion.Intersect( aRgn ); in ImplInvalidate() [all …]
|
| H A D | window2.cxx | 217 … mpWindowImpl->mpOverlapData->mpSaveBackRgn->Intersect( mpWindowImpl->maWinClipRegion ); in ImplRestoreOverlapBackground() 837 aClip.Intersect( Rectangle( aPixPos, LogicToPixel( rSize ) ) ); in SaveBackground()
|
| /AOO41X/main/vcl/source/control/ |
| H A D | tabctrl.cxx | 1115 aClipRgn.Intersect( aRect ); in ImplPaint() 1117 aClipRgn.Intersect( rRect ); in ImplPaint() 1209 aClipRgn.Intersect( pItem->maRect ); in ImplPaint() 1211 aClipRgn.Intersect( rRect ); in ImplPaint() 1225 aClipRgn.Intersect( pCurItem->maRect ); in ImplPaint() 1227 aClipRgn.Intersect( rRect ); in ImplPaint()
|
| /AOO41X/main/svx/source/sdr/overlay/ |
| H A D | overlaymanagerbuffered.cxx | 202 aRegion.Intersect(aPaintRegionPixel); in ImpSaveBackground() 211 aRegion.Intersect(aBufferDeviceRectanglePixel); in ImpSaveBackground()
|
| /AOO41X/main/sc/source/ui/vba/ |
| H A D | vbaglobals.cxx | 197 ScVbaGlobals::Intersect( const css::uno::Reference< ov::excel::XRange >& Arg1, const css::uno::Refe… in Intersect() function in ScVbaGlobals 199 …return getApplication()->Intersect( Arg1, Arg2, Arg3, Arg4, Arg5, Arg6, Arg7, Arg8, Arg9, Arg10, … in Intersect()
|
| H A D | vbaglobals.hxx | 79 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Intersect( const css::uno::Reference< ov…
|
| H A D | vbaapplication.hxx | 114 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Intersect( const css::uno::Reference< ov…
|
| /AOO41X/main/svl/inc/svl/ |
| H A D | itemset.hxx | 169 virtual void Intersect( const SfxItemSet& rSet );
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | detfunc.cxx | 292 inline sal_Bool Intersect( SCCOL nStartCol1, SCROW nStartRow1, SCCOL nEndCol1, SCROW nEndRow1, in Intersect() function 1073 if (Intersect( nCol1,nRow1,nCol2,nRow2, in InsertSuccLevel() 1164 if (Intersect( nCol1,nRow1,nCol2,nRow2, in FindSuccLevel()
|
| /AOO41X/main/svx/source/svdraw/ |
| H A D | svdpntv.cxx | 804 aOptimizedRepaintRegion.Intersect(pWindow->GetPaintRegion()); in CompleteRedraw() 998 aOptimizedRepaintRegion.Intersect(pWindow->GetPaintRegion()); in BeginDrawLayers()
|
| /AOO41X/main/sw/source/core/attr/ |
| H A D | swatrset.cxx | 175 SfxItemSet::Intersect( rSet ); in Intersect_BC()
|
| H A D | format.cxx | 625 aSet.Intersect( rSet ); in DelDiffs()
|
| /AOO41X/main/canvas/source/cairo/ |
| H A D | cairo_canvashelper_text.cxx | 181 aClipRegion.Intersect( aRegion ); in setupOutDevState()
|
| /AOO41X/main/oovbaapi/ooo/vba/excel/ |
| H A D | XGlobals.idl | 67 XRange Intersect([in] XRange Arg1, [in] XRange Arg2, [in] /*Optional*/ any Arg3, [in] /*Optional*/ …
|
| H A D | XApplication.idl | 82 …XRange Intersect([in] XRange Arg1, [in] XRange Arg2, [in] /*Optional*/ any Arg3, [in] /*Optional*/…
|