Home
last modified time | relevance | path

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

/AOO42X/main/unotools/source/config/ !
H A Dpathoptions.cxx164 const String& GetPalettePath() { return GetPath( SvtPathOptions::PATH_PALETTE ); } in GetPalettePath()
191 … SetPalettePath( const String& rPath ) { SetPath( SvtPathOptions::PATH_PALETTE, rPath ); } in SetPalettePath()
243 { "Palette", SvtPathOptions::PATH_PALETTE },
979 case PATH_PALETTE: aPath = GetPalettePath(); break; in SearchFile()
H A Ddefaultoptions.cxx141 { SvtPathOptions::PATH_PALETTE, &SvtDefaultOptions_Impl::m_aPalettePath },
/AOO42X/main/unotools/inc/unotools/ !
H A Dpathoptions.hxx59 PATH_PALETTE, enumerator
/AOO42X/main/sfx2/source/appl/ !
H A Dappcfg.cxx493 … case SvtPathOptions::PATH_PALETTE: aValue = aPathCfg.GetPalettePath(); break; in GetOptions()
915 … case SvtPathOptions::PATH_PALETTE: aPathOptions.SetPalettePath( sValue );break; in SetOptions()