Home
last modified time | relevance | path

Searched refs:IsInsideSelectedObj (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx410 const sal_Bool bNotInSelObj = !rSh.IsInsideSelectedObj( rLPt ); in UpdatePointer()
2843 if ((rSh.IsInsideSelectedObj(aDocPos) || bHitHandle) && in MouseButtonDown()
2960 !rSh.IsInsideSelectedObj( aDocPos ))) in MouseButtonDown()
3028 if ( !bIsDocReadOnly && rSh.IsInsideSelectedObj(aDocPos) && in MouseButtonDown()
3291 rSh.IsInsideSelectedObj( aDocPos ) ) in MouseButtonDown()
5233 const bool bIsInsideSelectedObj( rSh.IsInsideSelectedObj( aDocPos ) ); in SelectMenuPosition()
H A Dedtdd.cxx105 rSh.IsInsideSelectedObj( aDocPos ) ) in StartDrag()
/trunk/main/sw/inc/
H A Dfesh.hxx268 int IsInsideSelectedObj( const Point& rPt ); //!! returns enum values
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx1103 int SwFEShell::IsInsideSelectedObj( const Point &rPt ) in IsInsideSelectedObj() function in SwFEShell
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx3407 ( rSh.IsSelFrmMode() && rSh.IsInsideSelectedObj( rDragPt )) ) in PrivateDrop()