Home
last modified time | relevance | path

Searched refs:rSmartTagType (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/svx/source/smarttags/
H A DSmartTagMgr.cxx183 const rtl::OUString& rSmartTagType = rSmartTagTypes[j]; in GetActionSequences() local
185 const sal_Int32 nNumberOfActionRefs = maSmartTagMap.count( rSmartTagType ); in GetActionSequences()
192 SmartTagMapIter aEnd = maSmartTagMap.upper_bound( rSmartTagType ); in GetActionSequences()
194 …for ( aActionsIter = maSmartTagMap.lower_bound( rSmartTagType ); aActionsIter != aEnd; ++aActionsI… in GetActionSequences()
207 rtl::OUString SmartTagMgr::GetSmartTagCaption( const rtl::OUString& rSmartTagType, const com::sun::… in GetSmartTagCaption() argument
211 SmartTagMapIter aLower = maSmartTagMap.lower_bound( rSmartTagType ); in GetSmartTagCaption()
231 bool SmartTagMgr::IsSmartTagTypeEnabled( const rtl::OUString& rSmartTagType ) const in IsSmartTagTypeEnabled()
233 return maDisabledSmartTagTypes.end() == maDisabledSmartTagTypes.find( rSmartTagType ); in IsSmartTagTypeEnabled()
/aoo41x/main/svx/inc/svx/
H A DSmartTagMgr.hxx193 …rtl::OUString GetSmartTagCaption( const rtl::OUString& rSmartTagType, const com::sun::star::lang::…
197 bool IsSmartTagTypeEnabled( const rtl::OUString& rSmartTagType ) const;
/aoo41x/main/cui/source/tabpages/
H A Dautocdlg.cxx2697 ImplSmartTagLBUserData( const rtl::OUString& rSmartTagType, in ImplSmartTagLBUserData()
2700 maSmartTagType( rSmartTagType ), in ImplSmartTagLBUserData()

Completed in 23 milliseconds