Lines Matching refs:m_aInfo
246 return m_aInfo.productname; in getOldVersionName()
251 if (m_aInfo.userdata.getLength() > 0 && ! checkMigrationCompleted()) in checkMigration()
295 …::rtl::OUString aOldCfgDataPath = m_aInfo.userdata + ::rtl::OUString::createFromAscii("/user/confi… in doMigration()
356 … aMsg += "\nOldVersion: " + OUStringToOString(m_aInfo.productname, RTL_TEXTENCODING_ASCII_US); in doMigration()
357 aMsg += "\nDataPath : " + OUStringToOString(m_aInfo.userdata, RTL_TEXTENCODING_ASCII_US); in doMigration()
601 m_aInfo = aInstallInfo; in findPreferedMigrationProcess()
686 if (m_aInfo.userdata.getLength() == 0) in compileFileList()
691 strings_vr vrFiles = getAllFiles(m_aInfo.userdata); in compileFileList()
770 rtl::OUStringBuffer buf(m_aInfo.userdata); in copyConfig()
771 if ( m_aInfo.productname.equals( OUString::createFromAscii("OpenOffice.org 3") ) ) in copyConfig()
896 localName = i_file->copy(m_aInfo.userdata.getLength()); in copyFiles()
925 uno::makeAny(m_aInfo.productname))); in runServices()
928 uno::makeAny(m_aInfo.userdata))); in runServices()
985 …lArgs[0] <<= m_aInfo.userdata + ::rtl::OUString::createFromAscii("/user/config/soffice.cfg/modules… in dectectUIChangesForAllModules()