Lines Matching refs:Which
296 SFX_ASSERT( (*( ppStaticDefaults + n ))->Which() == n + nStart, in SetDefaults()
531 ePresent, GetMetric(rItem.Which()), eMetric, rText, pIntlWrapper ); in GetPresentation()
693 if ( IsInRange(rItem.Which()) ) in SetPoolDefaultItem()
696 ppPoolDefaults + GetIndex_Impl(rItem.Which()); in SetPoolDefaultItem()
710 SFX_ASSERT( 0, rItem.Which(), "unknown Which-Id - cannot set pool default" ); in SetPoolDefaultItem()
749 nWhich = rItem.Which(); in Put()
765 SFX_ASSERT( USHRT_MAX != nIndex || rItem.Which() != nWhich || in Put()
878 SFX_ASSERT( !IsPoolDefaultItem(&rItem), rItem.Which(), in Remove()
882 const sal_uInt16 nWhich = rItem.Which(); in Remove()
899 !IsDefaultItem(&rItem), rItem.Which(), in Remove()
909 SFX_ASSERT( rItem.GetRefCount(), rItem.Which(), "RefCount == 0, Remove unmoeglich" ); in Remove()
918 SFX_ASSERT( *ppItemArr, rItem.Which(), "removing Item not in Pool" ); in Remove()
927 SFX_ASSERT( 0, rItem.Which(), "removing Item without ref" ); in Remove()
944 SFX_ASSERT( 0, rItem.Which(), "removing Item not in Pool" ); in Remove()