Searched refs:aNewFmts (Results 1 – 3 of 3) sorted by relevance
180 SvPtrarr aNewFmts; member in SwShareBoxFmt184 : pOldFmt( &rFmt ), aNewFmts( 1, 4 ) in SwShareBoxFmt()
4566 for( sal_uInt16 n = aNewFmts.Count(); n; ) in GetFormat()4567 if( ( pTmp = (SwFrmFmt*)aNewFmts[ --n ])->GetFrmSize().GetWidth() in GetFormat()4582 for( sal_uInt16 n = aNewFmts.Count(); n; ) in GetFormat()4583 if( SFX_ITEM_SET == ( pTmp = (SwFrmFmt*)aNewFmts[ --n ])-> in GetFormat()4596 aNewFmts.Insert( pFmt, aNewFmts.Count() ); in AddFormat()4606 sal_uInt16 nFnd = aNewFmts.GetPos( p ); in RemoveFormat()4608 aNewFmts.Remove( nFnd ); in RemoveFormat()4609 return 0 == aNewFmts.Count(); in RemoveFormat()
4516 SvPtrarr aFmts( 16 ), aNewFmts( 16 ); in UnProtectCells() local4525 pBox->ChgFrmFmt( (SwTableBoxFmt*)aNewFmts[ nFnd ] ); in UnProtectCells()4531 aNewFmts.Insert( pBoxFmt, aNewFmts.Count() ); in UnProtectCells()
Completed in 104 milliseconds