Searched refs:eLineCode (Results  1 – 4 of 4) sorted by relevance
| /aoo4110/main/svx/inc/svx/ | 
| H A D | svdoedge.hxx | 122 	Point& ImpGetLineVersatzPoint(SdrEdgeLineCode eLineCode);123 …etLineVersatzPoint(SdrEdgeLineCode eLineCode) const { return ((SdrEdgeInfoRec*)this)->ImpGetLineVe…  in ImpGetLineVersatzPoint()
 124 	sal_uInt16 ImpGetPolyIdx(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const;
 125 	FASTBOOL ImpIsHorzLine(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const;
 126 	void ImpSetLineVersatz(SdrEdgeLineCode eLineCode, const XPolygon& rXP, long nVal);
 127 	long ImpGetLineVersatz(SdrEdgeLineCode eLineCode, const XPolygon& rXP) const;
 
 | 
| H A D | svdhdl.hxx | 406 	SdrEdgeLineCode eLineCode;  member in ImpEdgeHdl412 	ImpEdgeHdl(const Point& rPnt, SdrHdlKind eNewKind): SdrHdl(rPnt,eNewKind),eLineCode(MIDDLELINE) {}  in ImpEdgeHdl()
 416 	SdrEdgeLineCode GetLineCode() const     { return eLineCode; }  in GetLineCode()
 
 | 
| /aoo4110/main/svx/source/svdraw/ | 
| H A D | svdoedge.cxx | 104 Point& SdrEdgeInfoRec::ImpGetLineVersatzPoint(SdrEdgeLineCode eLineCode)  in ImpGetLineVersatzPoint()  argument106 	switch (eLineCode) {  in ImpGetLineVersatzPoint()
 118 	switch (eLineCode) {  in ImpGetPolyIdx()
 130 	sal_uInt16 nIdx=ImpGetPolyIdx(eLineCode,rXP);  in ImpIsHorzLine()
 132 	if (eLineCode==OBJ2LINE2 || eLineCode==OBJ2LINE3) {  in ImpIsHorzLine()
 142 	Point& rPt=ImpGetLineVersatzPoint(eLineCode);  in ImpSetLineVersatz()
 143 	if (ImpIsHorzLine(eLineCode,rXP)) rPt.Y()=nVal;  in ImpSetLineVersatz()
 149 	const Point& rPt=ImpGetLineVersatzPoint(eLineCode);  in ImpGetLineVersatz()
 150 	if (ImpIsHorzLine(eLineCode,rXP)) return rPt.Y();  in ImpGetLineVersatz()
 1909 		const SdrEdgeLineCode eLineCode = pEdgeHdl->GetLineCode();  in applySpecialDrag()  local
 [all …]
 
 | 
| H A D | svdhdl.cxx | 1571 	if(eLineCode != eCode)  in SetLineCode()1574 		eLineCode = eCode;   in SetLineCode()
 1607         return !rInfo.ImpIsHorzLine(eLineCode,*pEdge->pEdgeTrack);  in IsHorzDrag()
 
 | 
        Completed in 161 milliseconds