| /trunk/main/desktop/source/deployment/registry/ |
| H A D | dp_backend.cxx | 312 Package::~Package() in ~Package() 317 Package::Package( ::rtl::Reference<PackageRegistryBackend> const & myBackend, in Package() function in dp_registry::backend::Package 346 void Package::disposing() in disposing() 353 void Package::check() const in check() 359 static_cast<OWeakObject *>(const_cast<Package *>(this))); in check() 365 void Package::dispose() in dispose() 373 void Package::addEventListener( in addEventListener() 382 void Package::removeEventListener( in removeEventListener() 392 void Package::addModifyListener( in addModifyListener() 400 void Package::removeModifyListener( in removeModifyListener() [all …]
|
| /trunk/main/offapi/com/sun/star/packages/ |
| H A D | Package.idl | 48 /** 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 D | PackageStream.idl | 49 /**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 D | PackageFolder.idl | 52 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 D | XMergeSync.dsw | 6 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 D | pkgprovider.cxx | 53 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() 115 Package*, 286 rtl::Reference< Package> xPackage in createPackage() 287 = new Package( rURL, xNameAccess, this ); in createPackage()
|
| H A D | pkgcontent.hxx | 127 com::sun::star::container::XHierarchicalNameAccess >& Package, 136 com::sun::star::container::XHierarchicalNameAccess >& Package,
|
| /trunk/main/desktop/source/deployment/registry/component/ |
| H A D | dp_component.cxx | 116 class ComponentPackageImpl : public ::dp_registry::backend::Package 162 class ComponentsPackageImpl : public ::dp_registry::backend::Package 186 class TypelibraryPackageImpl : public ::dp_registry::backend::Package 345 : Package( myBackend, url, name, name /* display-name */, in ComponentPackageImpl() 409 Package::disposing(); in disposing() 416 Package::disposing(); in disposing() 564 m_xDynComponentTypeInfo( new Package::TypeInfo( in BackendImpl() 573 m_xJavaComponentTypeInfo( new Package::TypeInfo( in BackendImpl() 581 m_xPythonComponentTypeInfo( new Package::TypeInfo( in BackendImpl() 590 m_xComponentsTypeInfo( new Package::TypeInfo( in BackendImpl() [all …]
|
| /trunk/main/ooxml/source/framework/JavaPartManager/src/org/apache/openoffice/ooxml/framework/part/ |
| H A D | Package.java | 33 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 D | RelationshipType.java | 55 Package, enumConstant 124 return Package; in CreateFromString()
|
| H A D | OOXMLPackage.java | 28 extends Package
|
| /trunk/main/desktop/source/deployment/registry/sfwk/ |
| H A D | dp_sfwk.cxx | 59 class PackageImpl : public ::dp_registry::backend::Package 129 return Package::getDescription(); in getDescription() 137 return Package::getDescription(); in getLicenseText() 145 : Package( myBackend.get(), url, OUString(), OUString(), in PackageImpl() 171 m_xTypeInfo( new Package::TypeInfo( in BackendImpl()
|
| /trunk/main/desktop/source/deployment/registry/script/ |
| H A D | dp_script.cxx | 63 class PackageImpl : public ::dp_registry::backend::Package 128 : Package( myBackend.get(), url, in PackageImpl() 154 m_xBasicLibTypeInfo( new Package::TypeInfo( in BackendImpl() 160 m_xDialogLibTypeInfo( new Package::TypeInfo( in BackendImpl()
|
| /trunk/main/solenv/doc/gbuild/solenv/gbuild/ |
| H A D | package.mk | 33 friend Package; 40 class Package : public Target, public IsCleanable 44 Package(String name, Path source_dir);
|
| H A D | types.mk | 26 class Package; 140 void add_package_headers(List<Package> packages);
|
| /trunk/main/solenv/gbuild/ |
| H A D | TargetLocations.mk | 95 gb_Package_get_preparation_target = $(WORKDIR)/Package/prepared/$(1) 96 gb_Package_get_target = $(WORKDIR)/Package/$(1) 165 Package \
|
| /trunk/main/desktop/source/deployment/registry/executable/ |
| H A D | dp_executable.cxx | 52 class ExecutablePackageImpl : public ::dp_registry::backend::Package 77 : Package( myBackend, url, name, name /* display-name */, in ExecutablePackageImpl() 114 m_xExecutableTypeInfo(new Package::TypeInfo( in BackendImpl()
|
| /trunk/main/xmerge/source/regutil/ |
| H A D | regutil.dsw | 8 Package=<5> 12 Package=<3>
|
| /trunk/main/desktop/source/deployment/registry/configuration/ |
| H A D | dp_configuration.cxx | 71 class PackageImpl : public ::dp_registry::backend::Package 95 : Package( myBackend, url, name, name /* display-name */, in PackageImpl() 185 m_xConfDataTypeInfo( new Package::TypeInfo( in BackendImpl() 191 m_xConfSchemaTypeInfo( new Package::TypeInfo( in BackendImpl()
|
| /trunk/main/desktop/source/deployment/registry/inc/ |
| H A D | dp_backend.h | 61 class Package : protected ::dp_misc::MutexHolder, public t_PackageBase 102 virtual ~Package(); 103 Package( ::rtl::Reference<PackageRegistryBackend> const & myBackend,
|
| /trunk/main/desktop/source/deployment/registry/package/ |
| H A D | dp_package.cxx | 92 class PackageImpl : public ::dp_registry::backend::Package 267 m_xBundleTypeInfo( new Package::TypeInfo( in BackendImpl() 273 m_xLegacyBundleTypeInfo( new Package::TypeInfo( in BackendImpl() 454 : Package( myBackend, url, name, name /* display-name */, in PackageImpl() 487 Package::disposing(); in disposing() 1491 buf.append( Package::getDescription() ); in scanBundle()
|
| /trunk/main/filter/source/xsltdialog/ |
| H A D | xmlfiltersettingsdialog.src | 95 Text [ en-US ] = "~Save as Package..." ; 104 Text [ en-US ] = "~Open Package..." ;
|
| /trunk/main/desktop/source/deployment/registry/help/ |
| H A D | dp_help.cxx | 61 class PackageImpl : public ::dp_registry::backend::Package 134 m_xHelpTypeInfo( new Package::TypeInfo( in BackendImpl() 257 : Package( myBackend, url, name, name, xPackageType, bRemoved, in PackageImpl()
|
| /trunk/main/offapi/com/sun/star/security/ |
| H A D | XDocumentDigitalSignatures.idl | 102 … /** 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/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/ |
| H A D | Version.java | 36 private static Package pkg;
|