Home
last modified time | relevance | path

Searched refs:PATH_BASIC (Results 1 – 6 of 6) sorted by relevance

/trunk/main/unotools/source/config/
H A Dpathoptions.cxx153 const String& GetBasicPath() { return GetPath( SvtPathOptions::PATH_BASIC ); } in GetBasicPath()
180 …void SetBasicPath( const String& rPath ) { SetPath( SvtPathOptions::PATH_BASIC, rPath )… in SetBasicPath()
232 { "Basic", SvtPathOptions::PATH_BASIC },
968 case PATH_BASIC: aPath = GetBasicPath(); break; in SearchFile()
H A Ddefaultoptions.cxx130 { SvtPathOptions::PATH_BASIC, &SvtDefaultOptions_Impl::m_aBasicPath },
/trunk/main/unotools/inc/unotools/
H A Dpathoptions.hxx48 PATH_BASIC, enumerator
/trunk/main/cui/source/options/
H A Doptpath.cxx195 SvtPathOptions::PATH_BASIC == nIndex || in IsMultiPath_Impl()
201 SvtPathOptions::PATH_BASIC == nIndex || in IsMultiPath_Impl()
/trunk/main/sfx2/source/appl/
H A Dappcfg.cxx482 … case SvtPathOptions::PATH_BASIC: aValue = aPathCfg.GetBasicPath(); break; in GetOptions()
884 … case SvtPathOptions::PATH_BASIC: aPathOptions.SetBasicPath( sValue );break; in SetOptions()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx1004 if( aPathCFG.SearchFile( aSearchFile, SvtPathOptions::PATH_BASIC ) ) in LoadBasicManager()