Searched refs:aLicensePath (Results 1 – 3 of 3) sorted by relevance
59 static OUString aLicensePath; in GetLicensePath() local61 if (aLicensePath.getLength() > 0) in GetLicensePath()62 return aLicensePath; in GetLicensePath()88 aLicensePath = in GetLicensePath()95 aLicensePath = in GetLicensePath()103 return aLicensePath; in GetLicensePath()
299 ::rtl::OUString aLicensePath = in execute()306 ::rtl::OUString aLicensePath = in execute()335 ::rtl::OUString aLicenseURL = aLicensePath; in execute()362 LicenseDialog* pDialog = new LicenseDialog(aLicensePath, pResMgr); in execute()423 LicenseDialog::LicenseDialog(const ::rtl::OUString & aLicensePath, ResMgr *pResMgr) : in LicenseDialog() argument464 File aLicenseFile(aLicensePath); in LicenseDialog()468 DirectoryItem::get(aLicensePath, d); in LicenseDialog()
132 … rtl::OUString aLicensePath = lArgs.getUnpackedValueOrDefault( ARG_LICENSEPATH, rtl::OUString() ); in execute() local134 FirstStartWizard fsw( NULL, bLicenseNeeded && ( aLicensePath.getLength() > 0 ), aLicensePath ); in execute()
Completed in 22 milliseconds