Home
last modified time | relevance | path

Searched refs:rpList (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svtools/source/misc/
H A Ditemdel.cxx73 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() local
121 if ( rpList ) in DeleteOnIdleItems()
124 while ( 0 != ( n = rpList->Count() ) ) in DeleteOnIdleItems()
126 delete rpList->GetObject( n-1 ); in DeleteOnIdleItems()
[all …]
/trunk/main/sfx2/source/appl/
H A Dmodule.cxx96 ImageList*& rpList = bBig ? ( bHiContrast ? pImgListHiBig: pImgListBig ) : in GetImageList() local
98 if ( !rpList ) in GetImageList()
107 rpList = new ImageList( aResId ); in GetImageList()
109 rpList = new ImageList(); in GetImageList()
112 return rpList; } in GetImageList()
/trunk/main/sfx2/source/toolbox/
H A Dimgmgr.cxx126 ImageList*& rpList = bBig ? ( bHiContrast ? pImageListHiBig : pImageListBig ) : in GetImageList() local
128 if ( !rpList ) in GetImageList()
140 rpList = new ImageList( aResId ); in GetImageList()
142 rpList = new ImageList(); in GetImageList()
145 return rpList; in GetImageList()

Completed in 15 milliseconds