Home
last modified time | relevance | path

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

/AOO42X/main/sc/source/core/data/
H A Dtable3.cxx425 if( IsPooledItem( pPat1 ) ) pPat1->AddRef(); in SwapCol()
428 if( IsPooledItem( pPat1 ) ) pPat1->ReleaseRef(); in SwapCol()
447 if( IsPooledItem( pPat1 ) ) pPat1->AddRef(); in SwapRow()
450 if( IsPooledItem( pPat1 ) ) pPat1->ReleaseRef(); in SwapRow()
/AOO42X/main/svl/source/items/
H A Dpoolcach.cxx87 DBG_ASSERT( IsDefaultItem( &rOrigItem ) || IsPooledItem( &rOrigItem ), in ApplyTo()
H A Ditempool.cxx787 if ( IsPooledItem(&rItem) ) in Put()
/AOO42X/main/svl/inc/svl/
H A Dpoolitem.hxx342 inline int IsPooledItem( const SfxPoolItem *pItem ) in IsPooledItem() function