Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/svdraw/
H A Dsvdorect.cxx345 eKind = HDL_CIRC; in GetHdl()
387 const bool bRad(rDrag.GetHdl() && HDL_CIRC == rDrag.GetHdl()->GetKind()); in beginSpecialDrag()
401 const bool bRad(rDrag.GetHdl() && HDL_CIRC == rDrag.GetHdl()->GetKind()); in applySpecialDrag()
439 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.cxx526 case HDL_CIRC: in CreateB2dIAObject()
918 case HDL_CIRC : ePtr=POINTER_HAND; break; in GetPointer()
957 case HDL_CIRC: // Winkel an Kreissegmenten, Eckenradius am Rect in IsFocusHdl()
/AOO42X/main/svx/inc/svx/
H A Dsvdhdl.hxx79 HDL_CIRC, // Winkel an Kreissegmenten, Eckenradius am Rect enumerator
/AOO42X/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()