LibreOffice Module oox (master)
1
|
#include <config_wasm_strip.h>
#include <sal/config.h>
#include <sal/log.hxx>
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/document/XUndoManager.hpp>
#include <com/sun/star/document/XUndoManagerSupplier.hpp>
#include <comphelper/propertysequence.hxx>
#include <comphelper/scopeguard.hxx>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <svtools/sfxecode.hxx>
#include <svtools/ehdl.hxx>
#include <tools/urlobj.hxx>
#include <svx/dialmgr.hxx>
#include <svx/strings.hrc>
#include <oox/ppt/pptimport.hxx>
#include <oox/drawingml/chart/chartconverter.hxx>
#include <oox/dump/pptxdumper.hxx>
#include <drawingml/table/tablestylelistfragmenthandler.hxx>
#include <oox/helper/graphichelper.hxx>
#include <oox/ole/vbaproject.hxx>
#include <oox/ppt/presentationfragmenthandler.hxx>
#include <oox/ppt/presPropsfragmenthandler.hxx>
#include <oox/token/tokens.hxx>
Go to the source code of this file.
Namespaces | |
oox::ppt | |
Functions | |
SAL_DLLPUBLIC_EXPORT uno::XInterface * | com_sun_star_comp_oox_ppt_PowerPointImport_get_implementation (uno::XComponentContext *pCtx, uno::Sequence< uno::Any > const &) |
SAL_DLLPUBLIC_EXPORT uno::XInterface* com_sun_star_comp_oox_ppt_PowerPointImport_get_implementation | ( | uno::XComponentContext * | pCtx, |
uno::Sequence< uno::Any > const & | |||
) |
Definition at line 303 of file pptimport.cxx.
const PowerPointImport& mrFilter |
Definition at line 264 of file pptimport.cxx.
Referenced by oox::core::ContextHandler2Helper::getDocFilter(), and oox::vml::Drawing::getFilter().