LibreOffice Module sd (master) 1
|
#include <osl/file.hxx>
#include <sal/log.hxx>
#include <unotools/configmgr.hxx>
#include <unotools/ucbstreamhelper.hxx>
#include <svl/urihelper.hxx>
#include <svx/svxids.hrc>
#include <filter/msfilter/svdfppt.hxx>
#include <svx/svditer.hxx>
#include <sfx2/docfile.hxx>
#include <svx/svdograf.hxx>
#include <svx/svdlayer.hxx>
#include <svx/sdmetitm.hxx>
#include <svx/sdtmfitm.hxx>
#include <svx/sdtagitm.hxx>
#include <svl/style.hxx>
#include <svl/intitem.hxx>
#include <editeng/eeitem.hxx>
#include <editeng/editeng.hxx>
#include <svx/svdoutl.hxx>
#include <svx/xfillit0.hxx>
#include <svx/xlineit0.hxx>
#include <sfx2/docinf.hxx>
#include <o3tl/string_view.hxx>
#include <strings.hrc>
#include <strings.hxx>
#include "pptin.hxx"
#include <drawdoc.hxx>
#include <sdpage.hxx>
#include <sdresid.hxx>
#include <pres.hxx>
#include <stlpool.hxx>
#include <anminfo.hxx>
#include <svx/gallery.hxx>
#include <tools/debug.hxx>
#include <tools/urlobj.hxx>
#include <svx/svdopage.hxx>
#include <svx/svdomedia.hxx>
#include <svx/svdogrp.hxx>
#include "propread.hxx"
#include <cusshow.hxx>
#include <xmloff/autolayout.hxx>
#include <customshowlist.hxx>
#include <sddll.hxx>
#include <DrawDocShell.hxx>
#include <FrameView.hxx>
#include <unokywds.hxx>
#include <unotools/fltrcfg.hxx>
#include <sfx2/progress.hxx>
#include <editeng/editstat.hxx>
#include <unotools/pathoptions.hxx>
#include "pptanimations.hxx"
#include "pptinanimations.hxx"
#include "ppt97animations.hxx"
#include <com/sun/star/animations/TransitionSubType.hpp>
#include <com/sun/star/animations/TransitionType.hpp>
#include <com/sun/star/document/XDocumentProperties.hpp>
#include <com/sun/star/document/XDocumentPropertiesSupplier.hpp>
#include <com/sun/star/drawing/LineStyle.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <comphelper/string.hxx>
#include <oox/ole/olehelper.hxx>
#include <optional>
#include <cassert>
#include <memory>
#include <string_view>
Go to the source code of this file.
Macros | |
#define | MAX_USER_MOVE 2 |
Functions | |
SAL_DLLPUBLIC_EXPORT bool | ImportPPT (SdDrawDocument *pDocument, SvStream &rDocStream, SotStorage &rStorage, SfxMedium &rMedium) |
SAL_DLLPUBLIC_EXPORT bool | TestImportPPT (SvStream &rStream) |
SAL_DLLPUBLIC_EXPORT bool ImportPPT | ( | SdDrawDocument * | pDocument, |
SvStream & | rDocStream, | ||
SotStorage & | rStorage, | ||
SfxMedium & | rMedium | ||
) |
Definition at line 2762 of file pptin.cxx.
Referenced by SdPPTFilter::Import(), and TestImportPPT().
SAL_DLLPUBLIC_EXPORT bool TestImportPPT | ( | SvStream & | rStream | ) |
Definition at line 2769 of file pptin.cxx.
References ImportPPT(), Impress, SdDLL::Init(), and tools::SvRef< typename T >::is().