Searched refs:SfxSlotId (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/svx/source/form/ |
H A D | fmtextcontrolshell.cxx | 96 static SfxSlotId pTextControlSlots[] = 146 static SfxSlotId pDialogSlots[] = 383 … void lcl_translateUnoStateToItem( SfxSlotId _nSlot, const Any& _rUnoState, SfxItemSet& _rSet ) in lcl_translateUnoStateToItem() 440 ::rtl::OUString lcl_getUnoSlotName( SfxApplication&, SfxSlotId _nSlotId ) in lcl_getUnoSlotName() 601 SfxSlotId nSlotId( aFeature->first ); in transferFeatureStatesToItemSet() 695 SfxSlotId nSlotForItemSet = pPool->GetSlotId( nWhich ); in executeAttributeDialog() 699 SfxSlotId nSlotForDispatcher = nSlotForItemSet; in executeAttributeDialog() 797 bool FmTextControlShell::executeClipboardSlot( SfxSlotId _nSlot ) in executeClipboardSlot() 841 SfxSlotId nSlot = _rReq.GetSlot(); in ExecuteTextAttribute() 1297 SfxSlotId* pSlots = _pZeroTerminatedSlots; in fillFeatureDispatchers() [all …]
|
H A D | fmtextcontrolfeature.cxx | 46 …( const Reference< XDispatch >& _rxDispatcher, const URL& _rFeatureURL, SfxSlotId _nSlotId, ISlotI… in FmTextControlFeature()
|
/aoo42x/main/svx/source/inc/ |
H A D | fmtextcontrolshell.hxx | 115 typedef ::std::map< SfxSlotId, ControlFeature, ::std::less< SfxSlotId > > ControlFeatures; 158 virtual void Invalidate( SfxSlotId _nSlot ); 164 bool executeClipboardSlot( SfxSlotId _nSlot ); 173 SfxSlotId _nSlot 179 SfxSlotId* _pZeroTerminatedSlots,
|
H A D | fmslotinvalidator.hxx | 34 typedef sal_uInt16 SfxSlotId; typedef 42 virtual void Invalidate( SfxSlotId _nSlot ) = 0;
|
H A D | fmtextcontrolfeature.hxx | 54 SfxSlotId m_nSlotId; 68 SfxSlotId _nId,
|
/aoo42x/main/forms/source/richtext/ |
H A D | parametrizedattributedispatcher.cxx | 68 static SfxSlotId lcl_normalizeLatinScriptSlotId( SfxSlotId _nSlotId ) in lcl_normalizeLatinScriptSlotId() 94 SfxSlotId nSlotId = aEmptySet.GetPool()->GetSlotId( _rState.getItem()->Which() ); in fillFeatureEventFromAttributeState() 107 SfxSlotId nSlotId = lcl_normalizeLatinScriptSlotId( (SfxSlotId)m_nAttributeId ); in convertDispatchArgsToItem()
|
H A D | richtextcontrol.cxx | 495 static SfxSlotId lcl_translateConflictingSlot( SfxSlotId _nIDFromPool ) in lcl_translateConflictingSlot() 512 SfxSlotId nReturn( _nIDFromPool ); in lcl_translateConflictingSlot() 527 …ORichTextPeer::SingleAttributeDispatcher ORichTextPeer::implCreateDispatcher( SfxSlotId _nSlotId, … in implCreateDispatcher() 672 … SfxSlotId lcl_getSlotFromUnoName( SfxSlotPool& _rSlotPool, const ::rtl::OUString& _rUnoSlotName ) in lcl_getSlotFromUnoName() 710 … SfxSlotId nSlotId = lcl_getSlotFromUnoName( SfxSlotPool::GetSlotPool( NULL ), sUnoSlotName ); in queryDispatch()
|
H A D | richtextcontrol.hxx | 106 …typedef ::std::map< SfxSlotId, SingleAttributeDispatcher > … 147 …SingleAttributeDispatcher implCreateDispatcher( SfxSlotId _nSlotId, const ::com::sun::star::util::…
|
H A D | rtattributehandler.cxx | 160 nWhich = _rPool.GetWhich( (SfxSlotId)_nAttributeId ); in lcl_implGetWhich() 208 …pReturn = new SlotHandler( (SfxSlotId)_nAttributeId, lcl_implGetWhich( _rEditEnginePool, _nAttribu… in getHandlerFor()
|
H A D | richtextvclcontrol.hxx | 95 static bool isMappableSlot( SfxSlotId _nSlotId );
|
H A D | rtattributes.hxx | 44 typedef sal_uInt16 SfxSlotId; typedef
|
H A D | richtextvclcontrol.cxx | 146 bool RichTextControl::isMappableSlot( SfxSlotId _nSlotId ) in isMappableSlot()
|
Completed in 58 milliseconds