diff options
author | Ingrid Halama <iha@openoffice.org> | 2010-01-22 16:16:36 +0100 |
---|---|---|
committer | Ingrid Halama <iha@openoffice.org> | 2010-01-22 16:16:36 +0100 |
commit | a1cbee0ff69113cd1530c894f97de2159a32be34 (patch) | |
tree | 1d968a9d5621c2cdb6049ed0ebdc0b5fb4306acc /sc/inc/chart2uno.hxx | |
parent | 95aaf07e5975396c2aa797bcf04c09fcff96ffcd (diff) |
chartmultiline: #i82971# complex categories (part4 - detect complex categories when creating charts from cell ranges and when detecting the arguments later (adapt implementation of XDataProvider->createDataSource & detectArguments) ) + #i86188#
Diffstat (limited to 'sc/inc/chart2uno.hxx')
-rw-r--r-- | sc/inc/chart2uno.hxx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx index dc0244dfcdb8..85ceaef9fefb 100644 --- a/sc/inc/chart2uno.hxx +++ b/sc/inc/chart2uno.hxx @@ -191,24 +191,6 @@ public: getSupportedServiceNames() throw( ::com::sun::star::uno::RuntimeException); - /** - * Check the current list of reference tokens, and add the upper left - * corner of the minimum range that encloses all ranges if certain - * conditions are met. - * - * @param rRefTokens list of reference tokens - * - * @return true if the corner was added, false otherwise. - */ - static bool addUpperLeftCornerIfMissing(::std::vector<ScSharedTokenRef>& rRefTokens); - -private: - - void detectRangesFromDataSource(::std::vector<ScSharedTokenRef>& rRefTokens, - ::com::sun::star::chart::ChartDataRowSource& rRowSource, - bool& rRowSourceDetected, - const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XDataSource >& xDataSource); - private: ScDocument* m_pDocument; |