Lines Matching refs:nWidth
155 inline void MergeCellWidthOption( sal_uInt16 nWidth, sal_Bool bPrc );
156 inline void SetWidthOption( sal_uInt16 nWidth, sal_Bool bRelWidth, sal_Bool bTest );
174 void SetAbsColWidth( sal_uInt16 nWidth ) { nAbsColWidth = nWidth; } in SetAbsColWidth() argument
177 void SetRelColWidth( sal_uInt16 nWidth ) { nRelColWidth = nWidth; } in SetRelColWidth() argument
271 sal_uInt16 nWidth, sal_Bool bPrcWidth, sal_uInt16 nBorderOpt,
411 sal_uInt16 nWidth, sal_Bool bRel ) in MergeCellWidthOption() argument
414 (bRel==bRelWidthOption && nWidthOption < nWidth) ) in MergeCellWidthOption()
416 nWidthOption = nWidth; in MergeCellWidthOption()
447 sal_uInt16 nWidth, sal_Bool bRelWidth, sal_Bool bTest ) in SetWidthOption() argument
451 if( nWidth > nWidthOption ) in SetWidthOption()
452 nWidthOption = nWidth; in SetWidthOption()
455 nWidthOption = nWidth; in SetWidthOption()