Home
last modified time | relevance | path

Searched refs:nSmartTagIndex (Results 1 – 6 of 6) sorted by relevance

/trunk/main/offapi/com/sun/star/smarttags/
H A DXSmartTagRecognizer.idl109 @param nSmartTagIndex
119 if nSmartTagIndex is greater than SmartTagCount
121 string getSmartTagName( [in] long nSmartTagIndex )
129 @param nSmartTagIndex
138 if nSmartTagIndex is greater than SmartTagCount
140 string getSmartTagDownloadURL( [in] long nSmartTagIndex )
189 @param nSmartTagIndex
202 if nSmartTagIndex is greater than SmartTagCount
204 boolean hasPropertyPage( [in] long nSmartTagIndex,
212 @param nSmartTagIndex
[all …]
H A DXSmartTagAction.idl103 @param nSmartTagIndex
113 if nSmartTagIndex is greater than SmartTagCount.
115 string getSmartTagName( [in] long nSmartTagIndex)
123 @param nSmartTagIndex
135 if nSmartTagIndex is greater than SmartTagCount
137 string getSmartTagCaption( [in] long nSmartTagIndex,
/trunk/main/sw/source/ui/smartmenu/
H A Dstmenu.cxx97 const sal_Int32 nSmartTagIndex = rActionIndices[0]; in SwSmartTagPopup() local
98 const rtl::OUString aSmartTagType = xAction->getSmartTagName( nSmartTagIndex ); in SwSmartTagPopup()
99 const rtl::OUString aSmartTagCaption = xAction->getSmartTagCaption( nSmartTagIndex, aLocale ); in SwSmartTagPopup()
/trunk/main/svx/source/mnuctrls/
H A DSmartTagCtl.cxx105 const sal_Int32 nSmartTagIndex = rActionIndices[0]; in FillMenu() local
106 const rtl::OUString aSmartTagType = xAction->getSmartTagName( nSmartTagIndex ); in FillMenu()
107 const rtl::OUString aSmartTagCaption = xAction->getSmartTagCaption( nSmartTagIndex, rLocale); in FillMenu()
/trunk/main/svx/inc/svx/
H A DSmartTagMgr.hxx80 …Reference< com::sun::star::smarttags::XSmartTagAction > xSmartTagAction, sal_Int32 nSmartTagIndex ) in ActionReference()
81 : mxSmartTagAction( xSmartTagAction), mnSmartTagIndex( nSmartTagIndex ) {} in ActionReference()
/trunk/main/svx/source/smarttags/
H A DSmartTagMgr.cxx220 const sal_Int32 nSmartTagIndex = rActionRef.mnSmartTagIndex; in GetSmartTagCaption() local
221 aRet = xAction->getSmartTagCaption( nSmartTagIndex, rLocale ); in GetSmartTagCaption()

Completed in 40 milliseconds