Home
last modified time | relevance | path

Searched refs:static_getImplementationId (Results 1 – 6 of 6) sorted by relevance

/aoo41x/main/package/source/zippackage/
H A DZipPackageFolder.cxx185 const ::com::sun::star::uno::Sequence < sal_Int8 >& ZipPackageFolder::static_getImplementationId() in static_getImplementationId() function in ZipPackageFolder
204 if ( ( nTest = xRef->getSomething ( ZipPackageFolder::static_getImplementationId() ) ) != 0 ) in insertByName()
209 … else if ( ( nTest = xRef->getSomething ( ZipPackageStream::static_getImplementationId() ) ) != 0 ) in insertByName()
775 …0 == rtl_compareMemory(static_getImplementationId().getConstArray(), aIdentifier.getConstArray(),… in getSomething()
H A DZipPackageEntry.cxx99 …nt.is() || ( nTest = xTunnel->getSomething ( ZipPackageFolder::static_getImplementationId () ) ) =… in setParent()
H A DZipPackageStream.cxx61 const ::com::sun::star::uno::Sequence < sal_Int8 >& ZipPackageStream::static_getImplementationId() in static_getImplementationId() function in ZipPackageStream
703 …0 == rtl_compareMemory( static_getImplementationId().getConstArray(), aIdentifier.getConstArray(),… in getSomething()
H A DZipPackage.cxx296 … if ( (nTest = xUnoTunnel->getSomething( ZipPackageFolder::static_getImplementationId() )) != 0 ) in parseManifest()
304 … ZipPackageStream* > ( xUnoTunnel->getSomething( ZipPackageStream::static_getImplementationId() )); in parseManifest()
508 … sal_Int64 nTest = xIterTunnel->getSomething( ZipPackageStream::static_getImplementationId() ); in parseContentType()
/aoo41x/main/package/inc/
H A DZipPackageFolder.hxx85 static const ::com::sun::star::uno::Sequence < sal_Int8 >& static_getImplementationId();
H A DZipPackageStream.hxx163 static const ::com::sun::star::uno::Sequence < sal_Int8 >& static_getImplementationId();

Completed in 47 milliseconds