Searched refs:nTmpLeft (Results 1 – 3 of 3) sorted by relevance
675 long nTmpLeft = (pTmp->Frm().*fnRect->fnGetLeft)(); in PaintArea() local682 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()
195 const SwTwips nTmpLeft = GetInfo().X(); in DrawTextLine() local196 if( !bEndPor && nTmpLeft >= nMaxRight ) in DrawTextLine()242 Point aPnt1( nTmpLeft, GetInfo().GetPos().Y() ); in DrawTextLine()
1841 SwTwips nTmpLeft = Left(); in FeedInf() local1846 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 20 milliseconds