Lines Matching refs:aNew

435 				SvxBoxItem aNew( rBoxItem );  in lcl_CopyCol()  local
437 aNew.SetLine( 0, BOX_LINE_TOP ); in lcl_CopyCol()
439 aNew.SetLine( 0, BOX_LINE_RIGHT ); in lcl_CopyCol()
454 pBox->ClaimFrmFmt()->SetFmtAttr( aNew ); in lcl_CopyCol()
803 SwFmtFrmSize aNew( pBoxFmt->GetFrmSize() ); in lcl_LastBoxSetWidth() local
804 aNew.SetWidth( aNew.GetWidth() + nOffset ); in lcl_LastBoxSetWidth()
805 SwFrmFmt *pFmt = rShareFmts.GetFormat( *pBoxFmt, aNew ); in lcl_LastBoxSetWidth()
813 pFmt->SetFmtAttr( aNew ); in lcl_LastBoxSetWidth()
913 SwFmtFrmSize aNew( pBox->GetFrmFmt()->GetFrmSize() ); in _DeleteBox() local
914 aNew.SetWidth( aNew.GetWidth() + nBoxSz ); in _DeleteBox()
916 pShareFmts->SetSize( *pBox, aNew ); in _DeleteBox()
918 pBox->ClaimFrmFmt()->SetFmtAttr( aNew ); in _DeleteBox()
2600 SwFmtFrmSize aNew( rSz ); in lcl_SetSelBoxWidth() local
2620 aNew.SetWidth( nWidth + nLowerDiff ); in lcl_SetSelBoxWidth()
2622 aNew.SetWidth( nWidth - nLowerDiff ); in lcl_SetSelBoxWidth()
2623 rParam.aShareFmts.SetSize( *pBox, aNew ); in lcl_SetSelBoxWidth()
2701 SwFmtFrmSize aNew( rSz ); in lcl_SetOtherBoxWidth() local
2719 aNew.SetWidth( nWidth - nLowerDiff ); in lcl_SetOtherBoxWidth()
2721 aNew.SetWidth( nWidth + nLowerDiff ); in lcl_SetOtherBoxWidth()
2723 rParam.aShareFmts.SetSize( *pBox, aNew ); in lcl_SetOtherBoxWidth()
2813 SwFmtFrmSize aNew( rSz ); in lcl_InsSelBox() local
2814 aNew.SetWidth( nWidth + rParam.nDiff ); in lcl_InsSelBox()
2815 rParam.aShareFmts.SetSize( *pBox, aNew ); in lcl_InsSelBox()
2829 SwFmtFrmSize aNew( rSz ); in lcl_InsSelBox() local
2830 aNew.SetWidth( rParam.nDiff ); in lcl_InsSelBox()
2831 rParam.aShareFmts.SetSize( *pNewBox, aNew ); in lcl_InsSelBox()
3002 SwFmtFrmSize aNew( rSz ); in lcl_InsOtherBox() local
3006 aNew.SetWidth( nWidth - nLowerDiff ); in lcl_InsOtherBox()
3008 aNew.SetWidth( nWidth + nLowerDiff ); in lcl_InsOtherBox()
3009 rParam.aShareFmts.SetSize( *pBox, aNew ); in lcl_InsOtherBox()
3084 SwFmtFrmSize aNew( pBox->GetFrmFmt()->GetFrmSize() ); in lcl_DelSelBox_CorrLowers() local
3085 long nDiff = aNew.GetWidth(); in lcl_DelSelBox_CorrLowers()
3088 aNew.SetWidth( nDiff ); in lcl_DelSelBox_CorrLowers()
3090 rParam.aShareFmts.SetSize( *pBox, aNew ); in lcl_DelSelBox_CorrLowers()
3151 SwFmtFrmSize aNew( rOldSz ); in lcl_ChgBoxSize() local
3152 aNew.SetWidth( aNew.GetWidth() + nDiff ); in lcl_ChgBoxSize()
3153 rParam.aShareFmts.SetSize( rBox, aNew ); in lcl_ChgBoxSize()
3158 aNew.GetWidth() ); in lcl_ChgBoxSize()
3393 SwFmtFrmSize aNew( rSz ); in lcl_DelSelBox() local
3440 long nDiff = aNew.GetWidth() - nLowerDiff; in lcl_DelSelBox()
3444 aNew.SetWidth( aNew.GetWidth() - nLowerDiff + nDiff ); in lcl_DelSelBox()
3447 aNew.SetWidth( aNew.GetWidth() - nLowerDiff ); in lcl_DelSelBox()
3448 rParam.aShareFmts.SetSize( *pBox, aNew ); in lcl_DelSelBox()
3455 GetTabLines()[ --i ], rParam, aNew.GetWidth() ); in lcl_DelSelBox()