Home
last modified time | relevance | path

Searched refs:Package (Results 1 – 25 of 119) sorted by relevance

12345

/trunk/main/desktop/source/deployment/registry/
H A Ddp_backend.cxx317 Package::~Package() in ~Package()
322 Package::Package( ::rtl::Reference<PackageRegistryBackend> const & myBackend, in Package() function in dp_registry::backend::Package
351 void Package::disposing() in disposing()
358 void Package::check() const in check()
378 void Package::addEventListener( in addEventListener()
415 void Package::checkAborted( in checkAborted()
575 void Package::exportTo( in exportTo()
593 void Package::fireModified() in fireModified()
714 void Package::registerPackage( in registerPackage()
729 void Package::revokePackage( in revokePackage()
[all …]
/trunk/main/offapi/com/sun/star/packages/
H A DPackage.idl48 /** The <type>Package</type> is a service that provides access to a set of
49 files and folders contained within a Package. One instance of the
50 Package service exists for each Package file to be manipulated.
53 the Package file to which the user requires access. If the instance is
58 published service Package
61 A Package can be initialised with one of the following:
81 Package. For example:
91 implementation objects for addition to the Package.
94 created, the new object is not part of the Package). It must be added
114 This interface is used to commit any changes to the Package. A new
[all …]
H A DPackageStream.idl49 /**This service represents a stream contained within a Package. Instances of
50 this class can only be constructed by the implementation of the Package
67 If this PackageStream was a member of the Package when it was instantiated,
68 the XInputStream returned is a Reference to the stream of the whole Package,
74 this must be specified for new PackageStreams added to the Package. If this
H A DPackageFolder.idl52 a Package. Instances of this service can only be constructed by an
53 implementation of the Package service and not via the service manager.
/trunk/main/xmerge/source/activesync/
H A DXMergeSync.dsw6 Project: "XMergeSync"=.\XMergeSync.dsp - Package Owner=<4>
8 Package=<5>
16 Package=<4>
24 Package=<5>
28 Package=<3>
/trunk/main/ucb/source/ucp/package/
H A Dpkgprovider.cxx53 class Package : public cppu::OWeakObject, class
63 Package( const rtl::OUString& rName, in Package() function in package_ucp::Package
67 virtual ~Package() { m_pOwner->removePackage( m_aName ); } in ~Package()
118 Package*,
290 rtl::Reference< Package> xPackage in createPackage()
291 = new Package( rURL, xNameAccess, this ); in createPackage()
H A Dpkgcontent.hxx127 com::sun::star::container::XHierarchicalNameAccess >& Package,
136 com::sun::star::container::XHierarchicalNameAccess >& Package,
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx347 : Package( myBackend, url, name, name /* display-name */, in ComponentPackageImpl()
411 Package::disposing(); in disposing()
418 Package::disposing(); in disposing()
566 m_xDynComponentTypeInfo( new Package::TypeInfo( in BackendImpl()
575 m_xJavaComponentTypeInfo( new Package::TypeInfo( in BackendImpl()
583 m_xPythonComponentTypeInfo( new Package::TypeInfo( in BackendImpl()
592 m_xComponentsTypeInfo( new Package::TypeInfo( in BackendImpl()
599 m_xRDBTypelibTypeInfo( new Package::TypeInfo( in BackendImpl()
606 m_xJavaTypelibTypeInfo( new Package::TypeInfo( in BackendImpl()
1614 : Package( myBackend, url, name, name /* display-name */, in TypelibraryPackageImpl()
[all …]
/trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/
H A DPackage.java33 public class Package class
36 public static Package Create (final File aOOXMLFile) in Create()
38 return new Package( in Create()
46 protected Package ( in Package() method in Package
H A DRelationshipType.java55 Package, enumConstant
124 return Package; in CreateFromString()
/trunk/main/desktop/source/deployment/registry/sfwk/
H A Ddp_sfwk.cxx59 class PackageImpl : public ::dp_registry::backend::Package
131 return Package::getDescription(); in getDescription()
139 return Package::getDescription(); in getLicenseText()
147 : Package( myBackend.get(), url, OUString(), OUString(), in PackageImpl()
173 m_xTypeInfo( new Package::TypeInfo( in BackendImpl()
/trunk/main/desktop/source/deployment/registry/script/
H A Ddp_script.cxx63 class PackageImpl : public ::dp_registry::backend::Package
130 : Package( myBackend.get(), url, in PackageImpl()
156 m_xBasicLibTypeInfo( new Package::TypeInfo( in BackendImpl()
162 m_xDialogLibTypeInfo( new Package::TypeInfo( in BackendImpl()
/trunk/main/solenv/doc/gbuild/solenv/gbuild/
H A Dpackage.mk33 friend Package;
40 class Package : public Target, public IsCleanable target
44 Package(String name, Path source_dir);
H A Dtypes.mk26 class Package;
140 void add_package_headers(List<Package> packages);
/trunk/main/solenv/gbuild/
H A DTargetLocations.mk88 gb_Package_get_preparation_target = $(WORKDIR)/Package/prepared/$(1)
89 gb_Package_get_target = $(WORKDIR)/Package/$(1)
143 Package \
/trunk/main/desktop/source/deployment/registry/executable/
H A Ddp_executable.cxx52 class ExecutablePackageImpl : public ::dp_registry::backend::Package
77 : Package( myBackend, url, name, name /* display-name */, in ExecutablePackageImpl()
116 m_xExecutableTypeInfo(new Package::TypeInfo( in BackendImpl()
/trunk/main/xmerge/source/regutil/
H A Dregutil.dsw8 Package=<5>
12 Package=<3>
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx71 class PackageImpl : public ::dp_registry::backend::Package
95 : Package( myBackend, url, name, name /* display-name */, in PackageImpl()
187 m_xConfDataTypeInfo( new Package::TypeInfo( in BackendImpl()
193 m_xConfSchemaTypeInfo( new Package::TypeInfo( in BackendImpl()
/trunk/main/desktop/source/deployment/registry/package/
H A Ddp_package.cxx92 class PackageImpl : public ::dp_registry::backend::Package
301 m_xBundleTypeInfo( new Package::TypeInfo( in BackendImpl()
307 m_xLegacyBundleTypeInfo( new Package::TypeInfo( in BackendImpl()
492 : Package( myBackend, url, name, name /* display-name */, in PackageImpl()
525 Package::disposing(); in disposing()
1555 buf.append( Package::getDescription() ); in scanBundle()
/trunk/main/desktop/source/deployment/registry/inc/
H A Ddp_backend.h61 class Package : protected ::dp_misc::MutexHolder, public t_PackageBase class
102 virtual ~Package();
103 Package( ::rtl::Reference<PackageRegistryBackend> const & myBackend,
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.src95 Text [ en-US ] = "~Save as Package..." ;
104 Text [ en-US ] = "~Open Package..." ;
/trunk/main/desktop/source/deployment/registry/help/
H A Ddp_help.cxx61 class PackageImpl : public ::dp_registry::backend::Package
137 m_xHelpTypeInfo( new Package::TypeInfo( in BackendImpl()
262 : Package( myBackend, url, name, name, xPackageType, bRemoved, in PackageImpl()
/trunk/main/offapi/com/sun/star/security/
H A DXDocumentDigitalSignatures.idl102 /** signs the full Package, which means everything in the storage excecpt the content of META-INF
109 <p>Only Package content will be checked.</p>
/trunk/main/scripting/source/pyprov/
H A Dpythonscript.py356 package = Package( (url,), transientPart)
726 class Package: class
819 ret[ lastElement( j ) ] = Package( pathes, transientPathElement )
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/
H A DVersion.java36 private static Package pkg;

Completed in 126 milliseconds

12345