Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/smartmenu/
H A Dstmenu.cxx98 const rtl::OUString aSmartTagType = xAction->getSmartTagName( nSmartTagIndex ); in SwSmartTagPopup() local
121 …for ( sal_Int32 k = 0; k < xAction->getActionCount( aSmartTagType, xController, xSmartTagPropertie… in SwSmartTagPopup()
123 const sal_uInt32 nActionID = xAction->getActionID( aSmartTagType, k, xController ); in SwSmartTagPopup()
/trunk/main/svx/source/mnuctrls/
H A DSmartTagCtl.cxx106 const rtl::OUString aSmartTagType = xAction->getSmartTagName( nSmartTagIndex ); in FillMenu() local
130 …for ( sal_Int32 k = 0; k < xAction->getActionCount( aSmartTagType, xController, xSmartTagPropertie… in FillMenu()
132 const sal_uInt32 nActionID = xAction->getActionID( aSmartTagType, k, xController ); in FillMenu()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx2742 const rtl::OUString aSmartTagType = xRec->getSmartTagName(j); in FillListBox() local
2743 … rtl::OUString aSmartTagCaption = rSmartTagMgr.GetSmartTagCaption( aSmartTagType, aLocale ); in FillListBox()
2746 aSmartTagCaption = aSmartTagType; in FillListBox()
2756 const bool bCheck = rSmartTagMgr.IsSmartTagTypeEnabled( aSmartTagType ); in FillListBox()
2758 … pEntry->SetUserData(static_cast<void*>(new ImplSmartTagLBUserData( aSmartTagType, xRec, j ) ) ); in FillListBox()

Completed in 42 milliseconds