Lines Matching refs:aTmp

852 						SvxBoxItem aTmp( rNxtBoxItem );  in _DeleteBox()  local
853 aTmp.SetLine( rBoxItem.GetLeft() ? rBoxItem.GetLeft() in _DeleteBox()
857 pShareFmts->SetAttr( *pNxtBox, aTmp ); in _DeleteBox()
859 pNxtBox->ClaimFrmFmt()->SetFmtAttr( aTmp ); in _DeleteBox()
874 SvxBoxItem aTmp( rPrvBoxItem ); in _DeleteBox() local
875 aTmp.SetLine( rBoxItem.GetLeft() ? rBoxItem.GetLeft() in _DeleteBox()
879 pShareFmts->SetAttr( *pPrvBox, aTmp ); in _DeleteBox()
881 pPrvBox->ClaimFrmFmt()->SetFmtAttr( aTmp ); in _DeleteBox()
1057 SvxBoxItem aTmp( rNxtBoxItem ); in lcl_SaveUpperLowerBorder() local
1058 aTmp.SetLine( rBoxItem.GetTop() ? rBoxItem.GetTop() in lcl_SaveUpperLowerBorder()
1061 rShareFmts.SetAttr( *pNxtBox, aTmp ); in lcl_SaveUpperLowerBorder()
1071 SvxBoxItem aTmp( rPrvBoxItem ); in lcl_SaveUpperLowerBorder() local
1072 aTmp.SetLine( rBoxItem.GetTop() ? rBoxItem.GetTop() in lcl_SaveUpperLowerBorder()
1075 rShareFmts.SetAttr( *pPrvBox, aTmp ); in lcl_SaveUpperLowerBorder()
1267 SvxBoxItem aTmp( pCpyBoxFrmFmt->GetBox() ); in OldSplitRow() local
1268 aTmp.SetLine( 0, BOX_LINE_TOP ); in OldSplitRow()
1269 pCpyBoxFrmFmt->SetFmtAttr( aTmp ); in OldSplitRow()
1389 SvxBoxItem aTmp( aSelBoxItem ); in SplitCol() local
1390 aTmp.SetLine( 0, BOX_LINE_RIGHT ); in SplitCol()
1391 aFindFrm.pNewFrmFmt->SetFmtAttr( aTmp ); in SplitCol()
2849 SvxBoxItem aTmp( rBoxItem ); in lcl_InsSelBox() local
2850 aTmp.SetLine( 0, BOX_LINE_RIGHT ); in lcl_InsSelBox()
2853 : *pBox, aTmp ); in lcl_InsSelBox()
4115 Fraction aTmp( nMyOldH ); in SetLineHeight() local
4116 aTmp *= Fraction( nNewHeight, nOldHeight ); in SetLineHeight()
4117 aTmp += Fraction( 1, 2 ); // ggfs. aufrunden in SetLineHeight()
4118 nMyNewH = aTmp; in SetLineHeight()
4271 SvxBoxItem aTmp( rBoxItem ); in lcl_InsDelSelLine() local
4272 aTmp.SetLine( 0, BOX_LINE_TOP ); in lcl_InsDelSelLine()
4275 : *rNewBoxes[ n ], aTmp ); in lcl_InsDelSelLine()