Searched refs:GetWishWidth (Results 1 – 11 of 11) sorted by relevance
/aoo42x/main/sw/source/ui/frmdlg/ |
H A D | colex.cxx | 433 nSum += pCol->GetWishWidth(); in Paint() 442 nSum += rCols[i]->GetWishWidth(); in Paint() 459 sal_uInt16 nWishSum = m_aCols.GetWishWidth(); in SetColumns() 467 long nWish = pCol->GetWishWidth(); in SetColumns() 488 nColumnWidthSum += pCol->GetWishWidth(); in SetColumns()
|
/aoo42x/main/sw/source/ui/uiview/ |
H A D | viewtab.cxx | 157 pCol->SetWishWidth( sal_uInt16(long(rCols.GetWishWidth()) * long(nWidth) / in lcl_ConvertToCols() 161 nSumAll += pCol->GetWishWidth(); in lcl_ConvertToCols() 169 rArr[rColItem.Count()-1]->SetWishWidth( rCols.GetWishWidth() - (sal_uInt16)nSumAll ); in lcl_ConvertToCols() 231 long nWishSum = (long)rCol.GetWishWidth(); in ResizeFrameCols() 241 long nVal = pCol->GetWishWidth(); in ResizeFrameCols() 257 rArr[0]->SetWishWidth(rArr[0]->GetWishWidth() + (sal_uInt16)nWishDiff); in ResizeFrameCols() 259 rArr[rArr.Count()-1]->SetWishWidth(rArr[rArr.Count()-1]->GetWishWidth() + (sal_uInt16)nWishDiff); in ResizeFrameCols() 1102 const sal_uInt16 nColLeft = aCol.CalcPrtColWidth(0, aCol.GetWishWidth()); in StateTabWin() 1103 const sal_uInt16 nColRight = aCol.CalcPrtColWidth(1, aCol.GetWishWidth()); in StateTabWin()
|
H A D | view2.cxx | 1850 aCol.Init( nCols, aCol.GetGutterWidth(), aCol.GetWishWidth() ); in InsFrmMode()
|
/aoo42x/main/sw/inc/ |
H A D | fmtclds.hxx | 56 sal_uInt16 GetWishWidth() const { return nWish; } in GetWishWidth() function in SwColumn 131 sal_uInt16 GetWishWidth() const { return nWidth; } in GetWishWidth() function in SwFmtCol
|
/aoo42x/main/sw/source/core/layout/ |
H A D | atrfrm.cxx | 816 return (nWish == rCmp.GetWishWidth() && in operator ==() 830 nWidth( rCpy.GetWishWidth() ), in SwFmtCol() 849 nWidth = rCpy.GetWishWidth(); in operator =() 882 nWidth == rCmp.GetWishWidth() && in operator ==() 979 long nW = aColumns[nCol]->GetWishWidth(); in CalcColWidth() 985 return aColumns[nCol]->GetWishWidth(); in CalcColWidth() 1045 long nTmp = pCol->GetWishWidth(); in Calc() 1046 nTmp *= GetWishWidth(); in Calc()
|
H A D | colfrm.cxx | 288 rOld.GetWishWidth() != rNew.GetWishWidth() || in ChgColumns()
|
/aoo42x/main/sw/source/ui/ribbar/ |
H A D | drawbase.cxx | 352 aCol.Init(m_pWin->GetFrmColCount(), aCol.GetGutterWidth(), aCol.GetWishWidth()); in MouseButtonUp()
|
/aoo42x/main/sw/source/ui/shells/ |
H A D | frmsh.cxx | 171 aCol.Init(nCols, nGutterWidth, aCol.GetWishWidth()); in Execute()
|
H A D | textsh.cxx | 532 aCol.Init( nCols, aCol.GetGutterWidth(), aCol.GetWishWidth() ); in TYPEINIT1()
|
/aoo42x/main/sw/source/filter/rtf/ |
H A D | swparrtf.cxx | 566 nWishWidth = nWishWidth + pCol->GetWishWidth(); in SetCols() 2791 nWishWidth = nWishWidth + pCol->GetWishWidth(); in lcl_SetFmtCol()
|
/aoo42x/main/sw/source/core/unocore/ |
H A D | unosett.cxx | 2556 pColumns[i].Width = pCol->GetWishWidth(); in SwXTextColumns()
|
Completed in 124 milliseconds