Home
last modified time | relevance | path

Searched refs:Intersect (Results 1 – 25 of 156) sorted by relevance

1234567

/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A DTestIntersection.log5 ITEM Assertion OK : test1 Application.Intersect( Range('A2:D10'), Range('C4:E6'))
6 ITEM Assertion OK : test2 Application.Intersect( Range('A2:D10'), Range('A4:G10'))
7 ITEM Assertion OK : test3 Application.Intersect( Range('A2:c8,d2:f8,g2:i8'), Range('A4:G10'))
8 ITEM Assertion OK : test4 Application.Intersect( Range('A4:G10'), Range('A2:c8,d2:f8,g2:i8'))
9 …ITEM Assertion OK : test5 Application.Intersect( Range('A2:c8,d2:f8,g2:i8'), Range('g4:i10,A4:G10'…
11 ITEM Assertion OK : test7 Application.Intersect( Range('a2:d10,b5:e10'), Range('a5:i10'))
12 ITEM Assertion OK : test8 Application.Intersect( Range('a2:c8,d2:f8'), Range('b6:e9,a6:f9'))
13 ITEM Assertion OK : test9 Application.Intersect( Range('a2:c8,e2:f8'), Range('b6:e9,a6:f9'))
14 ITEM Assertion OK : test10 Application.Intersect( Range('a1:a3,c1:c3'), Range('a2:c3'))
15 ITEM Assertion OK : test11 Application.Intersect( Range('a1:a3,b1:b3'), Range('a2:c3'))
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A DTestIntersection.log5 ITEM Assertion OK : test1 Application.Intersect( Range('A2:D10'), Range('C4:E6'))
6 ITEM Assertion OK : test2 Application.Intersect( Range('A2:D10'), Range('A4:G10'))
7 ITEM Assertion OK : test3 Application.Intersect( Range('A2:c8,d2:f8,g2:i8'), Range('A4:G10'))
8 ITEM Assertion OK : test4 Application.Intersect( Range('A4:G10'), Range('A2:c8,d2:f8,g2:i8'))
9 …ITEM Assertion OK : test5 Application.Intersect( Range('A2:c8,d2:f8,g2:i8'), Range('g4:i10,A4:G10'…
11 ITEM Assertion OK : test7 Application.Intersect( Range('a2:d10,b5:e10'), Range('a5:i10'))
12 ITEM Assertion OK : test8 Application.Intersect( Range('a2:c8,d2:f8'), Range('b6:e9,a6:f9'))
13 ITEM Assertion OK : test9 Application.Intersect( Range('a2:c8,e2:f8'), Range('b6:e9,a6:f9'))
14 ITEM Assertion OK : test10 Application.Intersect( Range('a1:a3,c1:c3'), Range('a2:c3'))
15 ITEM Assertion OK : test11 Application.Intersect( Range('a1:a3,b1:b3'), Range('a2:c3'))
[all …]
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/win/
H A DTestIntersection.log5 ITEM Assertion OK : test1 Application.Intersect( Range('A2:D10'), Range('C4:E6'))
6 ITEM Assertion OK : test2 Application.Intersect( Range('A2:D10'), Range('A4:G10'))
7 ITEM Assertion OK : test3 Application.Intersect( Range('A2:c8,d2:f8,g2:i8'), Range('A4:G10'))
8 ITEM Assertion OK : test4 Application.Intersect( Range('A4:G10'), Range('A2:c8,d2:f8,g2:i8'))
9 …ITEM Assertion OK : test5 Application.Intersect( Range('A2:c8,d2:f8,g2:i8'), Range('g4:i10,A4:G10'…
11 ITEM Assertion OK : test7 Application.Intersect( Range('a2:d10,b5:e10'), Range('a5:i10'))
12 ITEM Assertion OK : test8 Application.Intersect( Range('a2:c8,d2:f8'), Range('b6:e9,a6:f9'))
13 ITEM Assertion OK : test9 Application.Intersect( Range('a2:c8,e2:f8'), Range('b6:e9,a6:f9'))
14 ITEM Assertion OK : test10 Application.Intersect( Range('a1:a3,c1:c3'), Range('a2:c3'))
15 ITEM Assertion OK : test11 Application.Intersect( Range('a1:a3,b1:b3'), Range('a2:c3'))
[all …]
/trunk/main/vcl/source/gdi/
H A Dregion.cxx608 bool Region::Intersect( const Rectangle& rRect ) in Intersect() function in Region
688 pNew->Intersect(nLeft, nTop, nRight, nBottom); in Intersect()
955 bool Region::Intersect( const Region& rRegion ) in Intersect() function in Region
1053 aTempRegion.Intersect( *this ); in Intersect()
1062 pNew->Intersect(*pSource); in Intersect()
1453 aRegion.Intersect( *this ); in IsOver()
H A Dbmpacc3.cxx322 aRegion.Intersect( Rectangle( Point(), Size( Width(), Height() ) ) ); in FillPolygon()
383 aRegion.Intersect( Rectangle( Point(), Size( Width(), Height() ) ) ); in FillPolyPolygon()
H A Dregionband.cxx936 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 Doutdev.cxx979 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 Doutdevnative.cxx250 aTestRegion.Intersect( rControlRegion ); in DrawNativeControl()
/trunk/main/vcl/inc/
H A Dregionband.hxx71 void Intersect(long nLeft, long nTop, long nRight, long nBottom);
75 void Intersect(const RegionBand& rSource);
/trunk/main/vcl/inc/vcl/
H A Dregion.hxx91 bool Intersect( const Rectangle& rRegion );
95 bool Intersect( const Region& rRegion );
H A Dregband.hxx121 void Intersect( long nXLeft, long nXRight );
/trunk/main/toolkit/source/awt/
H A Dvclxregion.cxx100 maRegion.Intersect( VCLRectangle( rRect ) ); in intersectRectangle()
130 maRegion.Intersect( VCLUnoHelper::GetRegion( rxRegion ) ); in intersectRegion()
/trunk/main/vcl/source/window/
H A Dwindow.cxx1791 pWinChildClipRegion->Intersect( *pOldRegion ); in ImplSysObjClip()
2019 rRegion.Intersect( mpWindowImpl->maWinClipRegion ); in ImplIntersectWindowClipRegion()
2026 rRegion.Intersect( Rectangle( Point( mnOutOffX, mnOutOffY ), in ImplIntersectWindowRegion()
2738 aRegion.Intersect( aRgn ); in ImplInvalidate()
2741 aRegion.Intersect( *pRegion ); in ImplInvalidate()
2775 aTempRegion.Intersect( rRect ); in ImplMoveInvalidateRegion()
2899 aRegion.Intersect( *pRegion ); in ImplValidate()
2996 aRegion.Intersect( rRect ); in ImplScroll()
3011 aRegion.Intersect( maRegion ); in ImplScroll()
6286 aDevPixRegion.Intersect( aWinChildRegion ); in ExpandPaintClipRegion()
[all …]
H A Dwindow2.cxx217 … mpWindowImpl->mpOverlapData->mpSaveBackRgn->Intersect( mpWindowImpl->maWinClipRegion ); in ImplRestoreOverlapBackground()
837 aClip.Intersect( Rectangle( aPixPos, LogicToPixel( rSize ) ) ); in SaveBackground()
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx1113 aClipRgn.Intersect( aRect ); in ImplPaint()
1115 aClipRgn.Intersect( rRect ); in ImplPaint()
1207 aClipRgn.Intersect( pItem->maRect ); in ImplPaint()
1209 aClipRgn.Intersect( rRect ); in ImplPaint()
1223 aClipRgn.Intersect( pCurItem->maRect ); in ImplPaint()
1225 aClipRgn.Intersect( rRect ); in ImplPaint()
/trunk/main/svx/source/sdr/overlay/
H A Doverlaymanagerbuffered.cxx202 aRegion.Intersect(aPaintRegionPixel); in ImpSaveBackground()
211 aRegion.Intersect(aBufferDeviceRectanglePixel); in ImpSaveBackground()
/trunk/main/sc/source/ui/vba/
H A Dvbaglobals.cxx197 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 Dvbaglobals.hxx79 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Intersect( const css::uno::Reference< ov…
/trunk/main/sc/source/core/tool/
H A Ddetfunc.cxx292 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()
/trunk/main/svl/inc/svl/
H A Ditemset.hxx169 virtual void Intersect( const SfxItemSet& rSet );
/trunk/main/svx/source/svdraw/
H A Dsvdpntv.cxx804 aOptimizedRepaintRegion.Intersect(pWindow->GetPaintRegion()); in CompleteRedraw()
998 aOptimizedRepaintRegion.Intersect(pWindow->GetPaintRegion()); in BeginDrawLayers()
/trunk/main/sw/source/core/attr/
H A Dswatrset.cxx255 SfxItemSet::Intersect( rSet ); in Intersect_BC()
/trunk/main/oovbaapi/ooo/vba/excel/
H A DXGlobals.idl67 XRange Intersect([in] XRange Arg1, [in] XRange Arg2, [in] /*Optional*/ any Arg3, [in] /*Optional*/ …
H A DXApplication.idl82 …XRange Intersect([in] XRange Arg1, [in] XRange Arg2, [in] /*Optional*/ any Arg3, [in] /*Optional*/…
/trunk/main/canvas/source/cairo/
H A Dcairo_canvashelper_text.cxx181 aClipRegion.Intersect( aRegion ); in setupOutDevState()

Completed in 160 milliseconds

1234567