Lines Matching refs:nWidth

115 										  sal_uInt16 nWidth, sal_Bool bPrcWidth,  in SwHTMLTableLayoutCell()  argument
119 nWidthOption( nWidth ), bPrcWidthOption( bPrcWidth ), in SwHTMLTableLayoutCell()
133 SwHTMLTableLayoutColumn::SwHTMLTableLayoutColumn( sal_uInt16 nWidth, in SwHTMLTableLayoutColumn() argument
139 nWidthOption( nWidth ), bRelWidthOption( bRelWidth ), in SwHTMLTableLayoutColumn()
382 SwTwips nWidth = 0; in GetBrowseWidthByTabFrm() local
393 nWidth = pAnchor->Frm().Width(); in GetBrowseWidthByTabFrm()
395 nWidth = pAnchor->Prt().Width(); in GetBrowseWidthByTabFrm()
399 nWidth = pUpper->Prt().Width(); in GetBrowseWidthByTabFrm()
406 nWidth -= (nLeftOffset + nRightOffset); in GetBrowseWidthByTabFrm()
408 return nWidth < USHRT_MAX ? static_cast<sal_uInt16>(nWidth) : USHRT_MAX; in GetBrowseWidthByTabFrm()
659 sal_uInt16 nWidth = pCell->GetWidthOption(); in AutoLayoutPass1() local
667 if( nWidth==0 || bRelWidth ) in AutoLayoutPass1()
674 if( nWidth>nMinNoAlignCell ) in AutoLayoutPass1()
675 nMinNoAlignCell = nWidth; in AutoLayoutPass1()
676 if( nWidth>nAbsMinNoAlignCell ) in AutoLayoutPass1()
677 nAbsMinNoAlignCell = nWidth; in AutoLayoutPass1()
681 else if( bHR && nWidth>0 && !bRelWidth ) in AutoLayoutPass1()
692 if( nWidth>nMinNoAlignCell ) in AutoLayoutPass1()
693 nMinNoAlignCell = nWidth; in AutoLayoutPass1()
694 if( nWidth>nAbsMinNoAlignCell ) in AutoLayoutPass1()
695 nAbsMinNoAlignCell = nWidth; in AutoLayoutPass1()
720 pColumn->MergeCellWidthOption( nWidth, bRelWidth ); in AutoLayoutPass1()
729 if( !HasColTags() && nWidth && !bRelWidth ) in AutoLayoutPass1()
731 sal_uLong nAbsWidth = nWidth, nDummy = 0, nDummy2 = 0; in AutoLayoutPass1()
1614 sal_uInt16 nWidth = 0; in lcl_ResizeBox() local
1615 ((SwTableBox *)rpBox)->GetTabLines().ForEach( &lcl_ResizeLine, &nWidth ); in lcl_ResizeBox()
1616 rpBox->GetFrmFmt()->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, nWidth, 0 )); in lcl_ResizeBox()
1617 *pWidth = *pWidth + nWidth; in lcl_ResizeBox()