Home
last modified time | relevance | path

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

/trunk/main/sw/source/ui/smartmenu/
H A Dstmenu.cxx99 const rtl::OUString aSmartTagCaption = xAction->getSmartTagCaption( nSmartTagIndex, aLocale ); in SwSmartTagPopup() local
105 InsertItem( nMenuId, aSmartTagCaption, 0, nMenuPos++); in SwSmartTagPopup()
111 const rtl::OUString aSmartTagCaption2 = aSmartTagCaption + C2U(": ") + aRangeText; in SwSmartTagPopup()
/trunk/main/svx/source/mnuctrls/
H A DSmartTagCtl.cxx107 const rtl::OUString aSmartTagCaption = xAction->getSmartTagCaption( nSmartTagIndex, rLocale); in FillMenu() local
113 mpMenu->InsertItem( nMenuId, aSmartTagCaption, 0, nMenuPos++); in FillMenu()
120 const rtl::OUString aSmartTagCaption2 = aSmartTagCaption + C2U(": ") + aRangeText; in FillMenu()
/trunk/main/cui/source/tabpages/
H A Dautocdlg.cxx2743 … rtl::OUString aSmartTagCaption = rSmartTagMgr.GetSmartTagCaption( aSmartTagType, aLocale ); in FillListBox() local
2745 if ( !aSmartTagCaption.getLength() ) in FillListBox()
2746 aSmartTagCaption = aSmartTagType; in FillListBox()
2748 const rtl::OUString aLBEntry = aSmartTagCaption + in FillListBox()

Completed in 29 milliseconds