Lines Matching refs:ZipPackage

179 ZipPackage::ZipPackage ( const uno::Reference < XMultiServiceFactory > &xNewFactory )  in ZipPackage()  function in ZipPackage
199 ZipPackage::~ZipPackage( void ) in ~ZipPackage()
211 void ZipPackage::parseManifest() in parseManifest()
462 void ZipPackage::parseContentType() in parseContentType()
531 void ZipPackage::getZipFileContents() in getZipFileContents()
603 void SAL_CALL ZipPackage::initialize( const uno::Sequence< Any >& aArguments ) in initialize()
810 Any SAL_CALL ZipPackage::getByHierarchicalName( const OUString& aName ) in getByHierarchicalName()
892 sal_Bool SAL_CALL ZipPackage::hasByHierarchicalName( const OUString& aName ) in hasByHierarchicalName()
972 uno::Reference< XInterface > SAL_CALL ZipPackage::createInstance() in createInstance()
979 uno::Reference< XInterface > SAL_CALL ZipPackage::createInstanceWithArguments( const uno::Sequence<… in createInstanceWithArguments()
995 void ZipPackage::WriteMimetypeMagicFile( ZipOutputStream& aZipOut ) in WriteMimetypeMagicFile()
1033 void ZipPackage::WriteManifest( ZipOutputStream& aZipOut, const vector< uno::Sequence < PropertyVal… in WriteManifest()
1081 void ZipPackage::WriteContentTypes( ZipOutputStream& aZipOut, const vector< uno::Sequence < Propert… in WriteContentTypes()
1134 void ZipPackage::ConnectTo( const uno::Reference< io::XInputStream >& xInStream ) in ConnectTo()
1148 uno::Reference< io::XInputStream > ZipPackage::writeTempFile() in writeTempFile()
1338 uno::Reference< XActiveDataStreamer > ZipPackage::openOriginalForOutput() in openOriginalForOutput()
1390 void SAL_CALL ZipPackage::commitChanges() in commitChanges()
1562 void ZipPackage::DisconnectFromTargetAndThrowException_Impl( const uno::Reference< io::XInputStream… in DisconnectFromTargetAndThrowException_Impl()
1591 const uno::Sequence< sal_Int8 > ZipPackage::GetEncryptionKey() in GetEncryptionKey()
1621 sal_Bool SAL_CALL ZipPackage::hasPendingChanges() in hasPendingChanges()
1627 Sequence< ElementChange > SAL_CALL ZipPackage::getPendingChanges() in getPendingChanges()
1640 return uno::Reference< XInterface >( *new ZipPackage( xMgr ) ); in ZipPackage_createInstance()
1644 OUString ZipPackage::static_getImplementationName() in static_getImplementationName()
1650 Sequence< OUString > ZipPackage::static_getSupportedServiceNames() in static_getSupportedServiceNames()
1657 sal_Bool SAL_CALL ZipPackage::static_supportsService( OUString const & rServiceName ) in static_supportsService()
1663 OUString ZipPackage::getImplementationName() in getImplementationName()
1670 Sequence< OUString > ZipPackage::getSupportedServiceNames() in getSupportedServiceNames()
1676 sal_Bool SAL_CALL ZipPackage::supportsService( OUString const & rServiceName ) in supportsService()
1682 uno::Reference < XSingleServiceFactory > ZipPackage::createServiceFactory( uno::Reference < XMultiS… in createServiceFactory()
1693 Sequence< sal_Int8 > ZipPackage::getUnoTunnelImplementationId( void ) in getUnoTunnelImplementationId()
1701 sal_Int64 SAL_CALL ZipPackage::getSomething( const uno::Sequence< sal_Int8 >& aIdentifier ) in getSomething()
1710 uno::Reference< XPropertySetInfo > SAL_CALL ZipPackage::getPropertySetInfo() in getPropertySetInfo()
1717 void SAL_CALL ZipPackage::setPropertyValue( const OUString& aPropertyName, const Any& aValue ) in setPropertyValue()
1814 Any SAL_CALL ZipPackage::getPropertyValue( const OUString& PropertyName ) in getPropertyValue()
1864 void SAL_CALL ZipPackage::addPropertyChangeListener( const OUString& /*aPropertyName*/, const uno::… in addPropertyChangeListener()
1869 void SAL_CALL ZipPackage::removePropertyChangeListener( const OUString& /*aPropertyName*/, const un… in removePropertyChangeListener()
1874 void SAL_CALL ZipPackage::addVetoableChangeListener( const OUString& /*PropertyName*/, const uno::R… in addVetoableChangeListener()
1879 void SAL_CALL ZipPackage::removeVetoableChangeListener( const OUString& /*PropertyName*/, const uno… in removeVetoableChangeListener()