Searched refs:rSmartTagMgr (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sw/source/ui/smartmenu/ |
H A D | stmenu.cxx | 68 SmartTagMgr& rSmartTagMgr = SwSmartTagMgr::Get(); in SwSmartTagPopup() local 69 const rtl::OUString aApplicationName( rSmartTagMgr.GetApplicationName() ); in SwSmartTagPopup() 74 rSmartTagMgr.GetActionSequences( rSmartTagTypes, in SwSmartTagPopup() 168 SmartTagMgr& rSmartTagMgr = SwSmartTagMgr::Get(); in Execute() local 171 rSmartTagMgr.GetApplicationName(), in Execute()
|
/trunk/main/cui/source/tabpages/ |
H A D | autocdlg.cxx | 2722 void OfaSmartTagOptionsTabPage::FillListBox( const SmartTagMgr& rSmartTagMgr ) in FillListBox() argument 2728 const sal_uInt32 nNumberOfRecognizers = rSmartTagMgr.NumberOfRecognizers(); in FillListBox() 2734 uno::Reference< smarttags::XSmartTagRecognizer > xRec = rSmartTagMgr.GetRecognizer(i); in FillListBox() 2743 … rtl::OUString aSmartTagCaption = rSmartTagMgr.GetSmartTagCaption( aSmartTagType, aLocale ); in FillListBox() 2756 const bool bCheck = rSmartTagMgr.IsSmartTagTypeEnabled( aSmartTagType ); in FillListBox()
|
/trunk/main/sw/source/ui/shells/ |
H A D | textsh1.cxx | 1775 const SmartTagMgr& rSmartTagMgr = SwSmartTagMgr::Get(); in GetState() local 1776 rSmartTagMgr.GetActionSequences( aSmartTagTypes, in GetState() 1782 const rtl::OUString aApplicationName( rSmartTagMgr.GetApplicationName() ); in GetState()
|
/trunk/main/sw/source/core/txtnode/ |
H A D | txtedt.cxx | 1351 SmartTagMgr& rSmartTagMgr = SwSmartTagMgr::Get(); in SmartTagScan() local 1406 rSmartTagMgr.RecognizeTextRange(xRange, xTextMarkup, xController); in SmartTagScan() 1424 …rSmartTagMgr.RecognizeString(aExpandText, xTextMarkup, xController, aLocale, nExpandBegin, nExpand… in SmartTagScan()
|
/trunk/main/cui/source/inc/ |
H A D | autocdlg.hxx | 472 void FillListBox( const SmartTagMgr& rSmartTagMgr );
|
Completed in 49 milliseconds