That error message is from main/svx/source/items/svxerr.src: 139 String ERRCODE_SVX_READ_FILTER_PPOINT & ERRCODE_RES_MASK 140 { 141 Text [ en-US ] = "The loading of password-encrypted Microsoft PowerPoint presentations is not supported." ; 142 };
which is used in main/sd/source/filter/sdpptwrp.cxx method SdPPTFilter::Import(): 107 if ( pStorage->IsStream( String( RTL_CONSTASCII_USTRINGPARAM("EncryptedSummary") ) ) ) 108 mrMedium.SetError( ERRCODE_SVX_READ_FILTER_PPOINT, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( OSL_LOG_PREFIX ) ) ); On https://learn.microsoft.com/en-us/openspecs/office_file_formats/ms- ppt/8faaf589-abed-4d79-a758-529ce59dfcfd we learn: ---snip--- 2.1.6 Encrypted Summary Information Stream 02/14/2019 An optional stream whose name MUST be "EncryptedSummary". This stream exists only in an encrypted document. The contents of this stream are specified in [MS-OFFCRYPTO] section 2.3.5.4. ---snip--- I've used the MS-OFFCRYPTO specification before to add support for OOXML decryption, but that's in a different section and uses different data structures and algorithms, and cannot be reused for this. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to libreoffice in Ubuntu. https://bugs.launchpad.net/bugs/192056 Title: [Upstream] [hardy] Cannot Open password-encrypted MS Office 2003 files Status in LibreOffice: Confirmed Status in OpenOffice: Unknown Status in libreoffice package in Ubuntu: Won't Fix Status in openoffice.org package in Ubuntu: Won't Fix Bug description: Binary package hint: openoffice.org2 1) lsb_release -rd Description: Ubuntu 11.04 Release: 11.04 2) apt-cache policy libreoffice-impress libreoffice-impress: Installed: 1:3.3.2-1ubuntu5 Candidate: 1:3.3.2-1ubuntu5 Version table: *** 1:3.3.2-1ubuntu5 0 500 http://us.archive.ubuntu.com/ubuntu/ natty-proposed/main i386 Packages 100 /var/lib/dpkg/status 1:3.3.2-1ubuntu4 0 500 http://us.archive.ubuntu.com/ubuntu/ natty/main i386 Packages 3) What is expected to happen using LibreOffice Impress via the Terminal: cd ~/Desktop && wget https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/192056/+attachment/2125234/+files/B2R%20Veranstaltungen%202004%20Thomas%20Berger%20CP-F.ppt && loimpress -nologo B2R\ Veranstaltungen\ 2004\ Thomas\ Berger\ CP-F.ppt and one is prompted for the password. 4) What happens instead is a window pops up noting: LibreOffice 3.3 Read-Error. The Loading of password-encrypted Microsoft PowerPoint presentation is not supported. To manage notifications about this bug go to: https://bugs.launchpad.net/df-libreoffice/+bug/192056/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp