Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/ui/uiview/
H A Dviewtab.cxx132 SwTwips nSumAll= 0; // Summiere alle Spalten und Raender auf in lcl_ConvertToCols() local
155 nSumAll += pCol->GetWishWidth(); in lcl_ConvertToCols()
163 rArr[rColItem.Count()-1]->SetWishWidth( rCols.GetWishWidth() - (sal_uInt16)nSumAll ); in lcl_ConvertToCols()