summaryrefslogtreecommitdiff
path: root/chart2/source/controller/dialogs/DialogModel.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-02 08:04:03 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-01-29 08:09:30 +0100
commit750b46025ca276c81ac535ad6741f36bfc88327b (patch)
tree8a196c33bd9b9e0a382d3d711c0c8b8f505a3902 /chart2/source/controller/dialogs/DialogModel.hxx
parent55656ee2e88b7a79a265f43fc3746a7e2186301e (diff)
give up with the nice solutions and enjoy the ugly hack
I was always hitting a corner case so it seems that this need some drastic measures. Change-Id: I3fdd278b9c3fed178513d653ef24ad8adf20cbd2
Diffstat (limited to 'chart2/source/controller/dialogs/DialogModel.hxx')
-rw-r--r--chart2/source/controller/dialogs/DialogModel.hxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/chart2/source/controller/dialogs/DialogModel.hxx b/chart2/source/controller/dialogs/DialogModel.hxx
index ee236cf5cb69..f6735f5758a9 100644
--- a/chart2/source/controller/dialogs/DialogModel.hxx
+++ b/chart2/source/controller/dialogs/DialogModel.hxx
@@ -24,6 +24,8 @@
#include <com/sun/star/frame/XModel.hpp>
#include <com/sun/star/uno/XComponentContext.hpp>
+#include "ChartModel.hxx"
+
#include <vector>
#include <map>
#include <boost/shared_ptr.hpp>
@@ -140,6 +142,8 @@ public:
bool setData( const ::com::sun::star::uno::Sequence<
::com::sun::star::beans::PropertyValue > & rArguments );
+ void setTimeBasedRange( sal_Int32 nStart, sal_Int32 nEnd) const;
+
void startControllerLockTimer();
static OUString ConvertRoleFromInternalToUI( const OUString & rRoleString );
@@ -177,6 +181,8 @@ private:
bool bSetStyles );
sal_Int32 countSeries() const;
+
+ ChartModel& getModel() const;
};
} // namespace chart