Home
last modified time | relevance | path

Searched refs:pSlots (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sfx2/source/control/
H A Dobjface.cxx159 pSlots = &rSlotMap; in SetSlotMap()
161 SfxSlot* pIter = pSlots; in SetSlotMap()
172 for ( pIter = pSlots; nIter <= nCount; ++pIter, ++nIter ) in SetSlotMap()
197 SfxSlot *pCurSlot = (pSlots+n); in SetSlotMap()
213 SfxSlot *pCurSlot = (pSlots+n); in SetSlotMap()
328 DBG_ASSERT( this && pSlots && nCount, "" ); in GetSlot()
331 void* p = bsearch( &nFuncId, pSlots, nCount, sizeof(SfxSlot), in GetSlot()
349 if ( (pSlots+n)->pUnoName && in GetSlot()
351 return pSlots+n; in GetSlot()
364 DBG_ASSERT( this && pSlots && nCount, "" ); in GetRealSlot()
[all …]
/trunk/main/sfx2/inc/sfx2/
H A Dobjface.hxx53 SfxSlot* pSlots; // SlotMap member in SfxInterface
110 { return pSlot >= pSlots && pSlot < pSlots + Count(); } in ContainsSlot_Impl()
131 return nPos < nCount? pSlots+nPos: 0; in operator []()
/trunk/main/svx/source/form/
H A Dfmtextcontrolshell.cxx1297 SfxSlotId* pSlots = _pZeroTerminatedSlots; in fillFeatureDispatchers() local
1298 while ( *pSlots ) in fillFeatureDispatchers()
1300 … FmTextControlFeature* pDispatcher = implGetFeatureDispatcher( xProvider, pApplication, *pSlots ); in fillFeatureDispatchers()
1302 … _rDispatchers.insert( ControlFeatures::value_type( *pSlots, ControlFeature( pDispatcher ) ) ); in fillFeatureDispatchers()
1304 ++pSlots; in fillFeatureDispatchers()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx2669 const sal_uInt16* pSlots = aSlots.getConstArray(); in statusChanged() local
2672 for (i=0; i<aUrls.getLength(); ++i, ++pUrls, ++pSlots) in statusChanged()
2679 if (*pSlots != SID_FM_RECORD_UNDO) in statusChanged()
2680 pGrid->GetNavigationBar().InvalidateState(*pSlots); in statusChanged()
2917 const sal_uInt16* pSlots = aSupported.getConstArray(); in IMPL_LINK() local
2920 if (pSlots[i] == nSlot) in IMPL_LINK()
2942 const sal_uInt16* pSlots = aSlots.getConstArray(); in IMPL_LINK() local
2947 for (sal_uInt16 i=0; i<aSlots.getLength(); ++i, ++pUrls, ++pSlots) in IMPL_LINK()
2949 if (*pSlots == nSlot) in IMPL_LINK()

Completed in 47 milliseconds