Lines Matching refs:pOldItem
439 SfxPoolItem *pOldItem = (*pOldArr)[nOld]; in readTheItems() local
440 if ( pOldItem ) in readTheItems()
455 else if ( *rpNewItem == *pOldItem ) in readTheItems()
458 AddRef( *pOldItem, rpNewItem->GetRefCount() ); in readTheItems()
461 rpNewItem = pOldItem; in readTheItems()
471 (SfxPoolItem*&)(*ppArr)->operator[](nFree) = pOldItem; in readTheItems()
473 (*ppArr)->push_back( (SfxPoolItem*) pOldItem ); in readTheItems()
934 SfxPoolItem *pOldItem = (*pOldArr)[nOld]; in Load1_Impl() local
935 if ( pOldItem ) in Load1_Impl()
944 if ( rpNewItem && *rpNewItem == *pOldItem ) in Load1_Impl()
946 AddRef( *pOldItem, rpNewItem->GetRefCount() ); in Load1_Impl()
949 rpNewItem = pOldItem; in Load1_Impl()
951 SFX_TRACE( "reusing item", pOldItem ); in Load1_Impl()
957 SFX_TRACE( "item not found: ", pOldItem ); in Load1_Impl()