Searched refs:nWish (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/sw/source/core/docnode/ |
H A D | ndtbl1.cxx | 1304 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 …]
|
/aoo4110/main/sw/inc/ |
H A D | fmtclds.hxx | 36 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()
|
/aoo4110/main/sw/source/core/frmedt/ |
H A D | tblsel.cxx | 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 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 …]
|
/aoo4110/main/sw/source/ui/frmdlg/ |
H A D | colex.cxx | 444 long nWish = pCol->GetWishWidth(); in SetColumns() local 445 nWish *= nFrmWidth; in SetColumns() 446 nWish /= nWishSum; in SetColumns() 447 pCol->SetWishWidth((sal_uInt16)nWish); in SetColumns()
|
/aoo4110/main/sw/source/core/table/ |
H A D | swtable.cxx | 461 const long nWish = pTabFmt->GetFrmSize().GetWidth(); in lcl_SortedTabColInsert() local 480 nTmp /= nWish; in lcl_SortedTabColInsert() 1138 SwTableLine* pLine, long nWish, long nWidth, bool bTop ) in lcl_CalcNewWidths() argument 1173 nSum /= nWish; in lcl_CalcNewWidths() 1174 nSum *= nWish; in lcl_CalcNewWidths()
|
/aoo4110/main/sw/source/core/doc/ |
H A D | doc.cxx | 2144 sal_uInt8 nWish = nPara; in Summary() local 2148 while( ( nWish || bKeep ) && nIndex + nEndOfs < nNextOutNd && in Summary() 2152 if( pTxtNode->GetTxt().Len() && nWish ) in Summary() 2153 --nWish; in Summary()
|
/aoo4110/main/sw/source/core/layout/ |
H A D | tabfrm.cxx | 5222 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 D | atrfrm.cxx | 801 nWish ( 0 ), in SwColumn() 811 return (nWish == rCmp.GetWishWidth() && in operator ==()
|
Completed in 89 milliseconds