Searched refs:aNIter (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/core/layout/ |
H A D | wsfrm.cxx | 262 SfxItemIter aNIter( *((SwAttrSetChg*)pNew)->GetChgSet() ); in Modify() local 267 (SfxPoolItem*)aNIter.GetCurItem(), nInvFlags ); in Modify() 268 if( aNIter.IsAtEnd() ) in Modify() 270 aNIter.NextItem(); in Modify() 2157 SfxItemIter aNIter( *((SwAttrSetChg*)pNew)->GetChgSet() ); in Modify() local 2164 (SfxPoolItem*)aNIter.GetCurItem(), nInvFlags, in Modify() 2166 if( aNIter.IsAtEnd() ) in Modify() 2168 aNIter.NextItem(); in Modify()
|
H A D | pagechg.cxx | 554 SfxItemIter aNIter( *((SwAttrSetChg*)pNew)->GetChgSet() ); in Modify() local 561 (SfxPoolItem*)aNIter.GetCurItem(), nInvFlags, in Modify() 563 if( aNIter.IsAtEnd() ) in Modify() 565 aNIter.NextItem(); in Modify()
|
H A D | fly.cxx | 794 SfxItemIter aNIter( *((SwAttrSetChg*)pNew)->GetChgSet() ); in Modify() local 801 (SfxPoolItem*)aNIter.GetCurItem(), nInvFlags, in Modify() 803 if( aNIter.IsAtEnd() ) in Modify() 805 aNIter.NextItem(); in Modify()
|
H A D | sectfrm.cxx | 2447 SfxItemIter aNIter( *((SwAttrSetChg*)pNew)->GetChgSet() ); in Modify() local 2454 (SfxPoolItem*)aNIter.GetCurItem(), nInvFlags, in Modify() 2456 if( aNIter.IsAtEnd() ) in Modify() 2458 aNIter.NextItem(); in Modify()
|
H A D | tabfrm.cxx | 3272 SfxItemIter aNIter( *((SwAttrSetChg*)pNew)->GetChgSet() ); in Modify() local 3279 (SfxPoolItem*)aNIter.GetCurItem(), nInvFlags, in Modify() 3281 if( aNIter.IsAtEnd() ) in Modify() 3283 aNIter.NextItem(); in Modify()
|
Completed in 74 milliseconds