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()
608 void SAL_CALL ZipPackage::initialize( const uno::Sequence< Any >& aArguments ) in initialize()
815 Any SAL_CALL ZipPackage::getByHierarchicalName( const OUString& aName ) in getByHierarchicalName()
897 sal_Bool SAL_CALL ZipPackage::hasByHierarchicalName( const OUString& aName ) in hasByHierarchicalName()
977 uno::Reference< XInterface > SAL_CALL ZipPackage::createInstance() in createInstance()
984 uno::Reference< XInterface > SAL_CALL ZipPackage::createInstanceWithArguments( const uno::Sequence<… in createInstanceWithArguments()
1000 void ZipPackage::WriteMimetypeMagicFile( ZipOutputStream& aZipOut ) in WriteMimetypeMagicFile()
1038 void ZipPackage::WriteManifest( ZipOutputStream& aZipOut, const vector< uno::Sequence < PropertyVal… in WriteManifest()
1086 void ZipPackage::WriteContentTypes( ZipOutputStream& aZipOut, const vector< uno::Sequence < Propert… in WriteContentTypes()
1139 void ZipPackage::ConnectTo( const uno::Reference< io::XInputStream >& xInStream ) in ConnectTo()
1153 uno::Reference< io::XInputStream > ZipPackage::writeTempFile() in writeTempFile()
1343 uno::Reference< XActiveDataStreamer > ZipPackage::openOriginalForOutput() in openOriginalForOutput()
1395 void SAL_CALL ZipPackage::commitChanges() in commitChanges()
1567 void ZipPackage::DisconnectFromTargetAndThrowException_Impl( const uno::Reference< io::XInputStream… in DisconnectFromTargetAndThrowException_Impl()
1596 const uno::Sequence< sal_Int8 > ZipPackage::GetEncryptionKey() in GetEncryptionKey()
1626 sal_Bool SAL_CALL ZipPackage::hasPendingChanges() in hasPendingChanges()
1632 Sequence< ElementChange > SAL_CALL ZipPackage::getPendingChanges() in getPendingChanges()
1645 return uno::Reference< XInterface >( *new ZipPackage( xMgr ) ); in ZipPackage_createInstance()
1649 OUString ZipPackage::static_getImplementationName() in static_getImplementationName()
1655 Sequence< OUString > ZipPackage::static_getSupportedServiceNames() in static_getSupportedServiceNames()
1662 sal_Bool SAL_CALL ZipPackage::static_supportsService( OUString const & rServiceName ) in static_supportsService()
1668 OUString ZipPackage::getImplementationName() in getImplementationName()
1675 Sequence< OUString > ZipPackage::getSupportedServiceNames() in getSupportedServiceNames()
1681 sal_Bool SAL_CALL ZipPackage::supportsService( OUString const & rServiceName ) in supportsService()
1687 uno::Reference < XSingleServiceFactory > ZipPackage::createServiceFactory( uno::Reference < XMultiS… in createServiceFactory()
1698 Sequence< sal_Int8 > ZipPackage::getUnoTunnelImplementationId( void ) in getUnoTunnelImplementationId()
1706 sal_Int64 SAL_CALL ZipPackage::getSomething( const uno::Sequence< sal_Int8 >& aIdentifier ) in getSomething()
1715 uno::Reference< XPropertySetInfo > SAL_CALL ZipPackage::getPropertySetInfo() in getPropertySetInfo()
1722 void SAL_CALL ZipPackage::setPropertyValue( const OUString& aPropertyName, const Any& aValue ) in setPropertyValue()
1819 Any SAL_CALL ZipPackage::getPropertyValue( const OUString& PropertyName ) in getPropertyValue()
1869 void SAL_CALL ZipPackage::addPropertyChangeListener( const OUString& /*aPropertyName*/, const uno::… in addPropertyChangeListener()
1874 void SAL_CALL ZipPackage::removePropertyChangeListener( const OUString& /*aPropertyName*/, const un… in removePropertyChangeListener()
1879 void SAL_CALL ZipPackage::addVetoableChangeListener( const OUString& /*PropertyName*/, const uno::R… in addVetoableChangeListener()
1884 void SAL_CALL ZipPackage::removeVetoableChangeListener( const OUString& /*PropertyName*/, const uno… in removeVetoableChangeListener()