Lines Matching refs:Impl

85     class Bootstrap::Impl  class in utl::Bootstrap
115 Impl(OUString const& _aImplName) in Impl() function in utl::Bootstrap::Impl
137 static Bootstrap::Impl* s_pData = NULL;
139 Bootstrap::Impl const& Bootstrap::data() in data()
152 … s_pData = new Impl(uri + OUString(RTL_CONSTASCII_USTRINGPARAM( "/program/" BOOTSTRAP_DATA_NAME))); in data()
420 Bootstrap::Impl::PathData const& _aBaseData, in getDerivedPath()
474 Bootstrap::PathStatus updateStatus(Bootstrap::Impl::PathData & _rResult) in updateStatus()
481 Bootstrap::PathStatus implGetBootstrapFile(rtl::Bootstrap& _rData, Bootstrap::Impl::PathData & _rBo… in implGetBootstrapFile()
490 Bootstrap::PathStatus implGetVersionFile(rtl::Bootstrap& _rData, Bootstrap::Impl::PathData & _rVers… in implGetVersionFile()
533 static Bootstrap::FailureCode describeError(OUStringBuffer& _rBuf, Bootstrap::Impl const& _rData) in describeError()
705 Impl::PathData const& aPathData = data().aBaseInstall_; in locateBaseInstallation()
714 Impl::PathData const& aPathData = data().aUserInstall_; in locateUserInstallation()
759 Impl::PathData const& aPathData = data().aBootstrapINI_; in locateBootstrapFile()
768 Impl::PathData const& aPathData = data().aVersionINI_; in locateVersionFile()
785 Impl const& aData = data(); in checkBootstrapStatus()
807 bool Bootstrap::Impl::initBaseInstallationData(rtl::Bootstrap& _rData) in initBaseInstallationData()
822 bool Bootstrap::Impl::initUserInstallationData(rtl::Bootstrap& _rData) in initUserInstallationData()
856 Bootstrap::Status Bootstrap::Impl::initialize() in initialize()
896 OUString Bootstrap::Impl::getBootstrapValue(OUString const& _sName, OUString const& _sDefault) const in getBootstrapValue()
906 sal_Bool Bootstrap::Impl::getVersionValue(OUString const& _sName, OUString& _rValue, OUString const… in getVersionValue()