Home
last modified time | relevance | path

Searched refs:ImpEdgeHdl (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/svx/source/svdraw/
H A Dsvdoedge.cxx1745 pHdl=new ImpEdgeHdl((*pEdgeTrack)[0],HDL_POLY); in GetHdl()
1758 pHdl=new ImpEdgeHdl(Point(),HDL_POLY); in GetHdl()
1761 if (nNum==0) ((ImpEdgeHdl*)pHdl)->SetLineCode(OBJ1LINE2); in GetHdl()
1762 if (nNum==1) ((ImpEdgeHdl*)pHdl)->SetLineCode(OBJ1LINE3); in GetHdl()
1767 if (nNum==0) ((ImpEdgeHdl*)pHdl)->SetLineCode(OBJ2LINE2); in GetHdl()
1768 if (nNum==1) ((ImpEdgeHdl*)pHdl)->SetLineCode(OBJ2LINE3); in GetHdl()
1773 ((ImpEdgeHdl*)pHdl)->SetLineCode(MIDDLELINE); in GetHdl()
1791 pHdl=new ImpEdgeHdl(aPos,HDL_POLY); in GetHdl()
1792 if (nNum==2) ((ImpEdgeHdl*)pHdl)->SetLineCode(OBJ1LINE2); in GetHdl()
1793 if (nNum==3) ((ImpEdgeHdl*)pHdl)->SetLineCode(OBJ2LINE2); in GetHdl()
[all …]
H A Dsvdhdl.cxx1499 ImpEdgeHdl::~ImpEdgeHdl() in ~ImpEdgeHdl()
1503 void ImpEdgeHdl::CreateB2dIAObject() in CreateB2dIAObject()
1569 void ImpEdgeHdl::SetLineCode(SdrEdgeLineCode eCode) in SetLineCode()
1581 Pointer ImpEdgeHdl::GetPointer() const in GetPointer()
1594 sal_Bool ImpEdgeHdl::IsHorzDrag() const in IsHorzDrag()
/aoo4110/main/svx/inc/svx/
H A Dsvdhdl.hxx404 class ImpEdgeHdl: public SdrHdl class
412 ImpEdgeHdl(const Point& rPnt, SdrHdlKind eNewKind): SdrHdl(rPnt,eNewKind),eLineCode(MIDDLELINE) {} in ImpEdgeHdl() function in ImpEdgeHdl
413 virtual ~ImpEdgeHdl();
H A Dsvdoedge.hxx49 friend class ImpEdgeHdl;
160 friend class ImpEdgeHdl;

Completed in 48 milliseconds