Home
last modified time | relevance | path

Searched refs:GetAutoCorrectPath (Results 1 – 4 of 4) sorted by relevance

/trunk/main/unotools/source/config/ !
H A Dpathoptions.cxx150 const String& GetAutoCorrectPath() { return GetPath( SvtPathOptions::PATH_AUTOCORRECT ); } in GetAutoCorrectPath() function in SvtPathOptions_Impl
587 const String& SvtPathOptions::GetAutoCorrectPath() const in GetAutoCorrectPath() function in SvtPathOptions
589 return pImp->GetAutoCorrectPath(); in GetAutoCorrectPath()
965 case PATH_AUTOCORRECT: aPath = GetAutoCorrectPath(); break; in SearchFile()
/trunk/main/unotools/inc/unotools/ !
H A Dpathoptions.hxx76 const String& GetAutoCorrectPath() const;
/trunk/main/editeng/source/misc/ !
H A Dacorrcfg.cxx60 String sSharePath, sUserPath, sAutoPath( aPathOpt.GetAutoCorrectPath() ); in SvxAutoCorrCfg()
/trunk/main/sfx2/source/appl/ !
H A Dappcfg.cxx479 … case SvtPathOptions::PATH_AUTOCORRECT: aValue = aPathCfg.GetAutoCorrectPath(); break; in GetOptions()