Lines Matching refs:deployment

101         Sequence< Reference<deployment::XPackage> > m_bundle;
102 Sequence< Reference<deployment::XPackage> > * m_pBundle;
106 Reference<deployment::XPackage> bindBundleItem(
113 typedef ::std::vector< Reference<deployment::XPackage> > t_packagevec;
124 ::std::vector<Reference<deployment::XPackage> > getPackagesFromDb(
139 throw (deployment::DeploymentException,
171 Reference<deployment::XPackageTypeInfo> const & xPackageType,
179 virtual Sequence< Reference<deployment::XPackage> > SAL_CALL getBundle(
182 throw (deployment::DeploymentException,
187 throw (deployment::ExtensionRemovedException, RuntimeException);
190 throw (deployment::ExtensionRemovedException, RuntimeException);
196 throw (deployment::ExtensionRemovedException,
205 throw (deployment::ExtensionRemovedException,
206 deployment::DeploymentException,
213 throw (deployment::DeploymentException,
214 deployment::ExtensionRemovedException,
222 throw (deployment::ExtensionRemovedException, RuntimeException);
225 throw (deployment::ExtensionRemovedException, RuntimeException);
228 throw (deployment::ExtensionRemovedException, RuntimeException);
231 throw (deployment::ExtensionRemovedException, RuntimeException);
235 throw (deployment::ExtensionRemovedException,
240 Reference<deployment::XPackageRegistry> m_xRootRegistry;
241 const Reference<deployment::XPackageTypeInfo> m_xBundleTypeInfo;
242 const Reference<deployment::XPackageTypeInfo> m_xLegacyBundleTypeInfo;
243 Sequence< Reference<deployment::XPackageTypeInfo> > m_typeInfos;
252 virtual Reference<deployment::XPackage> bindPackage_(
263 Reference<deployment::XPackageRegistry> const & xRootRegistry );
273 virtual Sequence< Reference<deployment::XPackageTypeInfo> > SAL_CALL
276 throw (deployment::DeploymentException,
283 class XPackage_eq : public std::unary_function<Reference<deployment::XPackage>, bool>
288 bool operator() (const Reference<deployment::XPackage> & p) const in operator ()()
298 Reference<deployment::XPackageRegistry> const & xRootRegistry ) in BackendImpl()
356 Sequence< Reference<deployment::XPackageTypeInfo> >
363 throw (deployment::DeploymentException, in packageRemoved()
381 Reference<deployment::XPackage> BackendImpl::bindPackage_( in bindPackage_()
490 Reference<deployment::XPackageTypeInfo> const & xPackageType, in PackageImpl()
520 Reference<deployment::XPackage> const * p = m_bundle.getConstArray(); in disposing()
542 const Sequence< Reference<deployment::XPackage> > bundle( in isRegistered_()
550 Reference<deployment::XPackage> const & xPackage = bundle[ pos ]; in isRegistered_()
600 throw css::deployment::DeploymentException( in getTextFromURL()
627 css::deployment::PlatformException( in checkPlatform()
633 throw css::deployment::DeploymentException( in checkPlatform()
654 css::deployment::DependencyException( in checkDependencies()
660 throw css::deployment::DeploymentException( in checkDependencies()
670 throw (css::deployment::DeploymentException, in checkLicense()
686 throw css::deployment::DeploymentException( in checkLicense()
693 throw css::deployment::DeploymentException( in checkLicense()
708 css::deployment::LicenseException licExc( in checkLicense()
715 throw css::deployment::DeploymentException( in checkLicense()
732 } catch (css::deployment::DeploymentException&) { in checkLicense()
738 throw css::deployment::DeploymentException(OUSTR("Unexpected exception"), 0, anyExc); in checkLicense()
746 throw (css::deployment::DeploymentException, in checkPrerequisites()
747 css::deployment::ExtensionRemovedException, in checkPrerequisites()
753 throw deployment::ExtensionRemovedException(); in checkPrerequisites()
762 return deployment::Prerequisites::PLATFORM | in checkPrerequisites()
763 deployment::Prerequisites::LICENSE; in checkPrerequisites()
765 return deployment::Prerequisites::DEPENDENCIES | in checkPrerequisites()
766 deployment::Prerequisites::LICENSE; in checkPrerequisites()
768 return deployment::Prerequisites::LICENSE; in checkPrerequisites()
775 throw (deployment::DeploymentException, in checkDependencies()
776 deployment::ExtensionRemovedException, in checkDependencies()
781 throw deployment::ExtensionRemovedException(); in checkDependencies()
804 throw (deployment::ExtensionRemovedException, RuntimeException) in getVersion()
807 throw deployment::ExtensionRemovedException(); in getVersion()
812 throw (deployment::ExtensionRemovedException, RuntimeException) in getUpdateInformationURLs()
815 throw deployment::ExtensionRemovedException(); in getUpdateInformationURLs()
820 throw (deployment::ExtensionRemovedException, RuntimeException) in getPublisherInfo()
823 throw deployment::ExtensionRemovedException(); in getPublisherInfo()
831 throw (deployment::ExtensionRemovedException, RuntimeException ) in getIcon()
834 throw deployment::ExtensionRemovedException(); in getIcon()
869 const Sequence< Reference<deployment::XPackage> > bundle( in processPackage_()
879 Reference<deployment::XPackage> const & xPackage = bundle[ pos ]; in processPackage_()
932 deployment::DeploymentException dpExc; in processPackage_()
954 Reference<deployment::XPackage> const & xPackage = bundle[ pos ]; in processPackage_()
996 throw (deployment::ExtensionRemovedException, RuntimeException) in getDescription()
999 throw deployment::ExtensionRemovedException(); in getDescription()
1011 catch ( css::deployment::DeploymentException& ) in getDescription()
1024 throw (deployment::ExtensionRemovedException, RuntimeException) in getLicenseText()
1027 throw deployment::ExtensionRemovedException(); in getLicenseText()
1052 deployment::ExtensionRemovedException, in exportTo()
1056 throw deployment::ExtensionRemovedException(); in exportTo()
1135 Sequence< Reference<deployment::XPackage> > bundle; in exportTo()
1140 catch (deployment::DeploymentException &) { in exportTo()
1155 Reference<deployment::XPackage> const *pbundle = bundle.getConstArray(); in exportTo()
1161 Reference<deployment::XPackage> const & xPackage = pbundle[ pos ]; in exportTo()
1175 const Reference<deployment::XPackageTypeInfo> xPackageType( in exportTo()
1243 Sequence< Reference<deployment::XPackage> > BackendImpl::PackageImpl::getBundle( in getBundle()
1246 throw (deployment::DeploymentException, in getBundle()
1250 Sequence< Reference<deployment::XPackage> > * pBundle = m_pBundle; in getBundle()
1280 const Reference<deployment::XPackage> xPackage( in getBundle()
1306 catch (deployment::DeploymentException &) { in getBundle()
1311 throw deployment::DeploymentException( in getBundle()
1318 Sequence< Reference<deployment::XPackage> > ret( bundle.size() ); in getBundle()
1319 Reference<deployment::XPackage> * pret = ret.getArray(); in getBundle()
1326 const Reference<deployment::XPackageTypeInfo> xPackageType( in getBundle()
1379 Reference<deployment::XPackage> BackendImpl::PackageImpl::bindBundleItem( in bindBundleItem()
1387 return Reference<deployment::XPackage>(); in bindBundleItem()
1389 Reference<deployment::XPackage>xPackage; in bindBundleItem()
1417 const Reference<deployment::XPackageTypeInfo> xPackageType( in bindBundleItem()
1527 const Reference<deployment::XPackage> xPackage( in scanBundle()
1602 const Reference<deployment::XPackage> xPackage( in scanLegacyBundle()
1606 const Reference<deployment::XPackageTypeInfo> xPackageType( in scanLegacyBundle()
1640 throw (deployment::ExtensionRemovedException, RuntimeException) in getDisplayName()
1643 throw deployment::ExtensionRemovedException(); in getDisplayName()
1652 ::std::vector<Reference<deployment::XPackage> >
1656 ::std::vector<Reference<deployment::XPackage> > retVector; in getPackagesFromDb()
1661 Reference<deployment::XPackage> xExtension = in getPackagesFromDb()
1673 Reference<deployment::XPackageRegistry> create( in create()
1674 Reference<deployment::XPackageRegistry> const & xRootRegistry, in create()