Home
last modified time | relevance | path

Searched refs:nTmpLeft (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dssfrm.cxx675 long nTmpLeft = (pTmp->Frm().*fnRect->fnGetLeft)(); in PaintArea() local
682 nTmpLeft = (pNxt->Frm().*fnRect->fnGetLeft)(); in PaintArea()
691 if( bLeft || nLeft < nTmpLeft ) in PaintArea()
692 nLeft = nTmpLeft; in PaintArea()
706 if( bLeft || nLeft < nTmpLeft ) in PaintArea()
707 nLeft = nTmpLeft; in PaintArea()
726 if( pTmp->GetPrev() && ( bLeft || nLeft < nTmpLeft ) ) in PaintArea()
728 nLeft = nTmpLeft; in PaintArea()
/trunk/main/sw/source/core/text/
H A Ditrpaint.cxx195 const SwTwips nTmpLeft = GetInfo().X(); in DrawTextLine() local
196 if( !bEndPor && nTmpLeft >= nMaxRight ) in DrawTextLine()
242 Point aPnt1( nTmpLeft, GetInfo().GetPos().Y() ); in DrawTextLine()
H A Ditrform2.cxx1841 SwTwips nTmpLeft = Left(); in FeedInf() local
1846 if ( nTmpLeft > USHRT_MAX || in FeedInf()
1851 nTmpLeft = (rInf.GetTxtFrm()->Frm().*fnRect->fnGetLeft)(); in FeedInf()
1853 nTmpFirst = nTmpLeft; in FeedInf()
1856 rInf.Left( nTmpLeft ); in FeedInf()

Completed in 38 milliseconds