Searched refs:rpList (Results 1 – 3 of 3) sorted by relevance
73 if ( !rpList ) in SfxItemDesruptor_Impl()74 rpList = new SfxItemDesruptorList_Impl; in SfxItemDesruptor_Impl()76 rpList->Insert( pThis, rpList->Count() ); in SfxItemDesruptor_Impl()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() local121 if ( rpList ) in DeleteOnIdleItems()124 while ( 0 != ( n = rpList->Count() ) ) in DeleteOnIdleItems()126 delete rpList->GetObject( n-1 ); in DeleteOnIdleItems()[all …]
96 ImageList*& rpList = bBig ? ( bHiContrast ? pImgListHiBig: pImgListBig ) : in GetImageList() local98 if ( !rpList ) in GetImageList()107 rpList = new ImageList( aResId ); in GetImageList()109 rpList = new ImageList(); in GetImageList()112 return rpList; } in GetImageList()
126 ImageList*& rpList = bBig ? ( bHiContrast ? pImageListHiBig : pImageListBig ) : in GetImageList() local128 if ( !rpList ) in GetImageList()140 rpList = new ImageList( aResId ); in GetImageList()142 rpList = new ImageList(); in GetImageList()145 return rpList; in GetImageList()
Completed in 21 milliseconds