Home
last modified time | relevance | path

Searched refs:ExcelChartConverter (Results 1 – 4 of 4) sorted by relevance

/aoo4110/main/oox/source/xls/
H A Dexcelchartconverter.cxx50 ExcelChartConverter::ExcelChartConverter( const WorkbookHelper& rHelper ) : in ExcelChartConverter() function in oox::xls::ExcelChartConverter
55 ExcelChartConverter::~ExcelChartConverter() in ~ExcelChartConverter()
59 void ExcelChartConverter::createDataProvider( const Reference< XChartDocument >& rxChartDoc ) in createDataProvider()
73 Reference< XDataSequence > ExcelChartConverter::createDataSequence( in createDataSequence()
H A Dworkbookhelper.cxx180 inline ExcelChartConverter& getChartConverter() const { return *mxChartConverter; } in getChartConverter()
234 typedef ::std::auto_ptr< ExcelChartConverter > ExcelChartConvPtr;
510 mxChartConverter.reset( new ExcelChartConverter( *this ) ); in initialize()
841 ExcelChartConverter& WorkbookHelper::getChartConverter() const in getChartConverter()
/aoo4110/main/oox/inc/oox/xls/
H A Dexcelchartconverter.hxx35 class ExcelChartConverter : public ::oox::drawingml::chart::ChartConverter, public WorkbookHelper class
38 explicit ExcelChartConverter( const WorkbookHelper& rHelper );
39 virtual ~ExcelChartConverter();
H A Dworkbookhelper.hxx94 class ExcelChartConverter;
243 ExcelChartConverter& getChartConverter() const;

Completed in 33 milliseconds