Home
last modified time | relevance | path

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

/trunk/main/unotools/source/config/
H A Dpathoptions.cxx160 const String& GetGraphicPath() { return GetPath( SvtPathOptions::PATH_GRAPHIC ); } in GetGraphicPath()
187 void SetGraphicPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_GRAPHIC, rPath ); } in SetGraphicPath()
239 { "Graphic", SvtPathOptions::PATH_GRAPHIC },
975 case PATH_GRAPHIC: aPath = GetGraphicPath(); break; in SearchFile()
H A Ddefaultoptions.cxx137 { SvtPathOptions::PATH_GRAPHIC, &SvtDefaultOptions_Impl::m_aGraphicPath },
/trunk/main/unotools/inc/unotools/
H A Dpathoptions.hxx55 PATH_GRAPHIC, enumerator
/trunk/main/cui/source/options/
H A Doptpath.cxx126 { SvtPathOptions::PATH_GRAPHIC, "Graphic" },
328 case SvtPathOptions::PATH_GRAPHIC: in Reset()
/trunk/main/sfx2/source/appl/
H A Dappcfg.cxx489 … case SvtPathOptions::PATH_GRAPHIC: aValue = aPathCfg.GetGraphicPath(); break; in GetOptions()
897 case SvtPathOptions::PATH_GRAPHIC: aPathOptions.SetGraphicPath( sValue );break; in SetOptions()

Completed in 45 milliseconds