Searched refs:nTmpRight (Results 1 – 6 of 6) sorted by relevance
674 long nTmpRight = (pTmp->Frm().*fnRect->fnGetRight)(); in PaintArea() local684 nTmpRight = (pNxt->Frm().*fnRect->fnGetRight)(); in PaintArea()693 if( bRight || nTmpRight < nRight ) in PaintArea()694 nRight = nTmpRight; in PaintArea()713 if( bRight || nTmpRight < nRight ) in PaintArea()714 nRight = nTmpRight; in PaintArea()733 && ( bRight || nTmpRight < nRight ) ) in PaintArea()735 nRight = nTmpRight; in PaintArea()
2929 long nTmpRight = -1000000, in Format() local2931 if( CalcFlyOffsets( nUpper, nLeftOffset, nTmpRight ) ) in Format()2933 long nRightOffset = Max( 0L, nTmpRight ); in Format()
491 const SwTwips nTmpRight = Right() - 1; in GetEndCharRect() local492 if( pOrig->Left() > nTmpRight ) in GetEndCharRect()493 pOrig->Pos().X() = nTmpRight; in GetEndCharRect()1231 const SwTwips nTmpRight = Right() - 12; in GetCharRect() local1244 if( pOrig->Left() > nTmpRight ) in GetCharRect()1245 pOrig->Pos().X() = nTmpRight; in GetCharRect()
2135 SwTwips nTmpRight = (aTmp.*fnRect->fnGetRight)(); in CalcRightMargin() local2163 if( aTmp.IsOver( aLine ) && nTmpRight > nFlyRight ) in CalcRightMargin()2165 nFlyRight = nTmpRight; in CalcRightMargin()2247 SwTwips nTmpRight = (aTmp.*fnRect->fnGetRight)(); in CalcLeftMargin() local2248 if ( nLeft <= nTmpRight ) in CalcLeftMargin()2249 nLeft = nTmpRight; in CalcLeftMargin()
1842 SwTwips nTmpRight = Right(); in FeedInf() local1847 nTmpRight > USHRT_MAX || in FeedInf()1852 nTmpRight = (rInf.GetTxtFrm()->Frm().*fnRect->fnGetRight)(); in FeedInf()1857 rInf.Right( nTmpRight ); in FeedInf()
1395 long nTmpRight = nColRight; in lcl_CalcColValues() local1397 nColLeft = rCols.GetRight() - nTmpRight; in lcl_CalcColValues()
Completed in 75 milliseconds