Searched refs:IsItemFlag (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/svl/inc/svl/ |
H A D | itempool.hxx | 241 FASTBOOL IsItemFlag( sal_uInt16 nWhich, sal_uInt16 nFlag ) const; 242 FASTBOOL IsItemFlag( const SfxPoolItem &rItem, sal_uInt16 nFlag ) const in IsItemFlag() function in SfxItemPool 243 { return IsItemFlag( rItem.Which(), nFlag ); } in IsItemFlag()
|
/aoo41x/main/svl/source/items/ |
H A D | itemset.cxx | 92 pSet->GetPool()->IsItemFlag(nWh, SFX_ITEM_NOT_POOLABLE) || in DBG_NAME() 303 else if ( _pPool->IsItemFlag( **ppSrc, SFX_ITEM_POOLABLE ) ) in SfxItemSet() 633 SFX_ASSERT( !_pPool->IsItemFlag(nWhich, SFX_ITEM_POOLABLE) || in Put() 1690 ( _pPool->IsItemFlag(*pItem1, SFX_ITEM_POOLABLE) && in operator ==() 1712 ( _pPool->IsItemFlag(**ppItem1, SFX_ITEM_POOLABLE) ) || in operator ==()
|
H A D | stylepool.cxx | 445 if( !rSet.GetPool()->IsItemFlag(pItem->Which(), SFX_ITEM_POOLABLE ) ) in insertItemSet() 462 if( !rSet.GetPool()->IsItemFlag(pItem->Which(), SFX_ITEM_POOLABLE ) ) in insertItemSet()
|
H A D | itempool.cxx | 81 FASTBOOL SfxItemPool::IsItemFlag( sal_uInt16 nWhich, sal_uInt16 nFlag ) const in IsItemFlag() function in SfxItemPool 847 SFX_ASSERT( !IsItemFlag(nWhich, SFX_ITEM_POOLABLE) || in Put() 850 SFX_ASSERT( !IsItemFlag(*pNewItem, SFX_ITEM_POOLABLE) || in Put()
|
H A D | poolio.cxx | 217 if ( *pArr && IsItemFlag(**ppDefItem, SFX_ITEM_POOLABLE) && in Store() 1182 FASTBOOL bRealSurrogate = IsItemFlag(*pItem, SFX_ITEM_POOLABLE); in StoreSurrogate()
|
Completed in 29 milliseconds