Home
last modified time | relevance | path

Searched refs:HDL_CIRC (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/svx/source/svdraw/
H A Dsvdorect.cxx347 eKind = HDL_CIRC; in GetHdl()
389 const bool bRad(rDrag.GetHdl() && HDL_CIRC == rDrag.GetHdl()->GetKind()); in beginSpecialDrag()
403 const bool bRad(rDrag.GetHdl() && HDL_CIRC == rDrag.GetHdl()->GetKind()); in applySpecialDrag()
441 const bool bRad(rDrag.GetHdl() && HDL_CIRC == rDrag.GetHdl()->GetKind()); in getSpecialDragComment()
H A Dsvdocirc.cxx416 eLocalKind = HDL_CIRC; in GetHdl()
421 eLocalKind = HDL_CIRC; in GetHdl()
488 const bool bWink(rDrag.GetHdl() && HDL_CIRC == rDrag.GetHdl()->GetKind()); in beginSpecialDrag()
505 const bool bWink(rDrag.GetHdl() && HDL_CIRC == rDrag.GetHdl()->GetKind()); in applySpecialDrag()
602 const bool bWink(rDrag.GetHdl() && HDL_CIRC == rDrag.GetHdl()->GetKind()); in getSpecialDragComment()
H A Dsvdhdl.cxx531 case HDL_CIRC: in CreateB2dIAObject()
923 case HDL_CIRC : ePtr=POINTER_HAND; break; in GetPointer()
962 case HDL_CIRC: // Winkel an Kreissegmenten, Eckenradius am Rect in IsFocusHdl()
/AOO41X/main/svx/inc/svx/
H A Dsvdhdl.hxx83 HDL_CIRC, // Winkel an Kreissegmenten, Eckenradius am Rect enumerator
/AOO41X/main/sc/source/ui/drawfunc/
H A Dfusel.cxx149 if(pHdl && (pHdl->GetKind() != HDL_POLY && pHdl->GetKind() != HDL_CIRC)) in MouseButtonDown()
H A Dfutext.cxx234 if(pHdl->GetKind() != HDL_POLY && pHdl->GetKind() != HDL_CIRC) in MouseButtonDown()