Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx275 FASTBOOL CalcLine(const Point& rP1, const Point& rP2, const Point& rDir, SdrView* pView);
276 Point CalcLine(const Point& rCsr, long nDirX, long nDirY, SdrView* pView) const;
390 Point ImpPathCreateUser::CalcLine(const Point& aCsr, long nDirX, long nDirY, SdrView* pView) const in CalcLine() function in ImpPathCreateUser
412 FASTBOOL ImpPathCreateUser::CalcLine(const Point& rP1, const Point& rP2, const Point& rDir, SdrView… in CalcLine() function in ImpPathCreateUser
421 Point aP1(CalcLine(aTmpPt, nDirX, nDirY,pView)); aP1-=aTmpPt; long nQ1=Abs(aP1.X())+Abs(aP1.Y()); in CalcLine()
422 Point aP2(CalcLine(aTmpPt, nDirY,-nDirX,pView)); aP2-=aTmpPt; long nQ2=Abs(aP2.X())+Abs(aP2.Y()); in CalcLine()
1403 pU->CalcLine(rXPoly[nActPoint-1],rXPoly[nActPoint],rXPoly[nActPoint-1]-rXPoly[nActPoint-2],pView); in MovCreate()
/trunk/main/sw/source/core/text/
H A Ditrform2.cxx1578 pCurr->CalcLine( *this, GetInfo() ); in FormatLine()
1590 pCurr->CalcLine( *this, GetInfo() ); in FormatLine()
1942 pCurr->CalcLine( *this, GetInfo() ); in _CalcFitToContent()
H A Dporlay.hxx172 void CalcLine( SwTxtFormatter &rLine, SwTxtFormatInfo &rInf );
H A Dporlay.cxx400 void SwLineLayout::CalcLine( SwTxtFormatter &rLine, SwTxtFormatInfo &rInf ) in CalcLine() function in SwLineLayout
H A Dpormulti.cxx96 pLay->CalcLine( rLine, rInf ); in CalcSize()

Completed in 55 milliseconds