Home
last modified time | relevance | path

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

/AOO42X/main/unotools/source/config/
H A Dpathoptions.cxx157 const String& GetFavoritesPath() { return GetPath( SvtPathOptions::PATH_FAVORITES ); } in GetFavoritesPath()
184 … SetFavoritesPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_FAVORITES, rPath ); } in SetFavoritesPath()
236 { "Favorite", SvtPathOptions::PATH_FAVORITES },
972 case PATH_FAVORITES: aPath = GetFavoritesPath(); break; in SearchFile()
H A Ddefaultoptions.cxx134 { SvtPathOptions::PATH_FAVORITES, &SvtDefaultOptions_Impl::m_aFavoritesPath },
/AOO42X/main/unotools/inc/unotools/
H A Dpathoptions.hxx52 PATH_FAVORITES, enumerator
/AOO42X/main/sfx2/source/appl/
H A Dappcfg.cxx486 … case SvtPathOptions::PATH_FAVORITES: aValue = aPathCfg.GetFavoritesPath(); break; in GetOptions()
888 … case SvtPathOptions::PATH_FAVORITES: aPathOptions.SetFavoritesPath( sValue );break; in SetOptions()