Searched refs:pSlotIds (Results 1 – 3 of 3) sorted by relevance
157 pSlotIds(pSlotIdArray), in SfxItemPool()218 pSlotIds(rPool.pSlotIds), in SfxItemPool()1069 if ( pSlotIds ) in GetWhich()1073 if ( pSlotIds[nOfs] == nSlotId ) in GetWhich()1101 else if ( pSlotIds ) in GetSlotId()1102 return pSlotIds[nWhich - nStart]; in GetSlotId()1120 if ( pSlotIds ) in GetTrueWhich()1124 if ( pSlotIds[nOfs] == nSlotId ) in GetTrueWhich()1150 else if ( pSlotIds ) in GetTrueSlotId()1151 return pSlotIds[nWhich - nStart]; in GetTrueSlotId()
112 sal_uInt16* pSlotIds; member in SfxItemPool167 sal_uInt16 *pSlotIds = 0,247 int HasMap() const { return 0 != pSlotIds; } in HasMap()249 { pSlotIds = pNewSlotIds; } in SetMap()
895 sal_uInt16 *pSlotIds = aSlotIds.empty() ? 0 : &(aSlotIds[0]); in invalidateFeatures() local896 m_pShell->GetViewShell()->GetViewFrame()->GetBindings().Invalidate( pSlotIds ); in invalidateFeatures()
Completed in 55 milliseconds