Searched refs:xSmartTagAction (Results 1 – 3 of 3) sorted by relevance
163 Reference< smarttags::XSmartTagAction > xSmartTagAction = maInvokeActions[ nId ].mxAction; in Execute() local166 if ( xSmartTagAction.is() ) in Execute()170 xSmartTagAction->invokeAction( maInvokeActions[ nId ].mnActionID, in Execute()
182 Reference< smarttags::XSmartTagAction > xSmartTagAction = maInvokeActions[ nMyId ].mxAction; in IMPL_LINK_INLINE_START() local185 if ( xSmartTagAction.is() ) in IMPL_LINK_INLINE_START()187 xSmartTagAction->invokeAction( maInvokeActions[ nMyId ].mnActionID, in IMPL_LINK_INLINE_START()
80 …::star::uno::Reference< com::sun::star::smarttags::XSmartTagAction > xSmartTagAction, sal_Int32 nS… in ActionReference()81 : mxSmartTagAction( xSmartTagAction), mnSmartTagIndex( nSmartTagIndex ) {} in ActionReference()
Completed in 21 milliseconds