Home
last modified time | relevance | path

Searched refs:IsSmartTagsEnabled (Results 1 – 7 of 7) sorted by relevance

/trunk/main/svx/inc/svx/
H A DSmartTagMgr.hxx214 bool IsSmartTagsEnabled() const { return 0 != NumberOfRecognizers() && in IsSmartTagsEnabled() function in SmartTagMgr
/trunk/main/sw/source/core/layout/
H A Dlayact.cxx2292 !SwSmartTagMgr::Get().IsSmartTagsEnabled() ) in DoIdleJob()
2563 SwSmartTagMgr::Get().IsSmartTagsEnabled(); // SMARTTAGS in SwLayIdle()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx3443 if ( !SwSmartTagMgr::Get().IsSmartTagsEnabled() ) in GetSmartTagTerm()
3481 if ( !SwSmartTagMgr::Get().IsSmartTagsEnabled() ) in GetSmartTagTerm()
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx704 …ag && OnWin() && !GetOpt().IsPagePreview() && SwSmartTagMgr::Get().IsSmartTagsEnabled(); // SMARTT… in _DrawText()
H A Dtxtfrm.cxx1119 if ( SwSmartTagMgr::Get().IsSmartTagsEnabled() ) in Modify()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx2170 ASSERT( !pNew || SwSmartTagMgr::Get().IsSmartTagsEnabled(), in SetSmartTags()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx4221 … if ( bExecSmarttags && SwSmartTagMgr::Get().IsSmartTagsEnabled() ) in MouseButtonUp()