Lines Matching refs:nWidth

116 										  sal_uInt16 nWidth, sal_Bool bPrcWidth,  in SwHTMLTableLayoutCell()  argument
120 nWidthOption( nWidth ), bPrcWidthOption( bPrcWidth ), in SwHTMLTableLayoutCell()
135 SwHTMLTableLayoutColumn::SwHTMLTableLayoutColumn( sal_uInt16 nWidth, in SwHTMLTableLayoutColumn() argument
141 nWidthOption( nWidth ), bRelWidthOption( bRelWidth ), in SwHTMLTableLayoutColumn()
386 SwTwips nWidth = 0; in GetBrowseWidthByTabFrm() local
397 nWidth = pAnchor->Frm().Width(); in GetBrowseWidthByTabFrm()
399 nWidth = pAnchor->Prt().Width(); in GetBrowseWidthByTabFrm()
403 nWidth = pUpper->Prt().Width(); in GetBrowseWidthByTabFrm()
410 nWidth -= (nLeftOffset + nRightOffset); in GetBrowseWidthByTabFrm()
412 return nWidth < USHRT_MAX ? static_cast<sal_uInt16>(nWidth) : USHRT_MAX; in GetBrowseWidthByTabFrm()
663 sal_uInt16 nWidth = pCell->GetWidthOption(); in AutoLayoutPass1() local
671 if( nWidth==0 || bRelWidth ) in AutoLayoutPass1()
678 if( nWidth>nMinNoAlignCell ) in AutoLayoutPass1()
679 nMinNoAlignCell = nWidth; in AutoLayoutPass1()
680 if( nWidth>nAbsMinNoAlignCell ) in AutoLayoutPass1()
681 nAbsMinNoAlignCell = nWidth; in AutoLayoutPass1()
685 else if( bHR && nWidth>0 && !bRelWidth ) in AutoLayoutPass1()
696 if( nWidth>nMinNoAlignCell ) in AutoLayoutPass1()
697 nMinNoAlignCell = nWidth; in AutoLayoutPass1()
698 if( nWidth>nAbsMinNoAlignCell ) in AutoLayoutPass1()
699 nAbsMinNoAlignCell = nWidth; in AutoLayoutPass1()
724 pColumn->MergeCellWidthOption( nWidth, bRelWidth ); in AutoLayoutPass1()
733 if( !HasColTags() && nWidth && !bRelWidth ) in AutoLayoutPass1()
735 sal_uLong nAbsWidth = nWidth, nDummy = 0, nDummy2 = 0; in AutoLayoutPass1()
1618 sal_uInt16 nWidth = 0; in lcl_ResizeBox() local
1619 ((SwTableBox *)rpBox)->GetTabLines().ForEach( &lcl_ResizeLine, &nWidth ); in lcl_ResizeBox()
1620 rpBox->GetFrmFmt()->SetFmtAttr( SwFmtFrmSize( ATT_VAR_SIZE, nWidth, 0 )); in lcl_ResizeBox()
1621 *pWidth = *pWidth + nWidth; in lcl_ResizeBox()