Lines Matching refs:nBoxWidth

119 	sal_uInt16 nTblWidth, nRemainWidth, nBoxWidth;  member
126 nTblWidth( (sal_uInt16)nTblW ), nRemainWidth( 0 ), nBoxWidth( 0 ), in CR_SetBoxWidth()
140 nRemainWidth( rCpy.nRemainWidth ), nBoxWidth( rCpy.nBoxWidth ), in CR_SetBoxWidth()
954 SwTwips nBoxStt, SwTwips nBoxWidth, in lcl_FndNxtPrvDelBox() argument
966 SwTwips nFndWidth = nBoxStt + nBoxWidth; in lcl_FndNxtPrvDelBox()
988 Abs( nBoxWidth - nFndBoxWidth ) > COLFUZZY ) in lcl_FndNxtPrvDelBox()
1040 SwTwips nBoxWidth = rBox.GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_SaveUpperLowerBorder() local
1044 pPrvBox = ::lcl_FndNxtPrvDelBox( *pTblLns, nBoxStt, nBoxWidth, in lcl_SaveUpperLowerBorder()
1048 pNxtBox = ::lcl_FndNxtPrvDelBox( *pTblLns, nBoxStt, nBoxWidth, in lcl_SaveUpperLowerBorder()
3072 SwTwips nBoxWidth = 0; in lcl_DelSelBox_CorrLowers() local
3076 nBoxWidth += rBoxes[ --n ]->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_DelSelBox_CorrLowers()
3078 if( COLFUZZY < Abs( nWidth - nBoxWidth )) in lcl_DelSelBox_CorrLowers()
3087 nDiff /= nBoxWidth; in lcl_DelSelBox_CorrLowers()
3136 if( COLFUZZY < Abs( rParam.nBoxWidth - in lcl_ChgBoxSize()
3139 nDiff = rDelWidth + rParam.nLowerDiff - rParam.nBoxWidth; in lcl_ChgBoxSize()
3209 nBoxChkEnd = static_cast<sal_uInt16>(rParam.nSide + rParam.nBoxWidth); in lcl_DelSelBox()
3215 nBoxChkStt = static_cast<sal_uInt16>(rParam.nSide - rParam.nBoxWidth); in lcl_DelSelBox()
3317 nDelWidth != rParam.nBoxWidth ) && in lcl_DelSelBox()
3606 aParam.nBoxWidth = (sal_uInt16)rAktBox.GetFrmFmt()->GetFrmSize().GetWidth(); in SetColWidth()