Home
last modified time | relevance | path

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

/trunk/main/svl/source/items/
H A Dpoolio.cxx447 SfxPoolItem *&rpNewItem = in readTheItems() local
451 if ( !rpNewItem ) in readTheItems()
455 else if ( *rpNewItem == *pOldItem ) 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()
947 SetRefCount( *rpNewItem, 0 ); in Load1_Impl()
948 delete rpNewItem; in Load1_Impl()
[all …]

Completed in 24 milliseconds