diff options
author | Kohei Yoshida <kyoshida@novell.com> | 2010-01-07 09:10:34 -0500 |
---|---|---|
committer | Kohei Yoshida <kyoshida@novell.com> | 2010-01-07 09:10:34 -0500 |
commit | a0bd898b3d425063b55503bcd7b5af8eb0f6ef62 (patch) | |
tree | 8809e9cb3c56db5082ffc26bc6a6462025fb5381 /sc/inc/chart2uno.hxx | |
parent | 50e1b982ff532184892b63dd2634571b2ef6ce8e (diff) | |
parent | 989eab85ffddf68cff47d562c55812ad6689ef03 (diff) |
kohei03: rebased to DEV300_m68.
Diffstat (limited to 'sc/inc/chart2uno.hxx')
-rw-r--r-- | sc/inc/chart2uno.hxx | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx index 32dc3a777086..69a06c1dff0b 100644 --- a/sc/inc/chart2uno.hxx +++ b/sc/inc/chart2uno.hxx @@ -533,6 +533,14 @@ private: }; ::std::list<Item> m_aDataArray; + + /** + * Cached data for getData. We may also need to cache data for the + * numerical and textural data series if they turn out to be bottlenecks + * under certain scenarios. + */ + ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > m_aMixedDataCache; + ::com::sun::star::uno::Sequence<sal_Int32> m_aHiddenValues; // properties |