Home
last modified time | relevance | path

Searched refs:pSlotIds (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svl/source/items/
H A Ditempool.cxx157 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()
/trunk/main/svl/inc/svl/
H A Ditempool.hxx112 sal_uInt16* pSlotIds; member in SfxItemPool
167 sal_uInt16 *pSlotIds = 0,
247 int HasMap() const { return 0 != pSlotIds; } in HasMap()
249 { pSlotIds = pNewSlotIds; } in SetMap()
/trunk/main/svx/source/form/
H A Dfmshimp.cxx895 sal_uInt16 *pSlotIds = aSlotIds.empty() ? 0 : &(aSlotIds[0]); in invalidateFeatures() local
896 m_pShell->GetViewShell()->GetViewFrame()->GetBindings().Invalidate( pSlotIds ); in invalidateFeatures()

Completed in 43 milliseconds