Searched refs:nSmartTagIndex (Results 1 – 6 of 6) sorted by relevance
109 @param nSmartTagIndex119 if nSmartTagIndex is greater than SmartTagCount121 string getSmartTagName( [in] long nSmartTagIndex )129 @param nSmartTagIndex138 if nSmartTagIndex is greater than SmartTagCount140 string getSmartTagDownloadURL( [in] long nSmartTagIndex )189 @param nSmartTagIndex202 if nSmartTagIndex is greater than SmartTagCount204 boolean hasPropertyPage( [in] long nSmartTagIndex,212 @param nSmartTagIndex[all …]
103 @param nSmartTagIndex113 if nSmartTagIndex is greater than SmartTagCount.115 string getSmartTagName( [in] long nSmartTagIndex)123 @param nSmartTagIndex135 if nSmartTagIndex is greater than SmartTagCount137 string getSmartTagCaption( [in] long nSmartTagIndex,
97 const sal_Int32 nSmartTagIndex = rActionIndices[0]; in SwSmartTagPopup() local98 const rtl::OUString aSmartTagType = xAction->getSmartTagName( nSmartTagIndex ); in SwSmartTagPopup()99 … const rtl::OUString aSmartTagCaption = xAction->getSmartTagCaption( nSmartTagIndex, aLocale ); in SwSmartTagPopup()
105 const sal_Int32 nSmartTagIndex = rActionIndices[0]; in FillMenu() local106 const rtl::OUString aSmartTagType = xAction->getSmartTagName( nSmartTagIndex ); in FillMenu()107 … const rtl::OUString aSmartTagCaption = xAction->getSmartTagCaption( nSmartTagIndex, rLocale); in FillMenu()
80 …Reference< com::sun::star::smarttags::XSmartTagAction > xSmartTagAction, sal_Int32 nSmartTagIndex ) in ActionReference()81 : mxSmartTagAction( xSmartTagAction), mnSmartTagIndex( nSmartTagIndex ) {} in ActionReference()
220 const sal_Int32 nSmartTagIndex = rActionRef.mnSmartTagIndex; in GetSmartTagCaption() local221 aRet = xAction->getSmartTagCaption( nSmartTagIndex, rLocale ); in GetSmartTagCaption()
Completed in 22 milliseconds