Searched refs:IsHit (Results 1 – 13 of 13) sorted by relevance
/aoo4110/main/svtools/source/misc/ |
H A D | imap.cxx | 277 sal_Bool IMapRectangleObject::IsHit( const Point& rPoint ) const in IsHit() function in IMapRectangleObject 426 sal_Bool IMapCircleObject::IsHit( const Point& rPoint ) const in IsHit() function in IMapCircleObject 614 sal_Bool IMapPolygonObject::IsHit( const Point& rPoint ) const in IsHit() function in IMapPolygonObject 1006 if ( pObj->IsHit( aRelPoint ) ) in GetHitIMapObject()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdhlpln.cxx | 46 FASTBOOL SdrHelpLine::IsHit(const Point& rPnt, sal_uInt16 nTolLog, const OutputDevice& rOut) const in IsHit() function in SdrHelpLine 140 if (GetObject(i)->IsHit(rPnt,nTolLog,rOut)) return i; in HitTest()
|
H A D | svdglue.cxx | 304 FASTBOOL SdrGluePoint::IsHit(const Point& rPnt, const OutputDevice& rOut, const SdrObject* pObj) co… in IsHit() function in SdrGluePoint 400 if (pGP->IsHit(rPnt,rOut,pObj)) nRet=nNum; in HitTest()
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | imaprect.hxx | 64 virtual sal_Bool IsHit( const Point& rPoint ) const;
|
H A D | imapcirc.hxx | 65 virtual sal_Bool IsHit( const Point& rPoint ) const;
|
H A D | imappoly.hxx | 68 virtual sal_Bool IsHit( const Point& rPoint ) const;
|
H A D | imapobj.hxx | 103 virtual sal_Bool IsHit( const Point& rPoint ) const = 0;
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdhlpln.hxx | 67 FASTBOOL IsHit(const Point& rPnt, sal_uInt16 nTolLog, const OutputDevice& rOut) const;
|
H A D | svdglue.hxx | 99 FASTBOOL IsHit(const Point& rPnt, const OutputDevice& rOut, const SdrObject* pObj) const;
|
/aoo4110/main/sw/inc/ |
H A D | PostItMgr.hxx | 245 bool IsHit(const Point &aPointPixel);
|
/aoo4110/main/svx/source/dialog/ |
H A D | imapwnd.cxx | 535 if ( pIMapObj && pIMapObj->IsHit( aPt ) ) in GetHitSdrObj()
|
/aoo4110/main/sw/source/ui/docvw/ |
H A D | PostItMgr.cxx | 1532 bool SwPostItMgr::IsHit(const Point &aPointPixel) in IsHit() function in SwPostItMgr
|
H A D | edtwin.cxx | 2646 if (rView.GetPostItMgr()->IsHit(rMEvt.GetPosPixel())) in MouseButtonDown() 4782 if (rView.GetPostItMgr()->IsHit(rCEvt.GetMousePosPixel())) in Command()
|
Completed in 86 milliseconds