Home
last modified time | relevance | path

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

/aoo4110/main/unotools/source/config/
H A Dpathoptions.cxx167 const String& GetTempPath() { return GetPath( SvtPathOptions::PATH_TEMP ); } in GetTempPath()
194 void SetTempPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_TEMP, rPath ); } in SetTempPath()
246 { "Temp", SvtPathOptions::PATH_TEMP },
982 case PATH_TEMP: aPath = GetTempPath(); break; in SearchFile()
H A Ddefaultoptions.cxx143 { SvtPathOptions::PATH_TEMP, &SvtDefaultOptions_Impl::m_aTempPath },
/aoo4110/main/unotools/inc/unotools/
H A Dpathoptions.hxx62 PATH_TEMP, enumerator
/aoo4110/main/cui/source/options/
H A Doptpath.cxx127 { SvtPathOptions::PATH_TEMP, "Temp" },
329 case SvtPathOptions::PATH_TEMP: in Reset()
/aoo4110/main/sfx2/source/appl/
H A Dappcfg.cxx486 … case SvtPathOptions::PATH_TEMP: aValue = aPathCfg.GetTempPath(); break; in GetOptions()
912 case SvtPathOptions::PATH_TEMP: aPathOptions.SetTempPath( sValue );break; in SetOptions()

Completed in 35 milliseconds