|
LibreOffice Module sd (master) 1
|
#include <sfx2/docfile.hxx>#include <sfx2/docfilt.hxx>#include <sfx2/sfxsids.hrc>#include <filter/msfilter/msoleexp.hxx>#include <svx/svxerr.hxx>#include <unotools/fltrcfg.hxx>#include <unotools/streamwrap.hxx>#include <sot/storage.hxx>#include <comphelper/sequenceashashmap.hxx>#include <comphelper/processfactory.hxx>#include <com/sun/star/packages/XPackageEncryption.hpp>#include <com/sun/star/uno/XComponentContext.hpp>#include <sdpptwrp.hxx>#include <DrawDocShell.hxx>#include <sfx2/frame.hxx>Go to the source code of this file.
Functions | |
| static void | lcl_getListOfStreams (SotStorage *pStorage, comphelper::SequenceAsHashMap &aStreamsData, std::u16string_view sPrefix) |
| static tools::SvRef< SotStorage > | lcl_DRMDecrypt (const SfxMedium &rMedium, const tools::SvRef< SotStorage > &rStorage, std::shared_ptr< SvStream > &rNewStorageStrm) |
|
static |
Definition at line 83 of file sdpptwrp.cxx.
References aArguments, Any, tools::SvRef< typename T >::get(), comphelper::SequenceAsHashMap::getAsConstNamedValueList(), SfxMedium::GetItemSet(), comphelper::getProcessComponentContext(), tools::SvRef< typename T >::is(), lcl_getListOfStreams(), SfxItemSet::Put(), and u.
Referenced by SdPPTFilter::Import().
|
static |
Definition at line 54 of file sdpptwrp.cxx.
References SotStorage::FillInfoList(), tools::SvRef< typename T >::get(), tools::SvRef< typename T >::is(), lcl_getListOfStreams(), SotStorage::OpenSotStorage(), SotStorage::OpenSotStream(), and sPrefix.
Referenced by lcl_DRMDecrypt(), and lcl_getListOfStreams().