Home
last modified time | relevance | path

Searched refs:aLicensePath (Results 1 – 3 of 3) sorted by relevance

/trunk/main/desktop/source/app/
H A Dappfirststart.cxx59 static OUString aLicensePath; in GetLicensePath() local
61 if (aLicensePath.getLength() > 0) in GetLicensePath()
62 return aLicensePath; in GetLicensePath()
88 aLicensePath = in GetLicensePath()
95 aLicensePath = in GetLicensePath()
103 return aLicensePath; in GetLicensePath()
/trunk/main/framework/source/services/
H A Dlicense.cxx299 ::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() argument
464 File aLicenseFile(aLicensePath); in LicenseDialog()
468 DirectoryItem::get(aLicensePath, d); in LicenseDialog()
/trunk/main/desktop/source/splash/
H A Dfirststart.cxx132 … rtl::OUString aLicensePath = lArgs.getUnpackedValueOrDefault( ARG_LICENSEPATH, rtl::OUString() ); in execute() local
134 FirstStartWizard fsw( NULL, bLicenseNeeded && ( aLicensePath.getLength() > 0 ), aLicensePath ); in execute()

Completed in 27 milliseconds