Searched refs:aSmartTagCaption (Results 1 – 3 of 3) sorted by relevance
99 … const rtl::OUString aSmartTagCaption = xAction->getSmartTagCaption( nSmartTagIndex, aLocale ); in SwSmartTagPopup() local105 InsertItem( nMenuId, aSmartTagCaption, 0, nMenuPos++); in SwSmartTagPopup()111 const rtl::OUString aSmartTagCaption2 = aSmartTagCaption + C2U(": ") + aRangeText; in SwSmartTagPopup()
107 … const rtl::OUString aSmartTagCaption = xAction->getSmartTagCaption( nSmartTagIndex, rLocale); in FillMenu() local113 mpMenu->InsertItem( nMenuId, aSmartTagCaption, 0, nMenuPos++); in FillMenu()120 const rtl::OUString aSmartTagCaption2 = aSmartTagCaption + C2U(": ") + aRangeText; in FillMenu()
2743 … rtl::OUString aSmartTagCaption = rSmartTagMgr.GetSmartTagCaption( aSmartTagType, aLocale ); in FillListBox() local2745 if ( !aSmartTagCaption.getLength() ) in FillListBox()2746 aSmartTagCaption = aSmartTagType; in FillListBox()2748 const rtl::OUString aLBEntry = aSmartTagCaption + in FillListBox()
Completed in 26 milliseconds