Lines Matching refs:rpList
72 SfxItemDesruptorList_Impl* &rpList = ImpSvtData::GetSvtData().pItemDesruptList; in SfxItemDesruptor_Impl() local
73 if ( !rpList ) in SfxItemDesruptor_Impl()
74 rpList = new SfxItemDesruptorList_Impl; in SfxItemDesruptor_Impl()
76 rpList->Insert( pThis, rpList->Count() ); in SfxItemDesruptor_Impl()
88 SfxItemDesruptorList_Impl* &rpList = ImpSvtData::GetSvtData().pItemDesruptList; in ~SfxItemDesruptor_Impl() local
89 DBG_ASSERT( rpList, "no DesruptorList" ); in ~SfxItemDesruptor_Impl()
91 if ( rpList ) HACK(warum?) in ~SfxItemDesruptor_Impl()
92 rpList->Remove( rpList->GetPos(pThis) ); in ~SfxItemDesruptor_Impl()
119 SfxItemDesruptorList_Impl* &rpList in DeleteOnIdleItems() local
121 if ( rpList ) in DeleteOnIdleItems()
124 while ( 0 != ( n = rpList->Count() ) ) in DeleteOnIdleItems()
126 delete rpList->GetObject( n-1 ); in DeleteOnIdleItems()
127 DELETEZ(rpList); in DeleteOnIdleItems()