Lines Matching refs:rpNewItem
447 SfxPoolItem *&rpNewItem = in readTheItems() local
451 if ( !rpNewItem ) in readTheItems()
455 else if ( *rpNewItem == *pOldItem ) in readTheItems()
458 AddRef( *pOldItem, rpNewItem->GetRefCount() ); in readTheItems()
459 SetRefCount( *rpNewItem, 0 ); in readTheItems()
460 delete rpNewItem; in readTheItems()
461 rpNewItem = pOldItem; in readTheItems()
941 SfxPoolItem *&rpNewItem = in Load1_Impl() local
944 if ( rpNewItem && *rpNewItem == *pOldItem ) in Load1_Impl()
946 AddRef( *pOldItem, rpNewItem->GetRefCount() ); in Load1_Impl()
947 SetRefCount( *rpNewItem, 0 ); in Load1_Impl()
948 delete rpNewItem; in Load1_Impl()
949 rpNewItem = pOldItem; in Load1_Impl()