Searched refs:aNIter (Results 1 – 5 of 5) sorted by relevance
/aoo41x/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() 2152 SfxItemIter aNIter( *((SwAttrSetChg*)pNew)->GetChgSet() ); in Modify() local 2159 (SfxPoolItem*)aNIter.GetCurItem(), nInvFlags, in Modify() 2161 if( aNIter.IsAtEnd() ) in Modify() 2163 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 | 814 SfxItemIter aNIter( *((SwAttrSetChg*)pNew)->GetChgSet() ); in Modify() local 821 (SfxPoolItem*)aNIter.GetCurItem(), nInvFlags, in Modify() 823 if( aNIter.IsAtEnd() ) in Modify() 825 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