Home
last modified time | relevance | path

Searched refs:nWish (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx1304 const sal_uInt16 nWish = bWishValues ? in lcl_CalcSubColValues() local
1337 long nTmp = nWidth * nWish / pCell->Frm().Width(); in lcl_CalcSubColValues()
1419 const sal_uInt16 nWish = ::lcl_CalcCellFit( pCell ); in lcl_CalcColValues() local
1420 if ( nWish > nFit ) in lcl_CalcColValues()
1421 nFit = nWish; in lcl_CalcColValues()
1494 sal_uInt16 nWish = 0, nCnt = 0; in AdjustCellWidth() local
1501 nWish = static_cast<sal_uInt16>( nWish + aTabCols[i] - aTabCols.GetLeft() ); in AdjustCellWidth()
1503 nWish = static_cast<sal_uInt16>(nWish + aTabCols.GetRight() - aTabCols[i-1] ); in AdjustCellWidth()
1505 nWish = static_cast<sal_uInt16>(nWish + aTabCols[i] - aTabCols[i-1] ); in AdjustCellWidth()
1509 nWish = nWish / nCnt; in AdjustCellWidth()
[all …]
/trunk/main/sw/source/core/frmedt/
H A Dtblsel.cxx1586 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
1724 nSX2 = nSX + (rpStart->GetFmt()->GetFrmSize().GetWidth() * nPrtWidth / nWish); 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()
[all …]
/trunk/main/sw/inc/
H A Dfmtclds.hxx36 sal_uInt16 nWish; //Wunschbreite incl. Raender. member in SwColumn
50 void SetWishWidth( sal_uInt16 nNew ) { nWish = nNew; } in SetWishWidth()
56 sal_uInt16 GetWishWidth() const { return nWish; } in GetWishWidth()
/trunk/main/sw/source/ui/frmdlg/
H A Dcolex.cxx467 long nWish = pCol->GetWishWidth(); in SetColumns() local
468 nWish *= nFrmWidth; in SetColumns()
469 nWish /= nWishSum; in SetColumns()
470 pCol->SetWishWidth((sal_uInt16)nWish); in SetColumns()
/trunk/main/sw/source/core/table/
H A Dswtable.cxx527 const long nWish = pTabFmt->GetFrmSize().GetWidth(); in lcl_SortedTabColInsert() local
546 nTmp /= nWish; in lcl_SortedTabColInsert()
1204 SwTableLine* pLine, long nWish, long nWidth, bool bTop ) in lcl_CalcNewWidths() argument
1239 nSum /= nWish; in lcl_CalcNewWidths()
1240 nSum *= nWish; in lcl_CalcNewWidths()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx2126 sal_uInt8 nWish = nPara; in Summary() local
2130 while( ( nWish || bKeep ) && nIndex + nEndOfs < nNextOutNd && in Summary()
2134 if( pTxtNode->GetTxt().Len() && nWish ) in Summary()
2135 --nWish; in Summary()
/trunk/main/sw/source/core/layout/
H A Dtabfrm.cxx5222 const SwTwips nWish = pTab->GetFmt()->GetFrmSize().GetWidth(); in Format() local
5225 ASSERT( nWish, "Tabelle ohne Breite?" ); in Format()
5226 ASSERT( nWidth <= nWish, "Zelle breiter als Tabelle." ); in Format()
5230 if ( nWish != nPrtWidth ) in Format()
5252 nTmpWidth /= nWish; in Format()
5272 nTmpWidth /= nWish; in Format()
H A Datrfrm.cxx806 nWish ( 0 ), in SwColumn()
816 return (nWish == rCmp.GetWishWidth() && in operator ==()

Completed in 93 milliseconds