Home
last modified time | relevance | path

Searched refs:nTmpRight (Results 1 – 6 of 6) sorted by relevance

/aoo4110/main/sw/source/core/layout/
H A Dssfrm.cxx674 long nTmpRight = (pTmp->Frm().*fnRect->fnGetRight)(); in PaintArea() local
684 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()
H A Dtabfrm.cxx2929 long nTmpRight = -1000000, in Format() local
2931 if( CalcFlyOffsets( nUpper, nLeftOffset, nTmpRight ) ) in Format()
2933 long nRightOffset = Max( 0L, nTmpRight ); in Format()
/aoo4110/main/sw/source/core/text/
H A Ditrcrsr.cxx487 const SwTwips nTmpRight = Right() - 1; in GetEndCharRect() local
488 if( pOrig->Left() > nTmpRight ) in GetEndCharRect()
489 pOrig->Pos().X() = nTmpRight; in GetEndCharRect()
1227 const SwTwips nTmpRight = Right() - 12; in GetCharRect() local
1240 if( pOrig->Left() > nTmpRight ) in GetCharRect()
1241 pOrig->Pos().X() = nTmpRight; in GetCharRect()
H A Dtxtfly.cxx2129 SwTwips nTmpRight = (aTmp.*fnRect->fnGetRight)(); in CalcRightMargin() local
2157 if( aTmp.IsOver( aLine ) && nTmpRight > nFlyRight ) in CalcRightMargin()
2159 nFlyRight = nTmpRight; in CalcRightMargin()
2241 SwTwips nTmpRight = (aTmp.*fnRect->fnGetRight)(); in CalcLeftMargin() local
2242 if ( nLeft <= nTmpRight ) in CalcLeftMargin()
2243 nLeft = nTmpRight; in CalcLeftMargin()
H A Ditrform2.cxx1842 SwTwips nTmpRight = Right(); in FeedInf() local
1847 nTmpRight > USHRT_MAX || in FeedInf()
1852 nTmpRight = (rInf.GetTxtFrm()->Frm().*fnRect->fnGetRight)(); in FeedInf()
1857 rInf.Right( nTmpRight ); in FeedInf()
/aoo4110/main/sw/source/core/docnode/
H A Dndtbl1.cxx1395 long nTmpRight = nColRight; in lcl_CalcColValues() local
1397 nColLeft = rCols.GetRight() - nTmpRight; in lcl_CalcColValues()

Completed in 70 milliseconds