Lines Matching refs:nWish
1586 SwTwips lcl_CalcWish( const SwLayoutFrm *pCell, long nWish, in lcl_CalcWish() argument
1590 if ( !nWish ) in lcl_CalcWish()
1591 nWish = 1; in lcl_CalcWish()
1604 nRet += ( bRTL ? ( -1 ) : 1 ) * nTmp * nAct / nWish; in lcl_CalcWish()
1703 const long nWish = ( nTmpWish > 0 ) ? nTmpWish : 1; in lcl_FindStartEndCol() local
1723 nSX = ::lcl_CalcWish( rpStart, nWish, nPrtWidth ) + (pTab->*fnRect->fnGetPrtLeft)(); in lcl_FindStartEndCol()
1724 nSX2 = nSX + (rpStart->GetFmt()->GetFrmSize().GetWidth() * nPrtWidth / nWish); in lcl_FindStartEndCol()
1771 nEX = ::lcl_CalcWish( rpEnd, nWish, nPrtWidth ) + (pTab->*fnRect->fnGetPrtLeft)(); in lcl_FindStartEndCol()
1913 const long nWish = Max( 1L, pTable->GetFmt()->GetFrmSize().GetWidth() ); in MakeSelUnions() local
1919 long nSt1 = ::lcl_CalcWish( pStart, nWish, nPrtWidth ) + nOfst; in MakeSelUnions()
1920 long nEd1 = ::lcl_CalcWish( pEnd, nWish, nPrtWidth ) + nOfst; in MakeSelUnions()
1923 nEd1 += (long)((nEdSz * nPrtWidth) / nWish) - 1; in MakeSelUnions()
1925 nSt1 += (long)((nStSz * nPrtWidth) / nWish) - 1; in MakeSelUnions()