Home
last modified time | relevance | path

Searched refs:PATH_STORAGE (Results 1 – 3 of 3) sorted by relevance

/trunk/main/unotools/source/config/
H A Dpathoptions.cxx166 const String& GetStoragePath() { return GetPath( SvtPathOptions::PATH_STORAGE ); } in GetStoragePath()
193 … SetStoragePath( const String& rPath ) { SetPath( SvtPathOptions::PATH_STORAGE, rPath ); } in SetStoragePath()
245 { "Storage", SvtPathOptions::PATH_STORAGE },
297 ePath == SvtPathOptions::PATH_STORAGE in GetPath()
346 case SvtPathOptions::PATH_STORAGE: in SetPath()
981 case PATH_STORAGE: aPath = GetStoragePath(); break; in SearchFile()
/trunk/main/unotools/inc/unotools/
H A Dpathoptions.hxx61 PATH_STORAGE, enumerator
/trunk/main/sfx2/source/appl/
H A Dappcfg.cxx495 …case SvtPathOptions::PATH_STORAGE: ::utl::LocalFileHelper::ConvertPhysicalNameToURL( aPathCfg… in GetOptions()
924 case SvtPathOptions::PATH_STORAGE: in SetOptions()