Searched refs:aPathOptions (Results 1 – 8 of 8) sorted by relevance
531 SvtPathOptions aPathOptions; in SetOptions_Impl() local831 SvtPathOptions aPathOptions; in SetOptions() local857 aPathOptions.SetAddinPath( aTmp ); in SetOptions()864 case SvtPathOptions::PATH_BASIC: aPathOptions.SetBasicPath( sValue );break; in SetOptions()873 aPathOptions.SetFilterPath( aTmp ); in SetOptions()882 aPathOptions.SetHelpPath( aTmp ); in SetOptions()891 aPathOptions.SetModulePath( aTmp ); in SetOptions()900 aPathOptions.SetPluginPath( aTmp ); in SetOptions()908 aPathOptions.SetStoragePath( aTmp ); in SetOptions()912 case SvtPathOptions::PATH_TEMP: aPathOptions.SetTempPath( sValue );break; in SetOptions()[all …]
351 SvtPathOptions aPathOptions; in Init() local352 m_aDSN = aPathOptions.SubstituteVariable(m_aDSN); in Init()507 SvtPathOptions aPathOptions; in WriteInfFile() local508 aDsn = aPathOptions.SubstituteVariable(aDsn); in WriteInfFile()
78 SvtPathOptions aPathOptions; in DBG_NAME() local79 sValue = aPathOptions.SubstituteVariable(sValue); in DBG_NAME()
94 SvtPathOptions aPathOptions; in DBG_NAME() local95 rtl::OUString sFileName = aPathOptions.SubstituteVariable(sValue); in DBG_NAME()
560 SvtPathOptions aPathOptions; in exportConnectionData() local562 String sFileName = aPathOptions.SubstituteVariable(sOrigUrl); in exportConnectionData()
88 SvtPathOptions aPathOptions; in construct() local89 m_aFileName = aPathOptions.SubstituteVariable(m_aFileName); in construct()
705 const SvtPathOptions aPathOptions; in readCurrentState() local706 String aDirs = aPathOptions.GetTemplatePath(); in readCurrentState()714 sTemplatePath = aPathOptions.ExpandMacros( sTemplatePath ); in readCurrentState()
142 SvtPathOptions aPathOptions; in construct() local143 aFileName = aPathOptions.SubstituteVariable(aFileName); in construct()
Completed in 99 milliseconds