Home
last modified time | relevance | path

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

/trunk/main/cui/source/options/
H A Doptpath.cxx125 { SvtPathOptions::PATH_GALLERY, "Gallery" },
196 SvtPathOptions::PATH_GALLERY == nIndex || in IsMultiPath_Impl()
202 SvtPathOptions::PATH_GALLERY == nIndex || in IsMultiPath_Impl()
327 case SvtPathOptions::PATH_GALLERY: in Reset()
/trunk/main/unotools/source/config/
H A Dpathoptions.cxx159 const String& GetGalleryPath() { return GetPath( SvtPathOptions::PATH_GALLERY ); } in GetGalleryPath()
186 … SetGalleryPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_GALLERY, rPath ); } in SetGalleryPath()
238 { "Gallery", SvtPathOptions::PATH_GALLERY },
974 case PATH_GALLERY: aPath = GetGalleryPath(); break; in SearchFile()
H A Ddefaultoptions.cxx136 { SvtPathOptions::PATH_GALLERY, &SvtDefaultOptions_Impl::m_aGalleryPath },
/trunk/main/unotools/inc/unotools/
H A Dpathoptions.hxx54 PATH_GALLERY, enumerator
/trunk/main/sfx2/source/appl/
H A Dappcfg.cxx488 … case SvtPathOptions::PATH_GALLERY: aValue = aPathCfg.GetGalleryPath(); break; in GetOptions()
896 … case SvtPathOptions::PATH_GALLERY: aPathOptions.SetGalleryPath( sValue );break; in SetOptions()