Lines Matching refs:_nSlot
383 … void lcl_translateUnoStateToItem( SfxSlotId _nSlot, const Any& _rUnoState, SfxItemSet& _rSet ) in lcl_translateUnoStateToItem() argument
385 WhichId nWhich = _rSet.GetPool()->GetWhich( _nSlot ); in lcl_translateUnoStateToItem()
388 if ( ( _nSlot != SID_CUT ) in lcl_translateUnoStateToItem()
389 && ( _nSlot != SID_COPY ) in lcl_translateUnoStateToItem()
390 && ( _nSlot != SID_PASTE ) in lcl_translateUnoStateToItem()
404 if ( _nSlot == SID_ATTR_PARA_SCRIPTSPACE ) in lcl_translateUnoStateToItem()
421 TransformParameters( _nSlot, aComplexState, aAllItems ); in lcl_translateUnoStateToItem()
797 bool FmTextControlShell::executeClipboardSlot( SfxSlotId _nSlot ) in executeClipboardSlot() argument
803 switch ( _nSlot ) in executeClipboardSlot()
810 if ( SID_CUT == _nSlot ) in executeClipboardSlot()
1329 …onst Reference< XDispatchProvider >& _rxProvider, SfxApplication* _pApplication, SfxSlotId _nSlot ) in implGetFeatureDispatcher() argument
1333 aFeatureURL.Complete = lcl_getUnoSlotName( *_pApplication, _nSlot ); in implGetFeatureDispatcher()
1337 return new FmTextControlFeature( xDispatcher, aFeatureURL, _nSlot, this ); in implGetFeatureDispatcher()
1342 void FmTextControlShell::Invalidate( SfxSlotId _nSlot ) in Invalidate() argument
1344 m_rBindings.Invalidate( _nSlot ); in Invalidate()
1347 m_rBindings.Update( _nSlot ); in Invalidate()