| /trunk/main/basegfx/source/polygon/ |
| H A D | b2dpolygonclipper.cxx | 112 const bool bInside(bParallelToXAxis ? in clipPolygonOnParallelAxis() local 116 if(bInside) in clipPolygonOnParallelAxis() 193 …lipPolygonOnRange(const B2DPolygon& rCandidate, const B2DRange& rRange, bool bInside, bool bStroke) in clipPolygonOnRange() argument 206 if(bInside) in clipPolygonOnRange() 223 if(bInside) in clipPolygonOnRange() 235 if(!bInside) in clipPolygonOnRange() 248 … return clipPolygonOnPolyPolygon(rCandidate, B2DPolyPolygon(aClip), bInside, bStroke); in clipPolygonOnRange() 253 … aRetval = clipPolygonOnParallelAxis(rCandidate, true, bInside, rRange.getMinY(), bStroke); in clipPolygonOnRange() 260 …aRetval = clipPolygonOnParallelAxis(aRetval.getB2DPolygon(0L), false, bInside, rRange.getMinX(), b… in clipPolygonOnRange() 264 … aRetval = clipPolyPolygonOnParallelAxis(aRetval, false, bInside, rRange.getMinX(), bStroke); in clipPolygonOnRange() [all …]
|
| H A D | b3dpolygonclipper.cxx | 307 …olygonOnRange(const B3DPolyPolygon& rCandidate, const B2DRange& rRange, bool bInside, bool bStroke) in clipPolyPolygonOnRange() argument 313 … aRetval.append(clipPolygonOnRange(rCandidate.getB3DPolygon(a), rRange, bInside, bStroke)); in clipPolyPolygonOnRange() 319 …lipPolygonOnRange(const B3DPolygon& rCandidate, const B2DRange& rRange, bool bInside, bool bStroke) in clipPolygonOnRange() argument 327 if(!bInside && rCandidate.count()) in clipPolygonOnRange() 342 if(bInside) in clipPolygonOnRange() 350 if(!bInside) in clipPolygonOnRange() 359 …tval = clipPolygonOnOrthogonalPlane(rCandidate, tools::B3DORIENTATION_X, bInside, rRange.getMinX()… in clipPolygonOnRange() 366 …gonOnOrthogonalPlane(aRetval.getB3DPolygon(0L), tools::B3DORIENTATION_Y, bInside, rRange.getMinY()… in clipPolygonOnRange() 370 …val = clipPolyPolygonOnOrthogonalPlane(aRetval, tools::B3DORIENTATION_Y, bInside, rRange.getMinY()… in clipPolygonOnRange() 378 …onOnOrthogonalPlane(aRetval.getB3DPolygon(0L), tools::B3DORIENTATION_X, !bInside, rRange.getMaxX()… in clipPolygonOnRange() [all …]
|
| H A D | b2dpolypolygontools.cxx | 224 const bool bInside(isInside(aPolygon, rPoint, bWithBorder)); in isInside() local 226 if(bInside) in isInside()
|
| H A D | b3dpolypolygontools.cxx | 501 const bool bInside(isInside(aPolygon, rPoint, bWithBorder)); in isInside() local 503 if(bInside) in isInside()
|
| /trunk/main/basegfx/inc/basegfx/polygon/ |
| H A D | b3dpolygonclipper.hxx | 63 …lygonOnRange(const B3DPolyPolygon& rCandidate, const B3DRange& rRange, bool bInside, bool bStroke); 66 …ipPolygonOnRange(const B3DPolygon& rCandidate, const B3DRange& rRange, bool bInside, bool bStroke); 69 …lygonOnRange(const B3DPolyPolygon& rCandidate, const B2DRange& rRange, bool bInside, bool bStroke); 70 …ipPolygonOnRange(const B3DPolygon& rCandidate, const B2DRange& rRange, bool bInside, bool bStroke);
|
| H A D | b2dpolygonclipper.hxx | 52 …lygonOnRange(const B2DPolyPolygon& rCandidate, const B2DRange& rRange, bool bInside, bool bStroke); 53 …ipPolygonOnRange(const B2DPolygon& rCandidate, const B2DRange& rRange, bool bInside, bool bStroke); 68 …Polygon(const B2DPolyPolygon& rCandidate, const B2DPolyPolygon& rClip, bool bInside, bool bStroke); 69 …PolyPolygon(const B2DPolygon& rCandidate, const B2DPolyPolygon& rClip, bool bInside, bool bStroke);
|
| /trunk/main/accessibility/source/standard/ |
| H A D | vclxaccessiblelistitem.cxx | 357 sal_Bool bInside = sal_False; in containsPoint() local 362 bInside = aRect.IsInside( VCLPoint( _aPoint ) ); in containsPoint() 364 return bInside; in containsPoint()
|
| H A D | vclxaccessiblelist.cxx | 686 sal_Bool bInside = sal_False; in contains() local 692 bInside = aRect.IsInside( VCLPoint( rPoint ) ); in contains() 695 return bInside; in contains()
|
| /trunk/main/sw/source/core/layout/ |
| H A D | trvlfrm.cxx | 444 sal_Bool bInside = Frm().IsInside( rPoint ) && Lower(), in GetCrsrOfst() local 449 if ( bInside && pCMS && pCMS->eState == MV_SETONLYTEXT && in GetCrsrOfst() 451 bInside = sal_False; in GetCrsrOfst() 454 if ( bInside && pPage && pPage->GetSortedObjs() ) in GetCrsrOfst() 475 while ( bInside && !bRet ) in GetCrsrOfst()
|
| /trunk/main/accessibility/source/extended/ |
| H A D | accessibleiconchoicectrlentry.cxx | 527 sal_Bool bInside = aRect.IsInside( aPnt ); in getIndexAtPoint() local 529 if ( bInside ) in getIndexAtPoint()
|
| /trunk/main/vcl/source/control/ |
| H A D | ilstbox.cxx | 1247 sal_Bool bInside = aRect.IsInside( rTEvt.GetMouseEvent().GetPosPixel() ); in Tracking() local 1251 if ( bInside && !rTEvt.IsTrackingCanceled() ) in Tracking() 1283 if ( bInside ) in Tracking() 1329 if ( bInside ) in Tracking()
|
| /trunk/main/vcl/unx/generic/window/ |
| H A D | salframe.cxx | 2964 bool bInside = false; in HandleMouseEvent() local 2976 bInside = true; in HandleMouseEvent() 2980 if( ! bInside ) in HandleMouseEvent()
|
| /trunk/main/vcl/source/window/ |
| H A D | window.cxx | 412 bool bInside = false; in ImplCheckUIFont() local 416 bInside = true; in ImplCheckUIFont() 418 bInside = false; in ImplCheckUIFont() 421 || ((c >= 'A') && (c <= 'Z') && bInside) ) in ImplCheckUIFont()
|