summaryrefslogtreecommitdiff
path: root/sc/inc/chart2uno.hxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2007-07-25 07:08:45 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2007-07-25 07:08:45 +0000
commit944e3bebb1d27c08d798e810853b503f00fb6931 (patch)
tree6a2f12b9826365fa9b2a33ea8380d23aee7789b0 /sc/inc/chart2uno.hxx
parent957aa0d04ba7aa44b918b59e6733a32902686d97 (diff)
INTEGRATION: CWS chart07 (1.4.24); FILE MERGED
2007/06/26 16:13:51 bm 1.4.24.1: XDataProvider: offer an API for reliably returning if it is possible to create data with the given arguments
Diffstat (limited to 'sc/inc/chart2uno.hxx')
-rw-r--r--sc/inc/chart2uno.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/sc/inc/chart2uno.hxx b/sc/inc/chart2uno.hxx
index cbce56f2a16e..8016fece5aa6 100644
--- a/sc/inc/chart2uno.hxx
+++ b/sc/inc/chart2uno.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: chart2uno.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: vg $ $Date: 2007-05-22 19:37:54 $
+ * last change: $Author: rt $ $Date: 2007-07-25 08:08:45 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -129,6 +129,10 @@ public:
// XDataProvider ---------------------------------------------------------
+ virtual ::sal_Bool SAL_CALL createDataSourcePossible(
+ const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aArguments )
+ throw (::com::sun::star::uno::RuntimeException);
+
virtual ::com::sun::star::uno::Reference<
::com::sun::star::chart2::data::XDataSource > SAL_CALL createDataSource(
const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& aArguments )
@@ -139,6 +143,10 @@ public:
const ::com::sun::star::uno::Reference< ::com::sun::star::chart2::data::XDataSource >& xDataSource )
throw (::com::sun::star::uno::RuntimeException);
+ virtual ::sal_Bool SAL_CALL createDataSequenceByRangeRepresentationPossible(
+ const ::rtl::OUString& aRangeRepresentation )
+ throw (::com::sun::star::uno::RuntimeException);
+
virtual ::com::sun::star::uno::Reference<
::com::sun::star::chart2::data::XDataSequence > SAL_CALL createDataSequenceByRangeRepresentation(
const ::rtl::OUString& aRangeRepresentation )