| /aoo41x/main/vcl/source/control/ | 
| H A D | spinbtn.cxx | 223     if ( maUpperRect.IsInside( rMEvt.GetPosPixel() ) && ( ImplIsUpperEnabled() ) )  in MouseButtonDown()229     else if ( maLowerRect.IsInside( rMEvt.GetPosPixel() ) && ( ImplIsLowerEnabled() ) )  in MouseButtonDown()
 281     if ( !maUpperRect.IsInside( rMEvt.GetPosPixel() ) &&  in MouseMove()
 289     else if ( !maLowerRect.IsInside( rMEvt.GetPosPixel() ) &&  in MouseMove()
 297     else if ( maUpperRect.IsInside( rMEvt.GetPosPixel() ) &&  in MouseMove()
 306     else if ( maLowerRect.IsInside( rMEvt.GetPosPixel() ) &&  in MouseMove()
 500     if( maUpperRect.IsInside( rPt ) )  in ImplFindPartRect()
 502     else if( maLowerRect.IsInside( rPt ) )  in ImplFindPartRect()
 
 | 
| H A D | spinfld.cxx | 59     if( pWin->IsMouseOver() && rUpperRect.IsInside( aPointerPos ) )  in ImplGetSpinbuttonValue()71     if( pWin->IsMouseOver() && rLowerRect.IsInside( aPointerPos ) &&  in ImplGetSpinbuttonValue()
 72                               !rUpperRect.IsInside( aPointerPos ) )  in ImplGetSpinbuttonValue()
 423 		if ( maUpperRect.IsInside( rMEvt.GetPosPixel() ) )  in MouseButtonDown()
 429 		else if ( maLowerRect.IsInside( rMEvt.GetPosPixel() ) )  in MouseButtonDown()
 435 		else if ( maDropDownRect.IsInside( rMEvt.GetPosPixel() ) )  in MouseButtonDown()
 490 			sal_Bool bNewUpperIn = maUpperRect.IsInside( rMEvt.GetPosPixel() );  in MouseMove()
 508 			sal_Bool bNewLowerIn = maLowerRect.IsInside( rMEvt.GetPosPixel() );  in MouseMove()
 897     if( maUpperRect.IsInside( rPt ) )  in ImplFindPartRect()
 899     else if( maLowerRect.IsInside( rPt ) )  in ImplFindPartRect()
 
 | 
| H A D | scrbar.cxx | 892                     maBtn1Rect.IsInside( rMousePos ) )  in ImplDoMouseAction()905                     maBtn2Rect.IsInside( rMousePos ) )  in ImplDoMouseAction()
 919                     maPage1Rect.IsInside( rMousePos ) )  in ImplDoMouseAction()
 933                     maPage2Rect.IsInside( rMousePos ) )  in ImplDoMouseAction()
 999                 maBtn1Rect.IsInside( rMousePos ) )  in MouseButtonDown()
 1013                 maBtn2Rect.IsInside( rMousePos ) )  in MouseButtonDown()
 1356             maBtn1Rect.IsInside( rPt ) )  in ImplFindPartRect()
 1361             maBtn2Rect.IsInside( rPt ) )  in ImplFindPartRect()
 1367             maPage1Rect.IsInside( rPt ) )  in ImplFindPartRect()
 1373             maPage2Rect.IsInside( rPt ) )  in ImplFindPartRect()
 [all …]
 
 | 
| H A D | button.cxx | 899     return aTestRect.IsInside( rPos );  in ImplHitTestPushButton()2625     if ( rMEvt.IsLeft() && maMouseRect.IsInside( rMEvt.GetPosPixel() ) )  in MouseButtonDown()
 2658         if ( maMouseRect.IsInside( rTEvt.GetMouseEvent().GetPosPixel() ) )  in Tracking()
 2917                 if( ( maMouseRect.IsInside( GetPointerPosPixel()) &&  in PreNotify()
 2918                      !maMouseRect.IsInside( GetLastPointerPosPixel()) ) ||  in PreNotify()
 2919                     ( maMouseRect.IsInside( GetLastPointerPosPixel()) &&  in PreNotify()
 2920                      !maMouseRect.IsInside( GetPointerPosPixel()) ) ||  in PreNotify()
 3571     if ( rMEvt.IsLeft() && maMouseRect.IsInside( rMEvt.GetPosPixel() ) )  in MouseButtonDown()
 3914                 if( ( maMouseRect.IsInside( GetPointerPosPixel()) &&   in PreNotify()
 3916                     ( maMouseRect.IsInside( GetLastPointerPosPixel()) &&   in PreNotify()
 [all …]
 
 | 
| H A D | slider.cxx | 395         if( maThumbRect.IsInside( GetPointerPosPixel() ) )  in ImplDraw()527 	return aRect.IsInside( rPos );  in ImplIsPageUp()
 546 	return aRect.IsInside( rPos );  in ImplIsPageDown()
 700 		if ( maThumbRect.IsInside( rMousePos ) )  in MouseButtonDown()
 
 | 
| /aoo41x/main/tools/source/memtools/ | 
| H A D | multisel.cxx | 389 	DBG_ASSERT( aTotRange.IsInside(nIndex), "selected index out of range" );  in Select()392 	if ( !aTotRange.IsInside(nIndex) )  in Select()
 402 			 aSels.GetObject(nSubSelPos)->IsInside( nIndex ) )  in Select()
 436 			 !aSels.GetObject(nSubSelPos)->IsInside( nIndex ) )  in Select()
 488 	DBG_ASSERT(aTotRange.IsInside(nTmpMax), "selected index out of range" );  in Select()
 489 	DBG_ASSERT(aTotRange.IsInside(nTmpMin), "selected index out of range" );  in Select()
 565 		   aSels.GetObject(nSubSelPos)->IsInside(nIndex);  in IsSelected()
 582 				  aSels.GetObject(nSubSelPos)->IsInside(nIndex) )  in Insert()
 633 		 aSels.GetObject(nSubSelPos)->IsInside(nIndex) )  in Remove()
 
 | 
| /aoo41x/main/vcl/source/window/ | 
| H A D | brdwin.cxx | 247 	if ( pData->maTitleRect.IsInside( rPos ) )  in ImplHitTest()249 		if ( pData->maCloseRect.IsInside( rPos ) )  in ImplHitTest()
 251 		else if ( pData->maRollRect.IsInside( rPos ) )  in ImplHitTest()
 253 		else if ( pData->maMenuRect.IsInside( rPos ) )  in ImplHitTest()
 255 		else if ( pData->maDockRect.IsInside( rPos ) )  in ImplHitTest()
 257 		else if ( pData->maHideRect.IsInside( rPos ) )  in ImplHitTest()
 259 		else if ( pData->maHelpRect.IsInside( rPos ) )  in ImplHitTest()
 261 		else if ( pData->maPinRect.IsInside( rPos ) )  in ImplHitTest()
 665 			if ( pData->maRollRect.IsInside( aMousePos ) )  in ImplTracking()
 684 			if ( pData->maDockRect.IsInside( aMousePos ) )  in ImplTracking()
 [all …]
 
 | 
| H A D | splitwin.cxx | 434 			if ( aRect.IsInside( rPos ) )  in ImplFindItem()2437 	if ( aTestRect.IsInside( aMousePosPixel ) )  in MouseButtonDown()
 2446 		if ( aTestRect.IsInside( aMousePosPixel ) )  in MouseButtonDown()
 2455 			if ( aTestRect.IsInside( aMousePosPixel ) )  in MouseButtonDown()
 2495 		if ( !aAutoHideRect.IsInside( aPos ) &&  in MouseMove()
 2496 			 !aFadeInRect.IsInside( aPos ) &&  in MouseMove()
 2497 			 !aFadeOutRect.IsInside( aPos ) )  in MouseMove()
 2713 …if ( aFadeInRect.IsInside( GetPointerPosPixel() ) != aFadeInRect.IsInside( GetLastPointerPosPixel(…  in PreNotify()
 2715 …if ( aFadeOutRect.IsInside( GetPointerPosPixel() ) != aFadeOutRect.IsInside( GetLastPointerPosPixe…  in PreNotify()
 2779 		if ( aHelpRect.IsInside( aMousePosPixel ) )  in RequestHelp()
 [all …]
 
 | 
| H A D | toolbox.cxx | 3982         if ( pItem->maRect.IsInside( aMousePos ) )  in ImplHandleMouseMove()4010         sal_Bool bNewIn = maUpperRect.IsInside( aMousePos );  in ImplHandleMouseMove()
 4021         sal_Bool bNewIn = maLowerRect.IsInside( aMousePos );  in ImplHandleMouseMove()
 4219             if ( it->maRect.IsInside( aMousePos ) )  in MouseMove()
 4310                 if ( it->maRect.IsInside( aMousePos ) )  in MouseMove()
 4331                 if ( it->maRect.IsInside( aMousePos ) )  in MouseMove()
 4437             if ( it->maRect.IsInside( aMousePos ) )  in MouseButtonDown()
 4579         if ( maUpperRect.IsInside( aMousePos ) )  in MouseButtonDown()
 4590         if ( maLowerRect.IsInside( aMousePos ) )  in MouseButtonDown()
 4601         if ( maNextToolRect.IsInside( aMousePos ) )  in MouseButtonDown()
 [all …]
 
 | 
| /aoo41x/main/tools/inc/tools/ | 
| H A D | gen.hxx | 289 	sal_Bool			IsInside( long nIs ) const;302 inline sal_Bool Range::IsInside( long nIs ) const  in IsInside()  function in Range
 338 	sal_Bool			IsInside( long nIs ) const;
 363 inline sal_Bool Selection::IsInside( long nIs ) const  in IsInside()  function in Selection
 434 	sal_Bool				IsInside( const Point& rPOINT ) const;
 435 	sal_Bool				IsInside( const Rectangle& rRect ) const;
 
 | 
| /aoo41x/main/sw/source/core/layout/ | 
| H A D | trvlfrm.cxx | 127         if ( aPaintRect.IsInside( rPoint ) &&  in GetCrsrOfst()156     if ( !Frm().IsInside( aPoint ) )  in GetCrsrOfst()
 387 			    if ( pFrm->Frm().IsInside( rPoint ) )  in GetCrsrOfst()
 462 			if ( pFly && pFly->Frm().IsInside( rPoint ) &&  in GetCrsrOfst()
 463 				 Frm().IsInside( pFly->Frm() ) )  in GetCrsrOfst()
 481 			if ( pFrm->Frm().IsInside( rPoint ) )  in GetCrsrOfst()
 830 						if ( !pCnt->Frm().IsInside( aInsideCnt ) )  in lcl_UpDown()
 838 					else if ( pCnt->Frm().IsInside( aInsideCnt ) )  in lcl_UpDown()
 1132 			return pUp->Frm().IsInside( rPt ) ? pUp : NULL;  in lcl_Inside()
 1186 					if ( aCntFrm.IsInside( rPoint ) )  in GetCntntPos()
 [all …]
 
 | 
| H A D | flycnt.cxx | 640 	if ( pCnt->Frm().IsInside( rPt ) )  in lcl_CalcDownDist()669         if ( pUp->Frm().IsInside( rPt ) )  in lcl_CalcDownDist()
 816 			while ( pLay && !pLay->Frm().IsInside( rPt ) &&  in lcl_CalcDownDist()
 926 				if ( pLay->Frm().IsInside( rPt ) )  in lcl_CalcDownDist()
 1155 	if ( pCnt->IsInDocBody() == bBody && pCnt->Frm().IsInside( aNew ) )  in FindAnchor()
 1165 		if ( pTmp && pTmp->Frm().IsInside( aNew ) )  in FindAnchor()
 1323 	if ( pCnt->Frm().IsInside( aNew ) )  in SetAbsPos()
 
 | 
| /aoo41x/main/tools/source/generic/ | 
| H A D | gen.cxx | 322 sal_Bool Rectangle::IsInside( const Point& rPoint ) const  in IsInside()  function in Rectangle361 sal_Bool Rectangle::IsInside( const Rectangle& rRect ) const  in IsInside()  function in Rectangle
 363     if ( IsInside( rRect.TopLeft() ) && IsInside( rRect.BottomRight() ) )  in IsInside()
 
 | 
| /aoo41x/main/svx/source/svdraw/ | 
| H A D | svdmrkv.cxx | 1579 			if (aFrm1.IsInside(aRect)) {  in MarkObj()1696     if (aRect.IsInside(rPnt))   in CheckSingleSdrObjectHit()
 1934 			if (aRect.IsInside(aPt)) {  in PickMarkedObj()
 1972 		if      (aRct1.IsInside(aBR.TopLeft()))      eRet=SDRHIT_BOUNDTL;  in PickSomething()
 1973 		else if (aRct1.IsInside(aBR.TopCenter()))    eRet=SDRHIT_BOUNDTC;  in PickSomething()
 1974 		else if (aRct1.IsInside(aBR.TopRight()))     eRet=SDRHIT_BOUNDTR;  in PickSomething()
 1975 		else if (aRct1.IsInside(aBR.LeftCenter()))   eRet=SDRHIT_BOUNDCL;  in PickSomething()
 1976 		else if (aRct1.IsInside(aBR.RightCenter()))  eRet=SDRHIT_BOUNDCR;  in PickSomething()
 1977 		else if (aRct1.IsInside(aBR.BottomLeft()))   eRet=SDRHIT_BOUNDBL;  in PickSomething()
 1978 		else if (aRct1.IsInside(aBR.BottomCenter())) eRet=SDRHIT_BOUNDBC;  in PickSomething()
 [all …]
 
 | 
| /aoo41x/main/sc/source/core/data/ | 
| H A D | drwlayer.cxx | 936 					if (rArea.IsInside(aPoint))  in MoveAreaTwips()940 					else if (bShrink && aNew.IsInside(aPoint))  in MoveAreaTwips()
 973 				if (rArea.IsInside(aTopLeft))  in MoveAreaTwips()
 978 				else if (bShrink && aNew.IsInside(aTopLeft))  in MoveAreaTwips()
 1015 				else if ( rArea.IsInside( bNegativePage ? aObjRect.BottomLeft() : aObjRect.BottomRight() ) &&  in MoveAreaTwips()
 1207 …      if ( (aTestRect.IsInside(aObjRect.TopLeft()) || aTestRect.IsInside(aObjRect.BottomLeft())) &&  in HasObjectsInRows()
 1286                 if ( aDelRect.IsInside( aObjRect ) )  in DeleteObjectsInArea()
 1345                             if ( aMarkBound.IsInside( aObjRect ) )  in DeleteObjectsInSelection()
 1392 …if ( rRange.IsInside( aObjRect ) && (pOldObject->GetLayer() != SC_LAYER_INTERN) && !IsNoteCaption(…  in CopyToClip()
 1575 …if ( rSourceRange.IsInside( aObjRect ) && (pOldObject->GetLayer() != SC_LAYER_INTERN) && !IsNoteCa…  in CopyFromClip()
 
 | 
| /aoo41x/main/sdext/source/presenter/ | 
| H A D | PresenterScrollBar.cxx | 706     if (PresenterGeometryHelper::IsInside(GetRectangle(Pager), aPoint))  in GetArea()708         if (PresenterGeometryHelper::IsInside(GetRectangle(Thumb), aPoint))  in GetArea()
 710         else if (PresenterGeometryHelper::IsInside(GetRectangle(PagerUp), aPoint))  in GetArea()
 712         else if (PresenterGeometryHelper::IsInside(GetRectangle(PagerDown), aPoint))  in GetArea()
 715     else if (PresenterGeometryHelper::IsInside(GetRectangle(PrevButton), aPoint))  in GetArea()
 717     else if (PresenterGeometryHelper::IsInside(GetRectangle(NextButton), aPoint))  in GetArea()
 
 | 
| /aoo41x/main/soldep/source/ | 
| H A D | tbox.cxx | 228 		if ( rEvent.IsLeft() && aRect.IsInside( rEvent.GetPosPixel()))  in MouseButtonDown()290 		if ( rEvent.IsLeft() && aRect.IsInside( rEvent.GetPosPixel()))  in MouseButtonUp()
 323 		if ( !aRect.IsInside( rEvent.GetPosPixel()))  in MouseMove()
 408 			&& ( GetItemRect(GetItemId( 0 )).IsInside(rCEvt.GetMousePosPixel())))  in Command()
 
 | 
| /aoo41x/main/sw/source/core/bastyp/ | 
| H A D | swrect.cxx | 169 sal_Bool SwRect::IsInside( const SwRect& rRect ) const  in IsInside()  function in SwRect183 sal_Bool SwRect::IsInside( const Point& rPoint ) const  in IsInside()  function in SwRect
 195 	return    IsInside(rPoint) ||  in IsNear()
 
 | 
| /aoo41x/main/dbaccess/source/ui/control/ | 
| H A D | ScrollHelper.cxx | 61 		if( aScrollArea.IsInside(_rPoint) )  in scroll()67 			if( aScrollArea.IsInside(_rPoint) )  in scroll()
 
 | 
| /aoo41x/main/vcl/inc/vcl/ | 
| H A D | regband.hxx | 128 	bool						IsInside( long nX );129 	bool						IsInside( long nLeft, long nRight );
 
 | 
| H A D | region.hxx | 109 	bool IsInside( const Point& rPoint ) const;110 	bool IsInside( const Rectangle& rRect ) const;
 
 | 
| /aoo41x/main/sd/source/ui/slidesorter/view/ | 
| H A D | SlideSorterView.cxx | 566                     aRange.IsInside(nIndex));  in DeterminePageObjectVisibilities()613                     maVisiblePageRange.IsInside(nIndex));  in UpdatePreciousFlags()
 615                     maVisiblePageRange.IsInside(nIndex));  in UpdatePreciousFlags()
 940         if (aWindowBox.IsInside(aPointerState.maPos))  in UpdatePageUnderMouse()
 
 | 
| /aoo41x/main/sw/source/core/text/ | 
| H A D | widorp.cxx | 123 sal_Bool SwTxtFrmBreak::IsInside( SwTxtMargin &rLine ) const  in IsInside()  function in SwTxtFrmBreak195 	if( bKeep || IsInside( rLine ) )  in IsBreakNow()
 551 	if( !IsInside( rLine ) )  in WouldFit()
 
 | 
| /aoo41x/main/sw/source/ui/docvw/ | 
| H A D | edtdd.cxx | 228 		if ( aRect.IsInside(aPos) )  in ExecuteDrop()292 			if( aRect.IsInside( aPos ) )  in GetDropDestination()
 372 	if(!aWin.IsInside(aPixPt)) {  in AcceptDrop()
 
 | 
| /aoo41x/main/sd/source/ui/view/ | 
| H A D | drviews4.cxx | 257 	if ( rRuler.GetExtraRect().IsInside(rMEvt.GetPosPixel()) )  in StartRulerDrag()355 			if ( !aOutputArea.IsInside(rMEvt.GetPosPixel()) )  in MouseMove()
 365                     if ( aOutputArea.IsInside(aPos) )  in MouseMove()
 479 			if (aOutputArea.IsInside(rMEvt.GetPosPixel()))  in MouseButtonUp()
 
 |