Home
last modified time | relevance | path

Searched refs:IsInside (Results 151 – 175 of 211) sorted by relevance

123456789

/aoo4110/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx1097 return aRect.IsInside( aPoint ); in containsPoint()
1126 if( aRect.IsInside( aLogPoint ) ) in getAccessibleAtPoint()
1648 if( aRect2.IsInside( Point( rPoint.X, rPoint.Y ) ) ) in getIndexAtPoint()
/aoo4110/main/svx/source/accessibility/
H A Dcharmapacc.cxx113 if ( aRect.IsInside(VCLPoint(aPoint)) ) in getAccessibleAtPoint()
H A Dsvxpixelctlaccessiblecontext.cxx996 return Rectangle( Point( 0, 0 ), GetBoundingBox().GetSize() ).IsInside( VCLPoint( rPoint ) ); in containsPoint()
/aoo4110/main/basctl/source/accessibility/
H A Daccessibledialogwindow.cxx860 if ( aRect.IsInside( aPos ) ) in getAccessibleAtPoint()
/aoo4110/main/vcl/unx/generic/app/
H A Dwmadaptor.cxx1627 if( rScreens[i].IsInside( aMed ) ) in maximizeFrame()
2264 if( rScreens[i].IsInside( aMousePoint ) ) in showFullScreen()
/aoo4110/main/editeng/source/editeng/
H A Deditdoc.cxx980 …else if ( pAttrib->IsInside( nCut ) || ( !nCut && !pAttrib->GetStart() && !pAttrib->IsFeature() ) ) in CopyAndCutAttribs()
1827 if ( pAttr->IsInside( nStart ) ) // splitten in InsertAttrib()
/aoo4110/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx1658 if ( !rWorkArea.IsInside( aMarkRect ) ) in handleKey()
1716 if ( !rWorkArea.IsInside( aMarkRect ) ) in handleKey()
/aoo4110/main/sw/source/ui/docvw/
H A Dedtwin.cxx562 if ( !rSh.VisArea().IsInside( aModPt ) ) in IMPL_LINK()
3475 const sal_Bool bInsWin = rSh.VisArea().IsInside( aDocPt ); in MouseMove()
3495 if ( !aRect.IsInside( aPixPt ) ) // MA 23. May. 95: Tatterschutz. in MouseMove()
4292 rSh.VisArea().IsInside( aDocPt )) in MouseButtonUp()
/aoo4110/main/svx/source/dialog/
H A Dimapwnd.cxx523 if ( Rectangle( Point(), GetGraphicSize() ).IsInside( aPt ) ) in GetHitSdrObj()
H A Dcharmap.cxx155 if ( Rectangle(Point(), GetOutputSize()).IsInside(rMEvt.GetPosPixel())) in MouseButtonUp()
/aoo4110/main/toolkit/source/awt/
H A Dvclxaccessiblecomponent.cxx789 if ( aRect.IsInside( aPos ) ) in getAccessibleAtPoint()
/aoo4110/main/sc/source/core/data/
H A Ddocumen5.cxx219 pObject->GetCurrentBoundRect().IsInside(rPos) ) in HasChartAtPoint()
/aoo4110/main/tools/source/generic/
H A Dpoly.cxx1705 sal_Bool Polygon::IsInside( const Point& rPoint ) const in IsInside() function in Polygon
1715 if ( ( nCount > 2 ) && aBound.IsInside( rPoint ) ) in IsInside()
/aoo4110/main/svx/source/svdraw/
H A Dsvdetc.cxx894 && pObj->GetCurrentBoundRect().IsInside(rPnt) in impGetSdrObjListFillColor()
/aoo4110/main/sfx2/source/dialog/
H A Dsplitwin.cxx1107 if ( aRect.IsInside( OutputToScreenPixel( ((Window*)this)->GetPointerPosPixel() ) ) ) in CursorIsOverRect()
/aoo4110/main/sd/source/ui/func/
H A Dfudraw.cxx373 if ( !aOutputArea.IsInside(rMEvt.GetPosPixel()) ) in MouseButtonUp()
/aoo4110/main/svtools/source/control/
H A Dcalendar.cxx609 if ( maPrevRect.IsInside( rPos ) ) in ImplHitTest()
611 else if ( maNextRect.IsInside( rPos ) ) in ImplHitTest()
/aoo4110/main/vcl/unx/generic/window/
H A Dsalframe.cxx405 if( rScreens[i].IsInside( Point( root_x, root_y ) ) ) in Init()
1483 if( rScreens[i].IsInside( Point( root_x, root_y ) ) ) in Center()
1574 if( rScreenRects[i].IsInside( aPoint ) ) in updateScreenNumber()
/aoo4110/main/sw/source/core/view/
H A Dpagepreviewlayout.cxx949 return aPrevwPageRect.IsInside( mnPrevwPos ) ? true : false; in operator ()()
/aoo4110/main/vcl/source/gdi/
H A Dimpvect.cxx892 if( ( i != nCurPoly ) && rPolyPoly.GetObject( i ).IsInside( rPoly[ 0 ] ) ) in ImplVectorize()
/aoo4110/main/sd/source/ui/animations/
H A Dmotionpathtag.cxx894 if( pRect==NULL || pRect->IsInside(aPos)) in MarkPoints()
/aoo4110/main/vcl/source/control/
H A Dedit.cxx1460 else if ( !rMEvt.IsShift() && HasFocus() && aSelection.IsInside( nChar ) ) in MouseButtonDown()
3133 if ( IsReadOnly() || aSel.IsInside( mpDDInfo->nDropPos ) || ! mpDDInfo->bIsStringSupported ) in dragOver()
H A Dilstbox.cxx969 if( aRect.IsInside( rMEvt.GetPosPixel() ) ) in MouseMove()
1247 sal_Bool bInside = aRect.IsInside( rTEvt.GetMouseEvent().GetPosPixel() ); in Tracking()
/aoo4110/main/sw/source/core/frmedt/
H A Dfews.cxx193 while ( pPage && !pPage->Frm().IsInside( rPoint ) ) in GetPageNumber()
/aoo4110/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx932 if( aScrollRectangle.IsInside( aPaintRectangle ) ) in GetGraphic()

Completed in 234 milliseconds

123456789