Searched refs:IsPooledItem (Results 1 – 4 of 4) sorted by relevance
425 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()
87 DBG_ASSERT( IsDefaultItem( &rOrigItem ) || IsPooledItem( &rOrigItem ), in ApplyTo()
787 if ( IsPooledItem(&rItem) ) in Put()
342 inline int IsPooledItem( const SfxPoolItem *pItem ) in IsPooledItem() function