Home
last modified time | relevance | path

Searched refs:PATH_AUTOTEXT (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/cui/source/options/
H A Doptpath.cxx123 { SvtPathOptions::PATH_AUTOTEXT, "AutoText" },
194 SvtPathOptions::PATH_AUTOTEXT == nIndex || in IsMultiPath_Impl()
200 SvtPathOptions::PATH_AUTOTEXT == nIndex || in IsMultiPath_Impl()
318 if ( i == SvtPathOptions::PATH_AUTOTEXT in Reset()
325 case SvtPathOptions::PATH_AUTOTEXT: in Reset()
/aoo4110/main/unotools/source/config/
H A Dpathoptions.cxx151 const String& GetAutoTextPath() { return GetPath( SvtPathOptions::PATH_AUTOTEXT ); } in GetAutoTextPath()
178 void SetAutoTextPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_AUTOTEXT, rPath ); } in SetAutoTextPath()
230 { "AutoText", SvtPathOptions::PATH_AUTOTEXT },
966 case PATH_AUTOTEXT: aPath = GetAutoTextPath(); break; in SearchFile()
H A Ddefaultoptions.cxx128 { SvtPathOptions::PATH_AUTOTEXT, &SvtDefaultOptions_Impl::m_aAutoTextPath },
/aoo4110/main/unotools/inc/unotools/
H A Dpathoptions.hxx46 PATH_AUTOTEXT, enumerator
/aoo4110/main/sfx2/source/appl/
H A Dappcfg.cxx470 … case SvtPathOptions::PATH_AUTOTEXT: aValue = aPathCfg.GetAutoTextPath(); break; in GetOptions()
862 case SvtPathOptions::PATH_AUTOTEXT: aPathOptions.SetAutoTextPath( sValue );break; in SetOptions()

Completed in 29 milliseconds