Searched refs:PowerPointImport (Results 1 – 4 of 4) sorted by relevance
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::PowerPointImport63 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()[all …]
149 PowerPointImport& rFilter = dynamic_cast< PowerPointImport& >( getFilter() ); in endDocument()
40 class PowerPointImport : public oox::core::XmlFilterBase class44 …PowerPointImport( const com::sun::star::uno::Reference< com::sun::star::uno::XComponentContext >& …46 virtual ~PowerPointImport();
42 namespace ppt { DECLARE_FUNCTIONS( PowerPointImport ); }66 IMPLEMENTATION_ENTRY( ::oox::ppt::PowerPointImport ),