Lines Matching refs:PowerPointImport
54 return static_cast< ::cppu::OWeakObject* >( new PowerPointImport( rxContext ) ); in PowerPointImport_createInstance()
57 PowerPointImport::PowerPointImport( const Reference< XComponentContext >& rxContext ) throw( Runtim… in PowerPointImport() function in oox::ppt::PowerPointImport
63 PowerPointImport::~PowerPointImport() in ~PowerPointImport()
67 bool PowerPointImport::importDocument() throw() in importDocument()
82 bool PowerPointImport::exportDocument() throw() in exportDocument()
87 sal_Int32 PowerPointImport::getSchemeColor( sal_Int32 nToken ) const in getSchemeColor()
126 const ::oox::drawingml::Theme* PowerPointImport::getCurrentTheme() const in getCurrentTheme()
131 ::oox::vml::Drawing* PowerPointImport::getVmlDrawing() in getVmlDrawing()
136 const oox::drawingml::table::TableStyleListPtr PowerPointImport::getTableStyles() in getTableStyles()
147 ::oox::drawingml::chart::ChartConverter& PowerPointImport::getChartConverter() in getChartConverter()
157 explicit PptGraphicHelper( const PowerPointImport& rFilter );
160 const PowerPointImport& mrFilter;
163 PptGraphicHelper::PptGraphicHelper( const PowerPointImport& rFilter ) : in PptGraphicHelper()
176 GraphicHelper* PowerPointImport::implCreateGraphicHelper() const in implCreateGraphicHelper()
181 ::oox::ole::VbaProject* PowerPointImport::implCreateVbaProject() const in implCreateVbaProject()
186 OUString PowerPointImport::implGetImplementationName() const in implGetImplementationName()